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

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://qudt.org/2.1/schema/facade/qudt>
  a owl:Ontology ;
  owl:imports <http://qudt.org/2.1/schema/qudt> ;
  owl:imports <http://qudt.org/2.1/schema/extensions/functions> ;
  owl:versionInfo "Created with TopBraid Composer" ;
  rdfs:comment "Facade graph for single place to redirect QUDT schema imports. Note that currently, the functions import uses SPIN and OWL.";
  rdfs:label "QUDT SCHEMA Facade graph - v2.1.33" ;
.
