@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 metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://w3id.org/cocoon/v1.0#> . ns0:DerivedUnit metadata_def:mappingLoom "derivedunit" ; metadata_def:mappingSameURI ns0:DerivedUnit ; metadata_def:prefLabel "DerivedUnit" ; metadata:prefixIRI "qudt:DerivedUnit" ; a owl:Class ; rdfs:subClassOf owl:Thing . ns1:GB a ns0:DerivedUnit . ns1:GBPerMonth a ns0:DerivedUnit . ns1:IOPs a ns0:DerivedUnit . ns1:MBPerSec a ns0:DerivedUnit . ns1:TB a ns0:DerivedUnit .
@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://w3id.org/cocoon/v1.0#> .

ns0:DerivedUnit
    metadata_def:mappingLoom "derivedunit" ;
    metadata_def:mappingSameURI ns0:DerivedUnit ;
    metadata_def:prefLabel "DerivedUnit" ;
    metadata:prefixIRI "qudt:DerivedUnit" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .

ns1:GB
    a ns0:DerivedUnit .

ns1:GBPerMonth
    a ns0:DerivedUnit .

ns1:IOPs
    a ns0:DerivedUnit .

ns1:MBPerSec
    a ns0:DerivedUnit .

ns1:TB
    a ns0:DerivedUnit .