org.semanticweb.owl.io.vocabulary
Class OWLVocabularyAdapter
java.lang.Object
|
+--org.semanticweb.owl.io.vocabulary.VocabularyAdapter
|
+--org.semanticweb.owl.io.vocabulary.RDFVocabularyAdapter
|
+--org.semanticweb.owl.io.vocabulary.RDFSVocabularyAdapter
|
+--org.semanticweb.owl.io.vocabulary.OWLVocabularyAdapter
- public class OWLVocabularyAdapter
- extends RDFSVocabularyAdapter
Vocabulary of the OWL specification as of
03/02/03.
- Since:
- 04.02.2003
| Methods inherited from class org.semanticweb.owl.io.vocabulary.RDFSVocabularyAdapter |
getComment, getConstraintResource, getContraintProperty, getDatatype, getDomain, getIsDefinedBy, getLabel, getLiteral, getRange, getResource, getSeeAlso, getSubClassOf, getSubPropertyOf |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final OWLVocabularyAdapter INSTANCE
OWL
public static final String OWL
- Namespace for OWL.
- See Also:
- Constant Field Values
OWLVocabularyAdapter
public OWLVocabularyAdapter()
getAllDifferent
public String getAllDifferent()
getAnnotationProperty
public String getAnnotationProperty()
getClass_
public String getClass_()
- Description copied from class:
RDFSVocabularyAdapter
- Returns the name of the 'Concept' resource.
- Overrides:
getClass_ in class RDFSVocabularyAdapter
getDatatypeProperty
public String getDatatypeProperty()
getDataRange
public String getDataRange()
getDeprecatedClass
public String getDeprecatedClass()
getDeprecatedProperty
public String getDeprecatedProperty()
getFunctionalProperty
public String getFunctionalProperty()
getInverseFunctionalProperty
public String getInverseFunctionalProperty()
getNothing
public String getNothing()
getObjectProperty
public String getObjectProperty()
getOntology
public String getOntology()
getRestriction
public String getRestriction()
getSymmetricProperty
public String getSymmetricProperty()
getRoot
public String getRoot()
getThing
public String getThing()
getAllValuesFrom
public String getAllValuesFrom()
getBackwardCompatibleWith
public String getBackwardCompatibleWith()
getCardinality
public String getCardinality()
getComplementOf
public String getComplementOf()
getDifferentFrom
public String getDifferentFrom()
getDisjointWith
public String getDisjointWith()
getDistinctMembers
public String getDistinctMembers()
getHasValue
public String getHasValue()
getImports
public String getImports()
getIncompatibleWith
public String getIncompatibleWith()
getIntersectionOf
public String getIntersectionOf()
getInverseOf
public String getInverseOf()
getMaxCardinality
public String getMaxCardinality()
getMinCardinality
public String getMinCardinality()
getOneOf
public String getOneOf()
getOnProperty
public String getOnProperty()
getPriorVersion
public String getPriorVersion()
getSameAs
public String getSameAs()
getEquivalentClass
public String getEquivalentClass()
getSameIndividualAs
public String getSameIndividualAs()
getEquivalentProperty
public String getEquivalentProperty()
getSomeValuesFrom
public String getSomeValuesFrom()
getTransitive
public String getTransitive()
getUnionOf
public String getUnionOf()
getVersionInfo
public String getVersionInfo()
getReservedVocabulary
public Set getReservedVocabulary()
getAnnotationProperties
public Set getAnnotationProperties()
getOntologyProperties
public Set getOntologyProperties()
main
public static void main(String[] args)
WonderWeb