org.openanzo.rdfs
Interface Datatype

All Superinterfaces:
_Resource, Class, CoreThing, GraphThing
All Known Implementing Classes:
DatatypeImpl

public interface Datatype
extends Class, GraphThing

Interface for Datatype ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.

(URI: http://www.w3.org/2000/01/rdf-schema#Datatype)


RDF Schema Standard Properties
label : Datatype
comment : The class of RDF datatypes.



Field Summary
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface org.openanzo.rdfs.Class
subClassOfProperty
 
Fields inherited from interface org.openanzo.rdfs._Resource
commentProperty, isDefinedByProperty, labelProperty, memberProperty, seeAlsoProperty, typeProperty, valueProperty
 
Method Summary
 
Methods inherited from interface org.openanzo.rdfs.Class
addSubClassOf, addSubClassOf, addSubClassOf, getSubClassOf, removeSubClassOf, removeSubClassOf
 
Methods inherited from interface org.openanzo.rdfs._Resource
addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addValue, addValue, addValue, getComment, getIsDefinedBy, getLabel, getMember, getSeeAlso, getType, getValue, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeType, removeType, removeValue, removeValue
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.