@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

owl:imports a owl:OntologyProperty ;
    rdfs:label "imports"^^rdf:string ;
    rdfs:comment "The property that is used for importing other ontologies into a given ontology."^^rdf:string ;
    rdfs:domain owl:Ontology ;
    rdfs:isDefinedBy owl: ;
    rdfs:range owl:Ontology .