Click or drag to resize

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; }

Property Value

Type: IEnumerableOntology
See Also