|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.ograph.OGBaseOntology | +--com.att.gs.codip.ograph.RDFS
An implementaiton of the OGOntology Interface that provides static instances of the RDFS Classes and Properties.
Field Summary | |
static OGClass |
Class
RDF/S as an OGONtology |
static OGProperty |
comment
|
static OGClass |
Datatype
|
static OGProperty |
domain
|
static OGProperty |
first
|
static OGProperty |
isDefinedBy
|
static OGProperty |
label
|
static OGClass |
List
|
static OGClass |
Literal
|
static OGClass |
nil
|
static OGOntology |
Ontology
|
static OGProperty |
Property
|
static OGProperty |
range
|
static java.lang.String |
RDF_NS
The Namespace of the RDF syntax specificaiton. |
static OGProperty |
RDF_type
|
static java.lang.String |
RDF_URI
The URI of the RDF syntax specificaiton. |
static java.lang.String |
RDFS_NS
The Namespace of the RDFS syntax specificaiton. |
static java.lang.String |
RDFS_URI
The URI of the RDFS syntax specificaiton. |
static OGProperty |
rest
|
static OGProperty |
subClassOf
|
static OGProperty |
subPropertyOf
|
Fields inherited from class com.att.gs.codip.ograph.OGBaseOntology |
myImpl |
Constructor Summary | |
RDFS(OGOntology anOntoImpl)
Creates an instance of using the passed in OGOntology. |
Method Summary | |
void |
initialize()
Creates the static classes. |
void |
morph(java.lang.String URI)
Most RDFS Ontology Methods Inherited from OGBaseOntology. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.att.gs.codip.ograph.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
Methods inherited from interface com.att.gs.codip.resource.LogicalResource |
getType, isLiteralType, isType, setType |
Field Detail |
public static final java.lang.String RDF_URI
public static final java.lang.String RDF_NS
public static final java.lang.String RDFS_URI
public static final java.lang.String RDFS_NS
public static OGOntology Ontology
public static OGClass Class
public static OGClass Literal
public static OGClass Datatype
public static OGClass List
public static OGClass nil
public static OGProperty Property
public static OGProperty label
public static OGProperty comment
public static OGProperty isDefinedBy
public static OGProperty first
public static OGProperty rest
public static OGProperty domain
public static OGProperty range
public static OGProperty subClassOf
public static OGProperty subPropertyOf
public static OGProperty RDF_type
Constructor Detail |
public RDFS(OGOntology anOntoImpl)
Method Detail |
public void initialize()
public void morph(java.lang.String URI)
morph
in interface OGOntology
morph
in class OGBaseOntology
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |