@prefix : <http://sweetontology.net/matrIsotope/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix somael: <http://sweetontology.net/matrElement/> .
@prefix somais: <http://sweetontology.net/matrIsotope/> .
@prefix owlt: <http://www.w3.org/2006/time#> .
@prefix somapa: <http://sweetontology.net/matrParticle/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sost: <http://sweetontology.net/state/> .
@prefix sostc: <http://sweetontology.net/stateChemical/> .
@base <http://sweetontology.net/matrIsotope> .

<http://sweetontology.net/matrIsotope> rdf:type owl:Ontology ;
                                        owl:imports <http://sweetontology.net/matr> ,
                                                    <http://sweetontology.net/matrElement> ,
                                                    <http://sweetontology.net/matrParticle> ,
                                                    <http://sweetontology.net/propCategorical> ,
                                                    <http://sweetontology.net/rela> ,
                                                    <http://sweetontology.net/relaChemical> ,
                                                    <http://sweetontology.net/state> ,
                                                    <http://sweetontology.net/statePhysical> ;
                                        rdfs:label "SWEET Ontology Material Isotope" ;
                                        dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                        owl:versionInfo "3.6.0" .

#################################################################
#    Classes
#################################################################

###  http://sweetontology.net/matrIsotope/AlphaParticle
somais:AlphaParticle rdf:type owl:Class ;
                   rdfs:subClassOf somapa:EnergeticParticle ;
                   rdfs:label "alpha particle"@en .


###  http://sweetontology.net/matrIsotope/BetaParticle
somais:BetaParticle rdf:type owl:Class ;
                  rdfs:subClassOf somapa:EnergeticParticle ;
                  rdfs:label "beta particle"@en .


###  http://sweetontology.net/matrIsotope/Isotope
somais:Isotope rdf:type owl:Class ;
             rdfs:subClassOf somael:Element ;
             rdfs:label "isotope"@en .


###  http://sweetontology.net/matrIsotope/Nuclide
somais:Nuclide rdf:type owl:Class ;
             owl:equivalentClass somais:Radioisotope ;
             rdfs:label "nuclide"@en .


###  http://sweetontology.net/matrIsotope/Radiation
somais:Radiation rdf:type owl:Class ;
               rdfs:subClassOf soma:Substance ;
               rdfs:label "radiation"@en .


###  http://sweetontology.net/matrIsotope/RadioactiveSubstance
somais:RadioactiveSubstance rdf:type owl:Class ;
                          rdfs:subClassOf soma:Substance ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorel:hasState ;
                                            owl:hasValue sostc:Radioactive
                                          ] ;
                          rdfs:label "radioactive substance"@en .


###  http://sweetontology.net/matrIsotope/Radiocarbon
somais:Radiocarbon rdf:type owl:Class ;
                 rdfs:subClassOf somais:RadioactiveSubstance ;
                 rdfs:label "radiocarbon"@en .


###  http://sweetontology.net/matrIsotope/Radioelement
somais:Radioelement rdf:type owl:Class ;
                  rdfs:subClassOf somael:Element ,
                                  somais:RadioactiveSubstance ;
                  rdfs:label "radioelement"@en .


###  http://sweetontology.net/matrIsotope/Radioisotope
somais:Radioisotope rdf:type owl:Class ;
                  owl:equivalentClass somais:Radionuclide ;
                  rdfs:subClassOf somais:RadioactiveSubstance ;
                  rdfs:label "radioisotope"@en .


###  http://sweetontology.net/matrIsotope/Radionuclide
somais:Radionuclide rdf:type owl:Class ;
                  rdfs:label "radionuclide"@en .


###  http://sweetontology.net/matrParticle/EnergeticParticle
somapa:EnergeticParticle rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://sweetontology.net/matrIsotope/Al26
somais:Al26 rdf:type owl:NamedIndividual ,
                   somais:Isotope ,
                   somais:RadioactiveSubstance ;
          rdfs:label "al26"@en .


###  http://sweetontology.net/matrIsotope/C12
somais:C12 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "c12"@en .


###  http://sweetontology.net/matrIsotope/C13
somais:C13 rdf:type owl:NamedIndividual ,
                  somais:Isotope ,
                  somais:RadioactiveSubstance ;
         rdfs:label "c13"@en .


###  http://sweetontology.net/matrIsotope/C14
somais:C14 rdf:type owl:NamedIndividual ,
                  somais:Isotope ,
                  somais:RadioactiveSubstance ;
         rdfs:label "c14"@en .


###  http://sweetontology.net/matrIsotope/D
somais:D rdf:type owl:NamedIndividual ,
                somais:Isotope ;
       owl:sameAs somais:H2 ;
       rdfs:label "d"@en .


###  http://sweetontology.net/matrIsotope/Deuterium
somais:Deuterium rdf:type owl:NamedIndividual ,
                        somais:Isotope ;
               owl:sameAs somais:H2 ;
               rdfs:label "deuterium"@en .


###  http://sweetontology.net/matrIsotope/H1
somais:H1 rdf:type owl:NamedIndividual ,
                 somais:Isotope ;
        rdfs:label "h1"@en .


###  http://sweetontology.net/matrIsotope/H2
somais:H2 rdf:type owl:NamedIndividual ,
                 somais:Isotope ;
        rdfs:label "h2"@en .


###  http://sweetontology.net/matrIsotope/H3
somais:H3 rdf:type owl:NamedIndividual ,
                 somais:Isotope ;
        owl:sameAs somais:T ,
                   somais:Tritium ;
        rdfs:label "h3"@en .


###  http://sweetontology.net/matrIsotope/He3
somais:He3 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "he3"@en .


###  http://sweetontology.net/matrIsotope/He4
somais:He4 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "he4"@en .


###  http://sweetontology.net/matrIsotope/K39
somais:K39 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "k39"@en .


###  http://sweetontology.net/matrIsotope/K40
somais:K40 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "k40"@en .


###  http://sweetontology.net/matrIsotope/K41
somais:K41 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "k41"@en .


###  http://sweetontology.net/matrIsotope/N14
somais:N14 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "n14"@en .


###  http://sweetontology.net/matrIsotope/N15
somais:N15 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "n15"@en .


###  http://sweetontology.net/matrIsotope/O16
somais:O16 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "o16"@en .


###  http://sweetontology.net/matrIsotope/O17
somais:O17 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "o17"@en .


###  http://sweetontology.net/matrIsotope/O18
somais:O18 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "o18"@en .


###  http://sweetontology.net/matrIsotope/Pb202
somais:Pb202 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "pb202"@en .


###  http://sweetontology.net/matrIsotope/Pb204
somais:Pb204 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "pb204"@en .


###  http://sweetontology.net/matrIsotope/Pb206
somais:Pb206 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "pb206"@en .


###  http://sweetontology.net/matrIsotope/Pb207
somais:Pb207 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "pb207"@en .


###  http://sweetontology.net/matrIsotope/Pb208
somais:Pb208 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "pb208"@en .


###  http://sweetontology.net/matrIsotope/S32
somais:S32 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "s32"@en .


###  http://sweetontology.net/matrIsotope/S33
somais:S33 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "s33"@en .


###  http://sweetontology.net/matrIsotope/S34
somais:S34 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "s34"@en .


###  http://sweetontology.net/matrIsotope/S36
somais:S36 rdf:type owl:NamedIndividual ,
                  somais:Isotope ;
         rdfs:label "s36"@en .


###  http://sweetontology.net/matrIsotope/T
somais:T rdf:type owl:NamedIndividual ,
                somais:Isotope ;
       rdfs:label "t"@en .


###  http://sweetontology.net/matrIsotope/Th228
somais:Th228 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th228"@en .


###  http://sweetontology.net/matrIsotope/Th229
somais:Th229 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th229"@en .


###  http://sweetontology.net/matrIsotope/Th230
somais:Th230 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th230"@en .


###  http://sweetontology.net/matrIsotope/Th231
somais:Th231 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th231"@en .


###  http://sweetontology.net/matrIsotope/Th232
somais:Th232 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th232"@en .


###  http://sweetontology.net/matrIsotope/Th234
somais:Th234 rdf:type owl:NamedIndividual ,
                    somais:Isotope ;
           rdfs:label "th234"@en .


###  http://sweetontology.net/matrIsotope/Tritium
somais:Tritium rdf:type owl:NamedIndividual ,
                      somais:Isotope ;
             rdfs:label "tritium"@en .


###  http://sweetontology.net/matrIsotope/U238
somais:U238 rdf:type owl:NamedIndividual ,
                   somais:Isotope ,
                   somais:RadioactiveSubstance ;
          rdfs:label "u238"@en .


###  http://sweetontology.net/matrIsotope/U239
somais:U239 rdf:type owl:NamedIndividual ,
                   somais:Isotope ,
                   somais:RadioactiveSubstance ;
          rdfs:label "u239"@en .


###  http://sweetontology.net/stateChemical/Radioactive
sostc:Radioactive rdf:type owl:NamedIndividual .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
