OntologyPriorVersions Property  | 
 
            Gets all the Ontologies that are prior versions of this Ontology.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<Ontology> PriorVersions { get; }Public ReadOnly Property PriorVersions As IEnumerable(Of Ontology)
	Get
Property Value
Type: 
IEnumerableOntology
See Also