Click or drag to resize

OntologyImports 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: IEnumerableOntology
See Also