OntologyClassInstances Property |
Gets the instances (individuals) of this class.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyResource> Instances { get; }
Public ReadOnly Property Instances As IEnumerable(Of OntologyResource)
Get
Property Value
Type:
IEnumerableOntologyResourceSee Also