@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://qudt.org/schema/qudt/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://qudt.org/schema/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:DerivedUnit metadata_def:mappingLoom "derivedunit" ; metadata_def:mappingSameURI ns0:DerivedUnit ; metadata_def:prefLabel "Derived Unit" ; metadata:prefixIRI "qudt:DerivedUnit" ; dct:description """ <p>A <em>Derived Unit</em> is a type specification for units that are derived from other units. </p>"""^^rdf:HTML ; ns0:dbpediaMatch "http://dbpedia.org/resource/Category:SI_derived_units"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; a owl:Class, owl:NamedIndividual ; rdfs:isDefinedBy ns1:qudt ; rdfs:label "Derived Unit" ; rdfs:subClassOf ns0:Unit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://qudt.org/schema/qudt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://qudt.org/schema/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:DerivedUnit
    metadata_def:mappingLoom "derivedunit" ;
    metadata_def:mappingSameURI ns0:DerivedUnit ;
    metadata_def:prefLabel "Derived Unit" ;
    metadata:prefixIRI "qudt:DerivedUnit" ;
    dct:description """
  <p>A <em>Derived Unit</em> is a type specification for units that are derived from other units.
  </p>"""^^rdf:HTML ;
    ns0:dbpediaMatch "http://dbpedia.org/resource/Category:SI_derived_units"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:isDefinedBy ns1:qudt ;
    rdfs:label "Derived Unit" ;
    rdfs:subClassOf ns0:Unit .