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