Skip to content

Commit

Permalink
Merge pull request #51 from MarkusSchilling/main
Browse files Browse the repository at this point in the history
Update pmd_mo.ttl
  • Loading branch information
MarkusSchilling authored Aug 29, 2024
2 parents a96ac95 + ff0b601 commit 8268a7c
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 13 deletions.
4 changes: 4 additions & 0 deletions microscopy_ontology_MO/catalog-v001.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""/>
</catalog>
115 changes: 102 additions & 13 deletions microscopy_ontology_MO/pmd_mo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,13 @@ By analyzing the energy spectrum of the emitted Auger electrons, researchers can
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5"@en .


### https://w3id.org/pmd/mo/CEOS-CEFIDfilter
:CEOS-CEFIDfilter rdf:type owl:Class ;
rdfs:subClassOf :EnergyFilter ,
:ImageFilter ;
rdfs:label "CEOS-CEFID filter"@en .


### https://w3id.org/pmd/mo/CameraLength
:CameraLength rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/Length> ;
Expand Down Expand Up @@ -586,6 +593,12 @@ By analyzing the energy spectrum of the emitted Auger electrons, researchers can
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5" .


### https://w3id.org/pmd/mo/ConvergentBeamElectronDiffraction
:ConvergentBeamElectronDiffraction rdf:type owl:Class ;
rdfs:subClassOf :ElectronDiffraction ;
rdfs:label "Convergent Beam Electron Diffraction"@en .


### https://w3id.org/pmd/mo/Cryo-ScanningElectronMicroscope
:Cryo-ScanningElectronMicroscope rdf:type owl:Class ;
rdfs:subClassOf :ScanningElectronMicroscope ;
Expand Down Expand Up @@ -826,6 +839,28 @@ By analyzing the energy spectrum of the emitted Auger electrons, researchers can
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5" .


### https://w3id.org/pmd/mo/ElectronEnergyLossSpectrometer
:ElectronEnergyLossSpectrometer rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/hasFunction> ;
owl:someValuesFrom :EnergyFilter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/hasFunction> ;
owl:someValuesFrom :ImageFilter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/relatesTo> ;
owl:someValuesFrom :CEOS-CEFIDfilter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/relatesTo> ;
owl:someValuesFrom :GatanImageFilter
] ;
rdfs:subClassOf :Spectrometer ;
rdfs:label "Electron Energy Loss Spectrometer"@en .


### https://w3id.org/pmd/mo/ElectronEnergyLossSpectroscopy
:ElectronEnergyLossSpectroscopy rdf:type owl:Class ;
rdfs:subClassOf :Spectroscopy ;
Expand Down Expand Up @@ -923,7 +958,8 @@ By studying the energy loss spectrum, researchers can identify the types of atom

### https://w3id.org/pmd/mo/EnergyDispersiveXRaySpectroscopy
:EnergyDispersiveXRaySpectroscopy rdf:type owl:Class ;
rdfs:subClassOf :XRayMicroanalysis ;
rdfs:subClassOf :Spectroscopy ,
:XRayMicroanalysis ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Energy Dispersive X-ray Spectroscopy"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "energiedispersive Röntgenmikroanalyse"@de ;
Expand All @@ -935,6 +971,12 @@ By studying the energy loss spectrum, researchers can identify the types of atom
"XEDS"@en .


### https://w3id.org/pmd/mo/EnergyFilter
:EnergyFilter rdf:type owl:Class ;
rdfs:subClassOf :OpticalElement ;
rdfs:label "Energy Filter"@en .


### https://w3id.org/pmd/mo/EnergyFilteredTransmissionElectronMicroscope
:EnergyFilteredTransmissionElectronMicroscope rdf:type owl:Class ;
rdfs:subClassOf :TransmissionElectronMicroscope ;
Expand Down Expand Up @@ -1237,7 +1279,8 @@ FTIR is extensively used in a wide range of fields, including chemistry, biology

### https://w3id.org/pmd/mo/GatanImageFilter
:GatanImageFilter rdf:type owl:Class ;
rdfs:subClassOf :ImageFilter ;
rdfs:subClassOf :EnergyFilter ,
:ImageFilter ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Gatan Abbildungsfilter"@de ,
"Gatan Image Filter"@en ;
Expand All @@ -1247,6 +1290,10 @@ FTIR is extensively used in a wide range of fields, including chemistry, biology

### https://w3id.org/pmd/mo/Gun
:Gun rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/component> ;
owl:someValuesFrom :Source
] ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Gun"@en ,
Expand Down Expand Up @@ -1348,7 +1395,7 @@ FTIR is extensively used in a wide range of fields, including chemistry, biology

### https://w3id.org/pmd/mo/ImageFilter
:ImageFilter rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:subClassOf :OpticalElement ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Abbildungsfilter"@de ,
"Image Filter"@en ;
Expand Down Expand Up @@ -1463,7 +1510,7 @@ FTIR is extensively used in a wide range of fields, including chemistry, biology

### https://w3id.org/pmd/mo/Lense
:Lense rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/Component> ;
rdfs:subClassOf :OpticalElement ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Lense"@en ,
"Linse"@de ;
Expand Down Expand Up @@ -1543,7 +1590,7 @@ Mechanical polishing is commonly used in various scientific and industrial appli

### https://w3id.org/pmd/mo/Monochromator
:Monochromator rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:subClassOf :OpticalElement ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Monochromator"@de ,
"Monochromator"@en ;
Expand Down Expand Up @@ -1574,6 +1621,12 @@ Mechanical polishing is commonly used in various scientific and industrial appli
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5"@en .


### https://w3id.org/pmd/mo/OpticalElement
:OpticalElement rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:label "Optical Element"@en .


### https://w3id.org/pmd/mo/OpticalMicroscope
:OpticalMicroscope rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/Micropscope> ;
Expand Down Expand Up @@ -1656,7 +1709,7 @@ Mechanical polishing is commonly used in various scientific and industrial appli

### https://w3id.org/pmd/mo/PolePiece
:PolePiece rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/Component> ;
rdfs:subClassOf :OpticalElement ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Pole Piece"@en ,
"Polschuh"@de ;
Expand All @@ -1665,6 +1718,12 @@ Mechanical polishing is commonly used in various scientific and industrial appli
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5" .


### https://w3id.org/pmd/mo/PrecessionElectronDiffraction
:PrecessionElectronDiffraction rdf:type owl:Class ;
rdfs:subClassOf :ElectronDiffraction ;
rdfs:label "Precession Electron Diffraction"@en .


### https://w3id.org/pmd/mo/Pressure
:Pressure rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ValueObject> ;
Expand Down Expand Up @@ -1696,8 +1755,7 @@ Mechanical polishing is commonly used in various scientific and industrial appli
"Sondenstrom"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "Der Strom der Elektronen im fokussierten Elektronenstrahl, der zur Abbildung oder Analyse in einem Elektronenmikroskop verwendet wird."@de ,
"The current of electrons in the focused electron beam used for imaging or analysis in an electron microscope."@en ;
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5"@en ,
"ChatGPT 3.5" .
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5" .


### https://w3id.org/pmd/mo/ProbeSize
Expand All @@ -1709,8 +1767,7 @@ Mechanical polishing is commonly used in various scientific and industrial appli
"Sondengröße"@de ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Messfühlergröße"@de ;
<http://www.w3.org/2004/02/skos/core#definition> "Die Größe der Sonde oder des Strahls, die bei Mikroskopie- oder Spektroskopieverfahren verwendet werden."@de ,
"The size of the probe or beam used in microscopy or spectroscopy techniques."@en ,
"The size of the probe, typically measured in nanometers (nm)."@en ;
"The size of the probe or beam used in microscopy or spectroscopy techniques. It is typically measured in nanometers (nm)."@en ;
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5"@en .


Expand Down Expand Up @@ -1882,9 +1939,15 @@ Mechanical polishing is commonly used in various scientific and industrial appli
:abbreviation "STM"@en .


### https://w3id.org/pmd/mo/SchottkyEmissionGun
:SchottkyEmissionGun rdf:type owl:Class ;
rdfs:subClassOf :Gun ;
rdfs:label "Schottky Emission Gun"@en .


### https://w3id.org/pmd/mo/Scintillator
:Scintillator rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:subClassOf :Detector ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Scintillator"@en ,
"Szintillator"@de ;
Expand All @@ -1909,7 +1972,7 @@ SIMS has applications in diverse fields, including materials characterization, s

### https://w3id.org/pmd/mo/SelectedAreaElectronDiffraction
:SelectedAreaElectronDiffraction rdf:type owl:Class ;
rdfs:subClassOf :Diffraction ;
rdfs:subClassOf :ElectronDiffraction ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Elektronenbeugung ausgewählter Regionen"@de ,
"Selected Area Electron Diffraction"@en ;
Expand Down Expand Up @@ -1978,7 +2041,7 @@ SIMS has applications in diverse fields, including materials characterization, s

### https://w3id.org/pmd/mo/Spectrometer
:Spectrometer rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/ProcessingNode> ;
rdfs:subClassOf :Detector ;
rdfs:isDefinedBy <https://w3id.org/pmd/mo> ;
rdfs:label "Spectrometer"@en ,
"Spektrometer"@de ;
Expand Down Expand Up @@ -2076,6 +2139,18 @@ SIMS has applications in diverse fields, including materials characterization, s
<https://w3id.org/pmd/co/definitionSource> "ChatGPT 3.5"@en .


### https://w3id.org/pmd/mo/TemporalResolution
:TemporalResolution rdf:type owl:Class ;
rdfs:subClassOf :Resolution ;
rdfs:label "Temporal Resolution"@en .


### https://w3id.org/pmd/mo/ThermionicEmissionGun
:ThermionicEmissionGun rdf:type owl:Class ;
rdfs:subClassOf :Gun ;
rdfs:label "Thermionic Emission Gun"@en .


### https://w3id.org/pmd/mo/ThinFoilAperture
:ThinFoilAperture rdf:type owl:Class ;
rdfs:subClassOf :Aperture ;
Expand Down Expand Up @@ -2331,6 +2406,20 @@ This technique is widely used in various scientific fields, including chemistry,
:abbreviation "XPS"@en .


### https://w3id.org/pmd/mo/XrayEnergyDispersiveSpectrometer
:XrayEnergyDispersiveSpectrometer rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/hasFunction> ;
owl:someValuesFrom :EnergyFilter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/pmd/co/hasFunction> ;
owl:someValuesFrom :ImageFilter
] ;
rdfs:subClassOf :Spectrometer ;
rdfs:label "X-ray Energy Dispersive Spectrometer"@en .


### https://w3id.org/pmd/mo/3DCoordinates
<https://w3id.org/pmd/mo/3DCoordinates> rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/pmd/co/Coordinates> ;
Expand Down

0 comments on commit 8268a7c

Please sign in to comment.