@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Ampere metadata_def:mappingLoom "ampere" ; metadata_def:mappingSameURI ns0:Ampere ; metadata_def:prefLabel "Ampere" ; metadata:prefixIRI "Ampere" ; a owl:Class ; rdfs:comment "The ampere is the SI unit of electric current and is one of the seven SI base units." ; rdfs:subClassOf ns1:BaseUnit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Ampere
    metadata_def:mappingLoom "ampere" ;
    metadata_def:mappingSameURI ns0:Ampere ;
    metadata_def:prefLabel "Ampere" ;
    metadata:prefixIRI "Ampere" ;
    a owl:Class ;
    rdfs:comment "The ampere is the SI unit of electric current and is one of the seven SI base units." ;
    rdfs:subClassOf ns1:BaseUnit .