@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://w3id.org/glosis/model/unit/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://w3id.org/glosis/model/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns3: <http://qudt.org/vocab/quantitykind/> . ns0:GM-PER-HectoGM ns1:hasQuantityKind ns3:MassRatio ; ns1:plainTextDescription "0,001 fold of the SI base unit kilogram divided by 0,1-fold of the SI base unit kilogram" ; ns1:ucumCode "g/100g"^^ns1:UCUMcs ; a ns1:Unit, owl:NamedIndividual ; rdfs:isDefinedBy ns2:unit ; rdfs:label "Gram Per Hectogram"@en, "Gram Per Hectogram"@en-us ; skos:definition "0,001 fold of the SI base unit kilogram divided by 0,1-fold of the SI base unit kilogram" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://w3id.org/glosis/model/unit/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://w3id.org/glosis/model/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns3: <http://qudt.org/vocab/quantitykind/> .

ns0:GM-PER-HectoGM
    ns1:hasQuantityKind ns3:MassRatio ;
    ns1:plainTextDescription "0,001 fold of the SI base unit kilogram divided by 0,1-fold of the SI base unit kilogram" ;
    ns1:ucumCode "g/100g"^^ns1:UCUMcs ;
    a ns1:Unit, owl:NamedIndividual ;
    rdfs:isDefinedBy ns2:unit ;
    rdfs:label "Gram Per Hectogram"@en, "Gram Per Hectogram"@en-us ;
    skos:definition "0,001 fold of the SI base unit kilogram divided by 0,1-fold of the SI base unit kilogram" .