com.att.gs.codip.ograph
Class RDFS

java.lang.Object
  |
  +--com.att.gs.codip.ograph.OGBaseOntology
        |
        +--com.att.gs.codip.ograph.RDFS
All Implemented Interfaces:
LogicalResource, OGOntology, OGResource

public class RDFS
extends OGBaseOntology
implements OGOntology

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 com.att.gs.codip.ograph.OGBaseOntology
addClass, addDatatype, addImport, addLiteral, addNewPropInstance, addProperty, addPropInstance, addResource, addType, classes, classes, containsClass, containsDatatype, containsImport, containsLiteral, containsProperty, containsPropInstance, containsResource, containsType, createClass, createClass, createClass, createClass, createDatatype, createDatatype, createDatatype, createDatatype, createLiteral, createLiteral, createLiteral, createLiteral, createLiteralByValue, createLiteralByValue, createProperty, createProperty, createProperty, createProperty, createPropInstance, createPropInstance, datatypes, datatypes, getClass, getClasses, getComment, getDatatype, getDatatypes, getID, getImport, getImports, getLabel, getLiteral, getLiterals, getLocalName, getNamespace, getOntology, getProperties, getProperty, getPropInstance, getPropInstances, getPropInstances, getResource, getResources, getSourceURI, getType, getURI, getVersionInfo, imports, isLiteralType, isType, literals, literals, lookupClass, lookupClass, lookupDatatype, lookupDatatype, lookupImport, lookupLiteral, lookupLiteral, lookupProperty, lookupProperty, lookupPropInstance, lookupResource, properties, properties, propInstances, propInstances, removeClass, removeDatatype, removeImport, removeLiteral, removeProperty, removePropInstance, removeResource, removeType, resources, resources, setComment, setLabel, setSourceURI, setType, setVersionInfo, types
 
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.OGOntology
addClass, addDatatype, addImport, addLiteral, addProperty, addResource, classes, classes, containsClass, containsDatatype, containsImport, containsLiteral, containsProperty, containsResource, createClass, createClass, createClass, createClass, createDatatype, createDatatype, createDatatype, createDatatype, createLiteral, createLiteral, createLiteral, createLiteral, createLiteralByValue, createLiteralByValue, createProperty, createProperty, createProperty, createProperty, createPropInstance, createPropInstance, datatypes, datatypes, getClass, getClasses, getDatatype, getDatatypes, getImport, getImports, getLiteral, getLiterals, getProperties, getProperty, getResource, getResources, getSourceURI, getVersionInfo, imports, literals, literals, lookupClass, lookupClass, lookupDatatype, lookupDatatype, lookupImport, lookupLiteral, lookupLiteral, lookupProperty, lookupProperty, lookupResource, properties, properties, removeClass, removeDatatype, removeImport, removeLiteral, removeProperty, removeResource, resources, resources, setSourceURI, setVersionInfo
 
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

RDF_URI

public static final java.lang.String RDF_URI
The URI of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDF_NS

public static final java.lang.String RDF_NS
The Namespace of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDFS_URI

public static final java.lang.String RDFS_URI
The URI of the RDFS syntax specificaiton.

See Also:
Constant Field Values

RDFS_NS

public static final java.lang.String RDFS_NS
The Namespace of the RDFS syntax specificaiton.

See Also:
Constant Field Values

Ontology

public static OGOntology Ontology

Class

public static OGClass Class
RDF/S as an OGONtology


Literal

public static OGClass Literal

Datatype

public static OGClass Datatype

List

public static OGClass List

nil

public static OGClass nil

Property

public static OGProperty Property

label

public static OGProperty label

comment

public static OGProperty comment

isDefinedBy

public static OGProperty isDefinedBy

first

public static OGProperty first

rest

public static OGProperty rest

domain

public static OGProperty domain

range

public static OGProperty range

subClassOf

public static OGProperty subClassOf

subPropertyOf

public static OGProperty subPropertyOf

RDF_type

public static OGProperty RDF_type
Constructor Detail

RDFS

public RDFS(OGOntology anOntoImpl)
Creates an instance of using the passed in OGOntology.

Method Detail

initialize

public void initialize()
Creates the static classes.


morph

public void morph(java.lang.String URI)
Most RDFS Ontology Methods Inherited from OGBaseOntology. Only overidded ones here.

Specified by:
morph in interface OGOntology
Overrides:
morph in class OGBaseOntology


CODIP AT&T Government Solutions, Inc.