@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://csopralibs.org#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . ns0:DegreeCelcius metadata_def:mappingLoom "degreecelcius" ; metadata_def:mappingSameURI ns0:DegreeCelcius ; metadata:prefixIRI "csopra:DegreeCelcius" ; a owl:Class, owl:NamedIndividual ; rdfs:label "DegreeCelcius" ; rdfs:subClassOf owl:Thing ; skos:altLabel "DegreeCelcius", "degreecelcius" ; skos:prefLabel "DegreeCelcius" . ns0:TempMeas ns1:usesStandard ns0:DegreeCelcius .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://csopralibs.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .

ns0:DegreeCelcius
    metadata_def:mappingLoom "degreecelcius" ;
    metadata_def:mappingSameURI ns0:DegreeCelcius ;
    metadata:prefixIRI "csopra:DegreeCelcius" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "DegreeCelcius" ;
    rdfs:subClassOf owl:Thing ;
    skos:altLabel "DegreeCelcius", "degreecelcius" ;
    skos:prefLabel "DegreeCelcius" .

ns0:TempMeas
    ns1:usesStandard ns0:DegreeCelcius .