Ontology.BackwardsCompatibleWith 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:
IEnumerable<Ontology>
See Also