OntologyProperty Class |
Namespace: VDS.RDF.Ontology
The OntologyProperty type exposes the following members.
Name | Description | |
---|---|---|
![]() | OntologyProperty(Uri, IGraph) |
Creates a new RDFS Ontology Property for the given resource in the given Graph.
|
![]() | OntologyProperty(INode, IGraph) |
Creates a new Ontology Property for the given resource in the given Graph.
|
Name | Description | |
---|---|---|
![]() | Comment |
Gets the Comment(s) for the Resource.
(Inherited from OntologyResource.) |
![]() | DifferentFrom |
Gets the Different From(s) for the Resource.
(Inherited from OntologyResource.) |
![]() | DirectSubProperties |
Gets the direct sub-classes of this class.
|
![]() | DirectSuperProperties |
Gets the direct super-properties of this property.
|
![]() | Domains |
Gets all the Classes which are in the properties Domain.
|
![]() | EquivalentProperties |
Gets all the equivalent properties of this property.
|
![]() | Graph |
Gets the Graph that this Ontology Resource is from.
(Inherited from OntologyResource.) |
![]() | IndirectSubProperties |
Gets the indirect sub-classes of this class.
|
![]() | IndirectSuperProperty |
Gets the indirect super-properties of this property.
|
![]() | InverseProperties |
Gets all the inverse properties of this property.
|
![]() | IsBottomProperty |
Gets whether this is a btoom property i.e. has no sub properties defined.
|
![]() | IsDefinedBy |
Gets the Is Defined By(s) for the Resource.
(Inherited from OntologyResource.) |
![]() | IsTopProperty |
Gets whether this is a top property i.e. has no super properties defined.
|
![]() | Label |
Gets the Label(s) for the Resource.
(Inherited from OntologyResource.) |
![]() | Ranges |
Gets all the Classes which are in this properties Range.
|
![]() | Resource |
Gets the Resource that this Ontology Resource refers to.
(Inherited from OntologyResource.) |
![]() | SameAs |
Gets the Same As('s) for the Resource.
(Inherited from OntologyResource.) |
![]() | SeeAlso |
Gets the See Also(s) for the Resource.
(Inherited from OntologyResource.) |
![]() | Siblings |
Gets the Sibling properties of this property, if this property is the root of the ontology nothing is returned even if there are multiple root properties.
|
![]() | SubProperties |
Gets the sub-properties of this property (both direct and indirect).
|
![]() | SuperProperties |
Gets the super-properties of this property (both direct and indirect).
|
![]() | Triples |
Gets all the Triples where the Resource occurs in any position.
(Inherited from OntologyResource.) |
![]() | TriplesWithObject |
Gets all the Triples from the Graph where the Resource occurs as the Object.
(Inherited from OntologyResource.) |
![]() | TriplesWithPredicate |
Gets all the Triples from the Graph where the Resource occurs as the Predicate.
(Inherited from OntologyResource.) |
![]() | TriplesWithSubject |
Gets all the Triples from the Graph where the Resource occurs as the Subject.
(Inherited from OntologyResource.) |
![]() | Types |
Gets the rdf:type's for the Resource.
(Inherited from OntologyResource.) |
![]() | UsedBy |
Gets all the resources that use this property.
|
![]() | VersionInfo |
Gets the Version Information for the Resource.
(Inherited from OntologyResource.) |
Name | Description | |
---|---|---|
![]() | AddComment(String) |
Adds a comment for this resource.
(Inherited from OntologyResource.) |
![]() | AddComment(String, String) |
Adds a comment in a specific language for this resource.
(Inherited from OntologyResource.) |
![]() | AddDifferentFrom(Uri) |
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddDifferentFrom(INode) |
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddDifferentFrom(OntologyResource) |
Adds a new owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddDomain(Uri) |
Adds a new domain for the property.
|
![]() | AddDomain(INode) |
Adds a new domain for the property.
|
![]() | AddDomain(OntologyResource) |
Adds a new domain for the property.
|
![]() | AddEquivalentProperty(Uri) |
Adds a new equivalent property for the property.
|
![]() | AddEquivalentProperty(INode) |
Adds a new equivalent property for the property.
|
![]() | AddEquivalentProperty(OntologyProperty) |
Adds a new equivalent property for the property.
|
![]() | AddEquivalentProperty(OntologyResource) |
Adds a new equivalent property for the property.
|
![]() | AddInverseProperty(Uri) |
Adds an inverse property for the property.
|
![]() | AddInverseProperty(INode) |
Adds an inverse property for the property.
|
![]() | AddInverseProperty(OntologyProperty) |
Adds an inverse property for the property.
|
![]() | AddInverseProperty(OntologyResource) |
Adds an inverse property for the property.
|
![]() | AddIsDefinedBy(Uri) |
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddIsDefinedBy(INode) |
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddIsDefinedBy(OntologyResource) |
Adds a new rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddLabel(String) |
Adds a label for the resource.
(Inherited from OntologyResource.) |
![]() | AddLabel(String, String) |
Adds a label in a specific language for a resource.
(Inherited from OntologyResource.) |
![]() | AddLiteralProperty(String, ILiteralNode, Boolean) |
Adds a new literal value for a property.
(Inherited from OntologyResource.) |
![]() | AddLiteralProperty(Uri, ILiteralNode, Boolean) |
Adds a new literal value for a property.
(Inherited from OntologyResource.) |
![]() | AddRange(Uri) |
Adds a new range for the property.
|
![]() | AddRange(INode) |
Adds a new range for the property.
|
![]() | AddRange(OntologyResource) |
Adds a new range for the property.
|
![]() | AddResourceProperty(String, INode, Boolean) |
Adds a new value for a property.
(Inherited from OntologyResource.) |
![]() | AddResourceProperty(Uri, INode, Boolean) |
Adds a new value for a property.
(Inherited from OntologyResource.) |
![]() | AddSameAs(Uri) |
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSameAs(INode) |
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSameAs(OntologyResource) |
Adds a new owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSeeAlso(Uri) |
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSeeAlso(INode) |
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSeeAlso(OntologyResource) |
Adds a new rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddSubProperty(Uri) |
Adds a sub-property for the property.
|
![]() | AddSubProperty(INode) |
Adds a sub-property for the property.
|
![]() | AddSubProperty(OntologyProperty) |
Adds a sub-property for the property.
|
![]() | AddSubProperty(OntologyResource) |
Adds a sub-property for the property.
|
![]() | AddSuperProperty(Uri) |
Adds a super-property for the property.
|
![]() | AddSuperProperty(INode) |
Adds a super-property for the property.
|
![]() | AddSuperProperty(OntologyProperty) |
Adds a super-property for the property.
|
![]() | AddSuperProperty(OntologyResource) |
Adds a super-property for the property.
|
![]() | AddType(Uri) |
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddType(INode) |
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddType(OntologyResource) |
Adds a new rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | AddVersionInfo |
Adds version information for the resource.
(Inherited from OntologyResource.) |
![]() | AsClass |
Casts a Resource into an Ontology Class.
(Inherited from OntologyResource.) |
![]() | AsProperty |
Casts a Resource into an Ontology Property.
(Inherited from OntologyResource.) |
![]() | ClearComments |
Removes all comments for this resource.
(Inherited from OntologyResource.) |
![]() | ClearDifferentFrom |
Clears all owl:differentFrom triples for the resource.
(Inherited from OntologyResource.) |
![]() | ClearDomains |
Clears all domains for the property.
|
![]() | ClearEquivalentProperties |
Clears all equivalent properties for this property.
|
![]() | ClearInverseProperties |
Removes all inverse properties for this property.
|
![]() | ClearIsDefinedBy |
Removes all rdfs:isDefinedBy triples for the resource.
(Inherited from OntologyResource.) |
![]() | ClearLabels |
Clears all labels for a resource.
(Inherited from OntologyResource.) |
![]() | ClearLiteralProperty(String, Boolean) |
Clears all values for a Literal Property.
(Inherited from OntologyResource.) |
![]() | ClearLiteralProperty(Uri, Boolean) |
Clears all values for a Literal Property.
(Inherited from OntologyResource.) |
![]() | ClearRanges |
Clears all ranges for the property.
|
![]() | ClearResourceProperty(String, Boolean) |
Clears all values for a Resource Property.
(Inherited from OntologyResource.) |
![]() | ClearResourceProperty(Uri, Boolean) |
Clears all values for a Resource Property.
(Inherited from OntologyResource.) |
![]() | ClearSameAs |
Removes all owl:sameAs triples for the resource.
(Inherited from OntologyResource.) |
![]() | ClearSeeAlso |
Removes all rdfs:seeAlso triples for the resource.
(Inherited from OntologyResource.) |
![]() | ClearSubProperties |
Clears all sub-properties of this property.
|
![]() | ClearSuperProperties |
Removes all super-properties of this property.
|
![]() | ClearTypes |
Removes all rdf:type triples for the resource.
(Inherited from OntologyResource.) |
![]() | ClearVersionInfo |
Clears version information for the resource.
(Inherited from OntologyResource.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLiteralProperty(String) |
Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource.) |
![]() | GetLiteralProperty(Uri) |
Gets the values for a property which is restricted to literals.
(Inherited from OntologyResource.) |
![]() | GetResourceProperty(String) |
Gets the values for a property which can be any node type.
(Inherited from OntologyResource.) |
![]() | GetResourceProperty(Uri) |
Gets the values for a property which can be any node type.
(Inherited from OntologyResource.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IntialiseProperty |
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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveComment(String) |
Removes a comment for this resource.
(Inherited from OntologyResource.) |
![]() | RemoveComment(ILiteralNode) |
Removes a comment for this resource.
(Inherited from OntologyResource.) |
![]() | RemoveComment(String, String) |
Removes a comment in a specific language for this resource.
(Inherited from OntologyResource.) |
![]() | RemoveDifferentFrom(Uri) |
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveDifferentFrom(INode) |
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveDifferentFrom(OntologyResource) |
Removes a owl:differentFrom triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveDomain(Uri) |
Removes a domain for the property.
|
![]() | RemoveDomain(INode) |
Removes a domain for the property.
|
![]() | RemoveDomain(OntologyResource) |
Removes a domain for the property.
|
![]() | RemoveEquivalentProperty(Uri) |
Removes an equivalent property for the property.
|
![]() | RemoveEquivalentProperty(INode) |
Removes an equivalent property for the property.
|
![]() | RemoveEquivalentProperty(OntologyProperty) |
Removes an equivalent property for the property.
|
![]() | RemoveEquivalentProperty(OntologyResource) |
Removes an equivalent property for the property.
|
![]() | RemoveInverseProperty(Uri) |
Removes an inverse property for the property.
|
![]() | RemoveInverseProperty(INode) |
Removes an inverse property for the property.
|
![]() | RemoveInverseProperty(OntologyProperty) |
Removes an inverse property for the property.
|
![]() | RemoveInverseProperty(OntologyResource) |
Removes an inverse property for the property.
|
![]() | RemoveIsDefinedBy(Uri) |
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveIsDefinedBy(INode) |
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveIsDefinedBy(OntologyResource) |
Removes a rdfs:isDefinedBy triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveLabel(String) |
Removes a label for a resource.
(Inherited from OntologyResource.) |
![]() | RemoveLabel(ILiteralNode) |
Removes a specific label for a resource.
(Inherited from OntologyResource.) |
![]() | RemoveLabel(String, String) |
Removes a label in a specific language for a resource.
(Inherited from OntologyResource.) |
![]() | RemoveLiteralProperty(String, ILiteralNode, Boolean) |
Removes a literal value for a property.
(Inherited from OntologyResource.) |
![]() | RemoveLiteralProperty(Uri, ILiteralNode, Boolean) |
Removes a literal value for a property.
(Inherited from OntologyResource.) |
![]() | RemoveRange(Uri) |
Removes a range for the property.
|
![]() | RemoveRange(INode) |
Removes a range for the property.
|
![]() | RemoveRange(OntologyResource) |
Removes a range for the property.
|
![]() | RemoveResourceProperty(String, INode, Boolean) |
Removes a value for a property.
(Inherited from OntologyResource.) |
![]() | RemoveResourceProperty(Uri, INode, Boolean) |
Removes a value for a property.
(Inherited from OntologyResource.) |
![]() | RemoveSameAs(Uri) |
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSameAs(INode) |
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSameAs(OntologyResource) |
Removes a owl:sameAs triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSeeAlso(Uri) |
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSeeAlso(INode) |
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSeeAlso(OntologyResource) |
Removes a rdfs:seeAlso triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveSubProperty(Uri) |
Removes a sub-property for the property.
|
![]() | RemoveSubProperty(INode) |
Removes a sub-property for the property.
|
![]() | RemoveSubProperty(OntologyProperty) |
Removes a sub-property for the property.
|
![]() | RemoveSubProperty(OntologyResource) |
Removes a sub-property for the property.
|
![]() | RemoveSuperProperty(Uri) |
Removes a super-property for the property.
|
![]() | RemoveSuperProperty(INode) |
Removes a super-property for the property.
|
![]() | RemoveSuperProperty(OntologyProperty) |
Removes a super-property for the property.
|
![]() | RemoveSuperProperty(OntologyResource) |
Removes a super-property for the property.
|
![]() | RemoveType(Uri) |
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveType(INode) |
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveType(OntologyResource) |
Removes a rdf:type triple for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveVersionInfo(String) |
Remove version information for the resource.
(Inherited from OntologyResource.) |
![]() | RemoveVersionInfo(ILiteralNode) |
Remove version information for the resource.
(Inherited from OntologyResource.) |
![]() | ToString |
Gets the String representation of the Resource.
(Inherited from OntologyResource.) |
Name | Description | |
---|---|---|
![]() | _graph |
The Graph from which this Resource originates.
(Inherited from OntologyResource.) |
![]() | _literalProperties |
Storage of Literal Properties.
(Inherited from OntologyResource.) |
![]() | _resource |
The Node which this Resource is a wrapper around.
(Inherited from OntologyResource.) |
![]() | _resourceProperties |
Storage of Resource Properties.
(Inherited from OntologyResource.) |
See Using the Ontology API for some informal documentation on the use of the Ontology namespace.