# baseURI: http://qudt.org/2.1/schema/extensions/imports
# imports: http://qudt.org/2.1/schema/mathematics
# imports: http://qudt.org/2.1/schema/extensions/functions
# prefix: imports

@prefix imports: <http://qudt.org/2.1/schema/extensions/imports#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/2.1/schema/extensions/imports>
  a owl:Ontology ;
  rdfs:comment "This file is imported by the QUDT schema graph. To add new behavior to QUDT, use this file to import files containing additional triples. e.g. import the file skos.ttl (URI of http://qudt.org/2.1/schema/extensions/skos) located in this directory to make all qudt:Concepts a subClass of skos:Concept. " ;
  owl:imports <http://qudt.org/2.1/schema/mathematics> ;
  owl:imports <http://qudt.org/2.1/schema/extensions/functions> ;
  owl:versionInfo "Created with TopBraid Composer" ;
.
