OntologyBackwardsCompatibleWith Property  | 
 
            Gets all the Ontologies that this Ontology is backwards compatible with.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<Ontology> BackwardsCompatibleWith { get; }Public ReadOnly Property BackwardsCompatibleWith As IEnumerable(Of Ontology)
	Get
Property Value
Type: 
IEnumerableOntology
See Also