Click or drag to resize

Ontology.Imports Property

Gets all the Ontologies that this Ontology imports.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Ontology> Imports { get; }

Property Value

Type: IEnumerable<Ontology>
See Also