@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.dumontierlab.com/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://matonto.org/ontologies/matonto#> . ns0:SpecificEnergyUnit metadata_def:mappingLoom "specificenergyunit" ; metadata_def:mappingSameURI ns0:SpecificEnergyUnit ; metadata_def:prefLabel "specific energy unit" ; ns1:hasCommonSymbol "J/Kg" ; a owl:Class, owl:NamedIndividual ; rdfs:comment "A standard measure for specific energy." ; rdfs:label "specific energy unit" ; rdfs:subClassOf ns0:Unit . ns0:unit_joule_1_kilogram_-1 a ns0:SpecificEnergyUnit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.dumontierlab.com/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://matonto.org/ontologies/matonto#> .

ns0:SpecificEnergyUnit
    metadata_def:mappingLoom "specificenergyunit" ;
    metadata_def:mappingSameURI ns0:SpecificEnergyUnit ;
    metadata_def:prefLabel "specific energy unit" ;
    ns1:hasCommonSymbol "J/Kg" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:comment "A standard measure for specific energy." ;
    rdfs:label "specific energy unit" ;
    rdfs:subClassOf ns0:Unit .

ns0:unit_joule_1_kilogram_-1
    a ns0:SpecificEnergyUnit .