Click or drag to resize

Ontology Methods

The Ontology type exposes the following members.

Methods
  NameDescription
Public methodAddBackwardsCompatibleWith(Uri)
Adds a new owl:backwardsCompatibleWith triple for this Ontology.
Public methodAddBackwardsCompatibleWith(INode)
Adds a new owl:backwardsCompatibleWith triple for this Ontology.
Public methodAddBackwardsCompatibleWith(OntologyResource)
Adds a new owl:backwardsCompatibleWith triple for this Ontology.
Public methodAddComment(String)
Adds a comment for this resource.
(Inherited from OntologyResource.)
Public methodAddComment(String, String)
Adds a comment in a specific language for this resource.
(Inherited from OntologyResource.)
Public methodAddDifferentFrom(Uri)
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodAddDifferentFrom(INode)
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodAddDifferentFrom(OntologyResource)
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodAddImports(Uri)
Adds a new owl:imports triple for this Ontology.
Public methodAddImports(INode)
Adds a new owl:imports triple for this Ontology.
Public methodAddImports(OntologyResource)
Adds a new owl:imports triple for this Ontology.
Public methodAddIncompatibleWith(Uri)
Adds a new owl:incompatibleWith triple for this Ontology.
Public methodAddIncompatibleWith(INode)
Adds a new owl:incompatibleWith triple for this Ontology.
Public methodAddIncompatibleWith(OntologyResource)
Adds a new owl:incompatibleWith triple for this Ontology.
Public methodAddIsDefinedBy(Uri)
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodAddIsDefinedBy(INode)
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodAddIsDefinedBy(OntologyResource)
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodAddLabel(String)
Adds a label for the resource.
(Inherited from OntologyResource.)
Public methodAddLabel(String, String)
Adds a label in a specific language for a resource.
(Inherited from OntologyResource.)
Public methodAddLiteralProperty(String, ILiteralNode, Boolean)
Adds a new literal value for a property.
(Inherited from OntologyResource.)
Public methodAddLiteralProperty(Uri, ILiteralNode, Boolean)
Adds a new literal value for a property.
(Inherited from OntologyResource.)
Public methodAddPriorVersion(Uri)
Adds a new owl:priorVersion triple for this Ontology.
Public methodAddPriorVersion(INode)
Adds a new owl:priorVersion triple for this Ontology.
Public methodAddPriorVersion(OntologyResource)
Adds a new owl:priorVersion triple for this Ontology.
Public methodAddResourceProperty(String, INode, Boolean)
Adds a new value for a property.
(Inherited from OntologyResource.)
Public methodAddResourceProperty(Uri, INode, Boolean)
Adds a new value for a property.
(Inherited from OntologyResource.)
Public methodAddSameAs(Uri)
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodAddSameAs(INode)
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodAddSameAs(OntologyResource)
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodAddSeeAlso(Uri)
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodAddSeeAlso(INode)
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodAddSeeAlso(OntologyResource)
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodAddType(Uri)
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodAddType(INode)
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodAddType(OntologyResource)
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodAddVersionInfo
Adds version information for the resource.
(Inherited from OntologyResource.)
Public methodAsClass
Casts a Resource into an Ontology Class.
(Inherited from OntologyResource.)
Public methodAsProperty
Casts a Resource into an Ontology Property.
(Inherited from OntologyResource.)
Public methodClearBackwardsCompatibleWith
Removes all owl:backwardsCompatibleWith triples for this Ontology.
Public methodClearComments
Removes all comments for this resource.
(Inherited from OntologyResource.)
Public methodClearDifferentFrom
Clears all owl:differentFrom triples for the resource.
(Inherited from OntologyResource.)
Public methodClearImports
Removes all owl:imports triples for this Ontology.
Public methodClearIncompatibleWith
Removes all owl:incompatibleWith triples for this Ontology.
Public methodClearIsDefinedBy
Removes all rdfs:isDefinedBy triples for the resource.
(Inherited from OntologyResource.)
Public methodClearLabels
Clears all labels for a resource.
(Inherited from OntologyResource.)
Public methodClearLiteralProperty(String, Boolean)
Clears all values for a Literal Property.
(Inherited from OntologyResource.)
Public methodClearLiteralProperty(Uri, Boolean)
Clears all values for a Literal Property.
(Inherited from OntologyResource.)
Public methodClearPriorVersions
Removes all owl:priorVersion triples for this Ontology.
Public methodClearResourceProperty(String, Boolean)
Clears all values for a Resource Property.
(Inherited from OntologyResource.)
Public methodClearResourceProperty(Uri, Boolean)
Clears all values for a Resource Property.
(Inherited from OntologyResource.)
Public methodClearSameAs
Removes all owl:sameAs triples for the resource.
(Inherited from OntologyResource.)
Public methodClearSeeAlso
Removes all rdfs:seeAlso triples for the resource.
(Inherited from OntologyResource.)
Public methodClearTypes
Removes all rdf:type triples for the resource.
(Inherited from OntologyResource.)
Public methodClearVersionInfo
Clears version information for the resource.
(Inherited from OntologyResource.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLiteralProperty(String)
Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource.)
Public methodGetLiteralProperty(Uri)
Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource.)
Public methodGetResourceProperty(String)
Gets the values for a property which can be any node type.
(Inherited from OntologyResource.)
Public methodGetResourceProperty(Uri)
Gets the values for a property which can be any node type.
(Inherited from OntologyResource.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIntialiseProperty
Retrieves all the Triples which have the Resource as the subject and the given property URI as the predicate from the Graph and stores the values locally.
(Inherited from OntologyResource.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveBackwardsCompatibleWith(Uri)
Removes a owl:backwardsCompatibleWith triple for this Ontology.
Public methodRemoveBackwardsCompatibleWith(INode)
Removes a owl:backwardsCompatibleWith triple for this Ontology.
Public methodRemoveBackwardsCompatibleWith(OntologyResource)
Removes a owl:backwardsCompatibleWith triple for this Ontology.
Public methodRemoveComment(String)
Removes a comment for this resource.
(Inherited from OntologyResource.)
Public methodRemoveComment(ILiteralNode)
Removes a comment for this resource.
(Inherited from OntologyResource.)
Public methodRemoveComment(String, String)
Removes a comment in a specific language for this resource.
(Inherited from OntologyResource.)
Public methodRemoveDifferentFrom(Uri)
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveDifferentFrom(INode)
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveDifferentFrom(OntologyResource)
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveImports(Uri)
Removes a owl:imports triple for this Ontology.
Public methodRemoveImports(INode)
Removes a owl:imports triple for this Ontology.
Public methodRemoveImports(OntologyResource)
Removes a owl:imports triple for this Ontology.
Public methodRemoveIncompatibleWith(Uri)
Removes a owl:incompatibleWith triple for this Ontology.
Public methodRemoveIncompatibleWith(INode)
Removes a owl:incompatibleWith triple for this Ontology.
Public methodRemoveIncompatibleWith(OntologyResource)
Removes a owl:incompatibleWith triple for this Ontology.
Public methodRemoveIsDefinedBy(Uri)
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveIsDefinedBy(INode)
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveIsDefinedBy(OntologyResource)
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveLabel(String)
Removes a label for a resource.
(Inherited from OntologyResource.)
Public methodRemoveLabel(ILiteralNode)
Removes a specific label for a resource.
(Inherited from OntologyResource.)
Public methodRemoveLabel(String, String)
Removes a label in a specific language for a resource.
(Inherited from OntologyResource.)
Public methodRemoveLiteralProperty(String, ILiteralNode, Boolean)
Removes a literal value for a property.
(Inherited from OntologyResource.)
Public methodRemoveLiteralProperty(Uri, ILiteralNode, Boolean)
Removes a literal value for a property.
(Inherited from OntologyResource.)
Public methodRemovePriorVersion(Uri)
Removes a owl:priorVersion triple for this Ontology.
Public methodRemovePriorVersion(INode)
Removes a owl:priorVersion triple for this Ontology.
Public methodRemovePriorVersion(OntologyResource)
Removes a owl:priorVersion triple for this Ontology.
Public methodRemoveResourceProperty(String, INode, Boolean)
Removes a value for a property.
(Inherited from OntologyResource.)
Public methodRemoveResourceProperty(Uri, INode, Boolean)
Removes a value for a property.
(Inherited from OntologyResource.)
Public methodRemoveSameAs(Uri)
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveSameAs(INode)
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveSameAs(OntologyResource)
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveSeeAlso(Uri)
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveSeeAlso(INode)
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveSeeAlso(OntologyResource)
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveType(Uri)
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveType(INode)
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveType(OntologyResource)
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.)
Public methodRemoveVersionInfo(String)
Remove version information for the resource.
(Inherited from OntologyResource.)
Public methodRemoveVersionInfo(ILiteralNode)
Remove version information for the resource.
(Inherited from OntologyResource.)
Public methodToString
Gets the String representation of the Resource.
(Inherited from OntologyResource.)
Top
See Also