@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://sweetontology.net/matrIon/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://sweetontology.net/matr/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Ammonium a ns0:Ion . ns0:Anion rdfs:subClassOf ns0:Ion . ns0:Bicarbonite a ns0:Ion . ns0:CO3minusminus a ns0:Ion . ns0:Carbonate a ns0:Ion . ns0:Cation rdfs:subClassOf ns0:Ion . ns0:H4plus a ns0:Ion . ns0:HCO3minus a ns0:Ion . ns0:HeavyIon rdfs:subClassOf ns0:Ion . ns0:Hplus a ns0:Ion . ns0:HydrogenCarbonate a ns0:Ion . ns0:Ion metadata_def:mappingLoom "ion" ; metadata_def:mappingSameURI ns0:Ion ; metadata_def:prefLabel "ion"@en ; metadata:prefixIRI "somaio:Ion" ; a owl:Class ; rdfs:comment "An ion is an atom or molecule where the total number of electrons is not equal to the total number of protons, giving it a net positive or negative electrical charge. [Wikipedia]"@en ; rdfs:label "ion"@en ; rdfs:subClassOf ns1:Substance . ns0:NH4plus a ns0:Ion . ns0:NO2minus a ns0:Ion . ns0:NO3minus a ns0:Ion . ns0:Nitrate a ns0:Ion . ns0:Nitrite a ns0:Ion . ns0:O2minus a ns0:Ion . ns0:O3minus a ns0:Ion . ns0:O3minusminus a ns0:Ion . ns0:Ominus a ns0:Ion . ns0:Oplus a ns0:Ion . ns0:SaltIon rdfs:subClassOf ns0:Ion .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://sweetontology.net/matrIon/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://sweetontology.net/matr/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Ammonium
    a ns0:Ion .

ns0:Anion
    rdfs:subClassOf ns0:Ion .

ns0:Bicarbonite
    a ns0:Ion .

ns0:CO3minusminus
    a ns0:Ion .

ns0:Carbonate
    a ns0:Ion .

ns0:Cation
    rdfs:subClassOf ns0:Ion .

ns0:H4plus
    a ns0:Ion .

ns0:HCO3minus
    a ns0:Ion .

ns0:HeavyIon
    rdfs:subClassOf ns0:Ion .

ns0:Hplus
    a ns0:Ion .

ns0:HydrogenCarbonate
    a ns0:Ion .

ns0:Ion
    metadata_def:mappingLoom "ion" ;
    metadata_def:mappingSameURI ns0:Ion ;
    metadata_def:prefLabel "ion"@en ;
    metadata:prefixIRI "somaio:Ion" ;
    a owl:Class ;
    rdfs:comment "An ion is an atom or molecule where the total number of electrons is not equal to the total number of protons, giving it a net positive or negative electrical charge. [Wikipedia]"@en ;
    rdfs:label "ion"@en ;
    rdfs:subClassOf ns1:Substance .

ns0:NH4plus
    a ns0:Ion .

ns0:NO2minus
    a ns0:Ion .

ns0:NO3minus
    a ns0:Ion .

ns0:Nitrate
    a ns0:Ion .

ns0:Nitrite
    a ns0:Ion .

ns0:O2minus
    a ns0:Ion .

ns0:O3minus
    a ns0:Ion .

ns0:O3minusminus
    a ns0:Ion .

ns0:Ominus
    a ns0:Ion .

ns0:Oplus
    a ns0:Ion .

ns0:SaltIon
    rdfs:subClassOf ns0:Ion .