@prefix : <http://linked.earth/ontolog/instrument#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://linked.earth/ontolog/instrument#> .

<http://linked.earth/ontolog/instrument#> rdf:type owl:Ontology ;
                                           owl:versionIRI <http://linked.earth/ontology/instrument/1.0.0> ;
                                           <http://purl.org/dc/terms/contributor> <http://w3id.org/people/dgarijo> ,
                                                                                  <http://www.isi.edu/~gil/> ;
                                           <http://purl.org/dc/terms/creator> <http://earth.usc.edu/~khider/> ,
                                                                              <http://orcid.org/0000-0001-5920-4751> ,
                                                                              <http://www.cefns.nau.edu/~npm4/> ;
                                           <http://purl.org/dc/terms/license> <http://creativecommons.org/licenses/by/2.0/> ;
                                           <http://purl.org/dc/terms/title> "The Linked Earth Instrument Ontology"@en ;
                                           <http://purl.org/vocab/vann/preferredNamespacePrefix> "le" ;
                                           <http://purl.org/vocab/vann/preferredNamespaceUri> "http://linked.earth/ontology/instrument#" ;
                                           owl:versionInfo "1.0.0"@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


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

###  http://linked.earth/ontolog/instrument#AcceleratorMassSpectrometer
:AcceleratorMassSpectrometer rdf:type owl:Class ;
                             rdfs:subClassOf :MassSpectrometer ;
                             rdfs:label "Accelerator mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#AcceleratorMassSpectrometerInstrument
:AcceleratorMassSpectrometerInstrument rdf:type owl:Class ;
                                       rdfs:subClassOf :AcceleratorMassSpectrometer ;
                                       rdfs:label "Accelerator mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#BinocularMicroscope
:BinocularMicroscope rdf:type owl:Class ;
                     rdfs:subClassOf :Microscope ;
                     rdfs:label "Binocular microscope"@en .


###  http://linked.earth/ontolog/instrument#CFAMS
:CFAMS rdf:type owl:Class ;
       rdfs:subClassOf :AcceleratorMassSpectrometer ;
       rdfs:label "Continuous-flow AMS system"@en .


###  http://linked.earth/ontolog/instrument#CRDS
:CRDS rdf:type owl:Class ;
      rdfs:subClassOf :Spectroscope ;
      rdfs:label "Cavity Ring-Down Spectroscopy"@en .


###  http://linked.earth/ontolog/instrument#EnergyDispersiveSpectrometer
:EnergyDispersiveSpectrometer rdf:type owl:Class ;
                              rdfs:subClassOf :Spectrometer ;
                              rdfs:label "Energy dispersive spectrometer"@en .


###  http://linked.earth/ontolog/instrument#GC-IR-MS
:GC-IR-MS rdf:type owl:Class ;
          rdfs:subClassOf :GasChromatographyMassSpectrometer ;
          rdfs:label "Gas Chromatography - Isotope ratio -Mass Spectrometer"@en .


###  http://linked.earth/ontolog/instrument#GCMS
:GCMS rdf:type owl:Class ;
      rdfs:subClassOf :GasChromatographyMassSpectrometer ;
      rdfs:label "Gas chromatography mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#GasChromatograph
:GasChromatograph rdf:type owl:Class ;
                  rdfs:subClassOf :Instrument ;
                  rdfs:label "Gas chromatograph"@en .


###  http://linked.earth/ontolog/instrument#GasChromatographyMassSpectrometer
:GasChromatographyMassSpectrometer rdf:type owl:Class ;
                                   rdfs:subClassOf :MassSpectrometer ;
                                   rdfs:label "Gas chromatography - mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#ICP-AES
:ICP-AES rdf:type owl:Class ;
         owl:equivalentClass :ICP-OES ;
         rdfs:subClassOf :Spectroscope ;
         rdfs:comment "Inductively coupled plasma atomic emission spectroscopy (ICP-AES), also referred to as inductively coupled plasma optical emission spectrometry (ICP-OES), is an analytical technique used for the detection of trace metals."@en ;
         rdfs:label "Inductively coupled plasma atomic emission spectroscope"@en .


###  http://linked.earth/ontolog/instrument#ICP-MS
:ICP-MS rdf:type owl:Class ;
        rdfs:subClassOf :IsotopeRatioMassSpectrometer ;
        rdfs:label "Inductively coupled plasma mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#ICP-OES
:ICP-OES rdf:type owl:Class ;
         rdfs:subClassOf :Spectroscope ;
         rdfs:label "Inductively coupled plasma optical emission spectrometry"@en .


###  http://linked.earth/ontolog/instrument#IRMS
:IRMS rdf:type owl:Class ;
      rdfs:subClassOf :IsotopeRatioMassSpectrometer ;
      rdfs:comment "An <b>isotope-ration mass spectrometer</b> measures the relative abundance of isotopes in a given sample."@en ;
      rdfs:label "Isotope ratio mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#Instrument
:Instrument rdf:type owl:Class ;
            rdfs:label "Instrument"@en .


###  http://linked.earth/ontolog/instrument#IsotopeRatioMassSpectrometer
:IsotopeRatioMassSpectrometer rdf:type owl:Class ;
                              rdfs:subClassOf :MassSpectrometer ;
                              rdfs:label "Isotope ratio mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#LA-ICP-MS
:LA-ICP-MS rdf:type owl:Class ;
           rdfs:subClassOf :IsotopeRatioMassSpectrometer ;
           rdfs:label "Laser-ablation (LA) Inductively coupled plasma mass spectrometry (ICP-MS)"@en .


###  http://linked.earth/ontolog/instrument#MC-ICP-MS
:MC-ICP-MS rdf:type owl:Class ;
           rdfs:subClassOf :IsotopeRatioMassSpectrometer ;
           rdfs:label "Multi-collector (MC) Inductively coupled plasma mass spectrometry (ICPMS)"@en .


###  http://linked.earth/ontolog/instrument#MassSpectrometer
:MassSpectrometer rdf:type owl:Class ;
                  rdfs:subClassOf :Spectrometer ;
                  rdfs:label "Mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#MassSpectrometerInstrument
:MassSpectrometerInstrument rdf:type owl:Class ;
                            rdfs:subClassOf :MassSpectrometer ;
                            rdfs:label "Mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#Microscope
:Microscope rdf:type owl:Class ;
            rdfs:subClassOf :Instrument ;
            rdfs:label "Microscope"@en .


###  http://linked.earth/ontolog/instrument#NOSAMSTandetron
:NOSAMSTandetron rdf:type owl:Class ;
                 rdfs:subClassOf :AcceleratorMassSpectrometer ;
                 rdfs:label "NOSAMS tandetron"@en .


###  http://linked.earth/ontolog/instrument#RockHammer
:RockHammer rdf:type owl:Class ;
            rdfs:subClassOf :Instrument ;
            rdfs:label "Rock hammer"@en .


###  http://linked.earth/ontolog/instrument#SHRIMP
:SHRIMP rdf:type owl:Class ;
        rdfs:subClassOf :SecondaryIonMassSpectrometer ;
        rdfs:label "Sensitive high-resolution ion microprobe"@en .


###  http://linked.earth/ontolog/instrument#SIMS
:SIMS rdf:type owl:Class ;
      rdfs:subClassOf :SecondaryIonMassSpectrometer ;
      rdfs:label "Secondary ion mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#SecondaryIonMassSpectrometer
:SecondaryIonMassSpectrometer rdf:type owl:Class ;
                              rdfs:subClassOf :MassSpectrometer ;
                              rdfs:label "Secondary ion mass spectrometer"@en .


###  http://linked.earth/ontolog/instrument#Spectrometer
:Spectrometer rdf:type owl:Class ;
              rdfs:subClassOf :Instrument ;
              rdfs:label "Spectrometer"@en .


###  http://linked.earth/ontolog/instrument#Spectroscope
:Spectroscope rdf:type owl:Class ;
              rdfs:subClassOf :Instrument ;
              rdfs:label "Spectroscope"@en .


###  http://linked.earth/ontolog/instrument#WavelengthDispersiveSpectrometer
:WavelengthDispersiveSpectrometer rdf:type owl:Class ;
                                  rdfs:subClassOf :Spectrometer ;
                                  rdfs:label "Wavelength dispersive spectrometry"@en .


###  http://linked.earth/ontolog/instrument#ZeissPetrographicMicroscope
:ZeissPetrographicMicroscope rdf:type owl:Class ;
                             rdfs:subClassOf :Microscope ;
                             rdfs:label "Zeiss petrographic microscope"@en .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
