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