Show / Hide Table of Contents

Class OntologyHelper

Static Helper class for the Ontology API.

Inheritance
object
OntologyHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Ontology
Assembly: dotNetRdf.Ontology.dll
Syntax
public static class OntologyHelper
Remarks

See Using the Ontology API for some informal documentation on the use of the Ontology namespace.

Fields

| Edit this page View Source

OwlAnnotationProperty

Constants for URIs for classes in Ontologies.

Declaration
public const string OwlAnnotationProperty = "http://www.w3.org/2002/07/owl#AnnotationProperty"
Field Value
Type Description
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
| Edit this page View Source

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
string
  • Edit this page
  • View Source
In this article
  • Fields
    • OwlAnnotationProperty
    • OwlClass
    • OwlDatatypeProperty
    • OwlObjectProperty
    • OwlOntology
    • PropertyBackwardCompatibleWith
    • PropertyComment
    • PropertyDifferentFrom
    • PropertyDisjointWith
    • PropertyDomain
    • PropertyEquivalentClass
    • PropertyEquivalentProperty
    • PropertyImports
    • PropertyIncompatibleWith
    • PropertyInverseOf
    • PropertyIsDefinedBy
    • PropertyLabel
    • PropertyPriorVersion
    • PropertyRange
    • PropertySameAs
    • PropertySeeAlso
    • PropertySubClassOf
    • PropertySubPropertyOf
    • PropertyType
    • PropertyVersionInfo
    • RdfProperty
    • RdfsClass
    • RdfsResource
Back to top Generated by DocFX