Click or drag to resize

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; }

Property Value

Type: IEnumerableOntologyResource
See Also