Click or drag to resize

OntologyPriorVersions Property

Gets all the Ontologies that are prior versions of this Ontology.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Ontology> PriorVersions { get; }

Property Value

Type: IEnumerableOntology
See Also