Click or drag to resize

OntologyClass Properties

The OntologyClass type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets the Comment(s) for the Resource.
(Inherited from OntologyResource.)
Public propertyDifferentFrom
Gets the Different From(s) for the Resource.
(Inherited from OntologyResource.)
Public propertyDirectSubClasses
Gets the direct sub-classes of this class.
Public propertyDirectSuperClasses
Gets the direct super-classes of this class.
Public propertyDisjointClasses
Gets the disjoint classes of this class.
Public propertyEquivalentClasses
Gets the equivalent classes of this class.
Public propertyGraph
Gets the Graph that this Ontology Resource is from.
(Inherited from OntologyResource.)
Public propertyIndirectSubClasses
Gets the indirect sub-classes of this class.
Public propertyIndirectSuperClasses
Gets the indirect super-classes of this class.
Public propertyInstances
Gets the instances (individuals) of this class.
Public propertyIsBottomClass
Gets whether something is a Bottom Class i.e. has no sub classes.
Public propertyIsDefinedBy
Gets the Is Defined By(s) for the Resource.
(Inherited from OntologyResource.)
Public propertyIsDomainOf
Gets the properties which have this class as a domain.
Public propertyIsRangeOf
Gets the properties which have this class as a range.
Public propertyIsTopClass
Gets whether something is a Top Class i.e. has no super classes.
Public propertyLabel
Gets the Label(s) for the Resource.
(Inherited from OntologyResource.)
Public propertyResource
Gets the Resource that this Ontology Resource refers to.
(Inherited from OntologyResource.)
Public propertySameAs
Gets the Same As('s) for the Resource.
(Inherited from OntologyResource.)
Public propertySeeAlso
Gets the See Also(s) for the Resource.
(Inherited from OntologyResource.)
Public propertySiblings
Gets the Sibling classes of this class, if this class is the root of the ontology nothing is returned even if there are multiple root classes.
Public propertySubClasses
Gets the sub-classes of this class (both direct and indirect).
Public propertySuperClasses
Gets the super-classes of this class (both direct and indirect).
Public propertyTriples
Gets all the Triples where the Resource occurs in any position.
(Inherited from OntologyResource.)
Public propertyTriplesWithObject
Gets all the Triples from the Graph where the Resource occurs as the Object.
(Inherited from OntologyResource.)
Public propertyTriplesWithPredicate
Gets all the Triples from the Graph where the Resource occurs as the Predicate.
(Inherited from OntologyResource.)
Public propertyTriplesWithSubject
Gets all the Triples from the Graph where the Resource occurs as the Subject.
(Inherited from OntologyResource.)
Public propertyTypes
Gets the rdf:type's for the Resource.
(Inherited from OntologyResource.)
Public propertyVersionInfo
Gets the Version Information for the Resource.
(Inherited from OntologyResource.)
Top
See Also