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; }
Public ReadOnly Property PriorVersions As IEnumerable(Of Ontology)
Get
Property Value
Type:
IEnumerableOntologySee Also