@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://qudt.org/3.1.9/schema/facade/qudt>
  a owl:Ontology ;
  owl:imports <http://qudt.org/3.1.9/collection/usertest> ;
  owl:imports <http://qudt.org/3.1.9/schema/qudt> ;
  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 - v3.1.9" .


