@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> . @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/> . ns0:InternationalSystemOfUnits ns0:hasDerivedQuantity ns0:SpecificVolume . ns0:SpecificVolume metadata_def:mappingLoom "specificvolume" ; metadata_def:mappingSameURI ns0:SpecificVolume ; metadata_def:prefLabel "soortelijk volume"@nl, "specific volume"@en ; metadata:prefixIRI "SpecificVolume" ; ns0:alternativeLabel "concentration (v/w)"@en, "specifiek volume"@nl ; ns0:commonlyHasUnit ns0:cubicMetrePerKilogram, ns0:litrePerKilogram ; ns0:symbol "v" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "Specific volume is volume per unit mass."@en ; rdfs:label "soortelijk volume"@nl, "specific volume"@en ; rdfs:subClassOf ns0:Quantity . ns0:mechanics ns0:usesQuantity ns0:SpecificVolume .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@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/> .

ns0:InternationalSystemOfUnits
    ns0:hasDerivedQuantity ns0:SpecificVolume .

ns0:SpecificVolume
    metadata_def:mappingLoom "specificvolume" ;
    metadata_def:mappingSameURI ns0:SpecificVolume ;
    metadata_def:prefLabel "soortelijk volume"@nl, "specific volume"@en ;
    metadata:prefixIRI "SpecificVolume" ;
    ns0:alternativeLabel "concentration (v/w)"@en, "specifiek volume"@nl ;
    ns0:commonlyHasUnit ns0:cubicMetrePerKilogram, ns0:litrePerKilogram ;
    ns0:symbol "v" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "Specific volume is volume per unit mass."@en ;
    rdfs:label "soortelijk volume"@nl, "specific volume"@en ;
    rdfs:subClassOf ns0:Quantity .

ns0:mechanics
    ns0:usesQuantity ns0:SpecificVolume .