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