Class OntologyHelper
Static Helper class for the Ontology API.
Inheritance
System.Object
OntologyHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Ontology
Assembly: dotNetRDF.dll
Syntax
public static class OntologyHelper
Remarks
See Using the Ontology API for some informal documentation on the use of the Ontology namespace.
Fields
| Improve this Doc View SourceOwlAnnotationProperty
Constants for URIs for classes in Ontologies.
Declaration
public const string OwlAnnotationProperty = "http://www.w3.org/2002/07/owl#AnnotationProperty"
Field Value
Type | Description |
---|---|
System.String |
OwlClass
Constants for URIs for classes in Ontologies.
Declaration
public const string OwlClass = "http://www.w3.org/2002/07/owl#Class"
Field Value
Type | Description |
---|---|
System.String |
OwlDatatypeProperty
Constants for URIs for classes in Ontologies.
Declaration
public const string OwlDatatypeProperty = "http://www.w3.org/2002/07/owl#DatatypeProperty"
Field Value
Type | Description |
---|---|
System.String |
OwlObjectProperty
Constants for URIs for classes in Ontologies.
Declaration
public const string OwlObjectProperty = "http://www.w3.org/2002/07/owl#ObjectProperty"
Field Value
Type | Description |
---|---|
System.String |
OwlOntology
Constants for URIs for classes in Ontologies.
Declaration
public const string OwlOntology = "http://www.w3.org/2002/07/owl#Ontology"
Field Value
Type | Description |
---|---|
System.String |
PropertyBackwardCompatibleWith
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyBackwardCompatibleWith = "http://www.w3.org/2002/07/owl#backwardCompatibleWith"
Field Value
Type | Description |
---|---|
System.String |
PropertyComment
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyComment = "http://www.w3.org/2000/01/rdf-schema#comment"
Field Value
Type | Description |
---|---|
System.String |
PropertyDifferentFrom
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyDifferentFrom = "http://www.w3.org/2002/07/owl#differentFrom"
Field Value
Type | Description |
---|---|
System.String |
PropertyDisjointWith
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyDisjointWith = "http://www.w3.org/2002/07/owl#disjointWith"
Field Value
Type | Description |
---|---|
System.String |
PropertyDomain
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyDomain = "http://www.w3.org/2000/01/rdf-schema#domain"
Field Value
Type | Description |
---|---|
System.String |
PropertyEquivalentClass
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyEquivalentClass = "http://www.w3.org/2002/07/owl#equivalentClass"
Field Value
Type | Description |
---|---|
System.String |
PropertyEquivalentProperty
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyEquivalentProperty = "http://www.w3.org/2002/07/owl#equivalentProperty"
Field Value
Type | Description |
---|---|
System.String |
PropertyImports
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyImports = "http://www.w3.org/2002/07/owl#imports"
Field Value
Type | Description |
---|---|
System.String |
PropertyIncompatibleWith
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyIncompatibleWith = "http://www.w3.org/2002/07/owl#incompatibleWith"
Field Value
Type | Description |
---|---|
System.String |
PropertyInverseOf
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyInverseOf = "http://www.w3.org/2002/07/owl#inverseOf"
Field Value
Type | Description |
---|---|
System.String |
PropertyIsDefinedBy
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyIsDefinedBy = "http://www.w3.org/2000/01/rdf-schema#isDefinedBy"
Field Value
Type | Description |
---|---|
System.String |
PropertyLabel
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyLabel = "http://www.w3.org/2000/01/rdf-schema#label"
Field Value
Type | Description |
---|---|
System.String |
PropertyPriorVersion
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyPriorVersion = "http://www.w3.org/2002/07/owl#priorVersion"
Field Value
Type | Description |
---|---|
System.String |
PropertyRange
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyRange = "http://www.w3.org/2000/01/rdf-schema#range"
Field Value
Type | Description |
---|---|
System.String |
PropertySameAs
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertySameAs = "http://www.w3.org/2002/07/owl#sameAs"
Field Value
Type | Description |
---|---|
System.String |
PropertySeeAlso
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertySeeAlso = "http://www.w3.org/2000/01/rdf-schema#seeAlso"
Field Value
Type | Description |
---|---|
System.String |
PropertySubClassOf
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertySubClassOf = "http://www.w3.org/2000/01/rdf-schema#subClassOf"
Field Value
Type | Description |
---|---|
System.String |
PropertySubPropertyOf
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertySubPropertyOf = "http://www.w3.org/2000/01/rdf-schema#subPropertyOf"
Field Value
Type | Description |
---|---|
System.String |
PropertyType
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyType = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
Field Value
Type | Description |
---|---|
System.String |
PropertyVersionInfo
Constant URIs for properties exposed by OntologyResource and its derived classes.
Declaration
public const string PropertyVersionInfo = "http://www.w3.org/2002/07/owl#versionInfo"
Field Value
Type | Description |
---|---|
System.String |
RdfProperty
Constants for URIs for classes in Ontologies.
Declaration
public const string RdfProperty = "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
Field Value
Type | Description |
---|---|
System.String |
RdfsClass
Constants for URIs for classes in Ontologies.
Declaration
public const string RdfsClass = "http://www.w3.org/2000/01/rdf-schema#Class"
Field Value
Type | Description |
---|---|
System.String |
RdfsResource
Constants for URIs for classes in Ontologies.
Declaration
public const string RdfsResource = "http://www.w3.org/2000/01/rdf-schema#Resource"
Field Value
Type | Description |
---|---|
System.String |