@prefix : <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#> .
@prefix chmo: <http://purl.obolibrary.org/obo/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mdr-xafs: <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wd: <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Item#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wdt: <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#> .
<http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#> rdf:type owl:Ontology ;
dc:creator "Masashi Ishii"^^xsd:string ;
dc:description "An ontology about MDR XAFS DB and its LOD."@en ;
dcterms:license "Creative Commons BY-NC-SA Attribution-NonCommercial-ShareAlike 4.0 International"@en ;
dcterms:title "MDR XAFS DB"@en ;
rdfs:comment "MDR XAFS DB"@en ;
rdfs:label "MDR XAFS DB"@en ;
owl:versionInfo "0.3"^^xsd:string .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/creator
dc:creator rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#sameAs
owl:sameAs rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#closeMatch
skos:closeMatch rdf:type owl:AnnotationProperty .
### oboInOwl:hasExactSynonym
<oboInOwl:hasExactSynonym> rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraOf
<http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraOf> rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraOf> ;
owl:someValuesFrom mdr-xafs:Work
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraOf> ;
owl:someValuesFrom mdr-xafs:XAFS
] .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#hasExcitedAtom
wdt:hasExcitedAtom rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty wdt:hasExcitedAtom ;
owl:someValuesFrom mdr-xafs:AbsorptionEdge
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty wdt:hasExcitedAtom ;
owl:someValuesFrom mdr-xafs:ExcitedAtom
] .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#hasExcitedShell
wdt:hasExcitedShell rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty wdt:hasExcitedShell ;
owl:someValuesFrom mdr-xafs:AbsorptionEdge
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty wdt:hasExcitedShell ;
owl:someValuesFrom mdr-xafs:ExcitedElectron
] .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isExcitedAtomOf
wdt:isExcitedAtomOf rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty wdt:isExcitedAtomOf ;
owl:someValuesFrom mdr-xafs:ExcitedAtom
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty wdt:isExcitedAtomOf ;
owl:someValuesFrom mdr-xafs:AbsorptionEdge
] .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isExcitedShellOf
wdt:isExcitedShellOf rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty wdt:isExcitedShellOf ;
owl:someValuesFrom mdr-xafs:ExcitedElectron
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty wdt:isExcitedShellOf ;
owl:someValuesFrom mdr-xafs:AbsorptionEdge
] .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraAt
wdt:isSpectraAt rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Restriction ;
owl:onProperty wdt:isSpectraAt ;
owl:someValuesFrom mdr-xafs:Work
] ;
rdfs:range [ rdf:type owl:Restriction ;
owl:onProperty wdt:isSpectraAt ;
owl:someValuesFrom mdr-xafs:AbsorptionEdge
] .
#################################################################
# Classes
#################################################################
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#AbsorptionEdge
mdr-xafs:AbsorptionEdge rdf:type owl:Class ;
rdfs:subClassOf mdr-xafs:Energy ;
rdfs:comment "Absorption edge is a sudden increase in absorption occurring when the energy of the photons is just above the binding energy of an inner electron shell of the atoms interacting with the photons." .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Energy
mdr-xafs:Energy rdf:type owl:Class ;
rdfs:comment "A physical quality inhering in a bearer by virtue of the bearer's capacity to do work.]"@en ;
rdfs:seeAlso """http://en.wikipedia.org/wiki/Energy,
https://www.wikidata.org/wiki/Q11379""" .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#ExcitedAtom
mdr-xafs:ExcitedAtom rdf:type owl:Class ;
rdfs:subClassOf mdr-xafs:Specimen ;
rdfs:comment "Constituent elements excited by incident X-rays"@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#ExcitedElectron
mdr-xafs:ExcitedElectron rdf:type owl:Class ;
rdfs:subClassOf mdr-xafs:ExcitedAtom ;
rdfs:comment "Inner shell electrons excited by incident X-rays"@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Material
mdr-xafs:Material rdf:type owl:Class ;
rdfs:comment "The tangible substance that goes into the makeup of a physical object."@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Method
mdr-xafs:Method rdf:type owl:Class ;
rdfs:comment "X-ray experimental techniques"@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Process
mdr-xafs:Process rdf:type owl:Class ;
rdfs:comment "The process of X-ray absorption and associated phenomena."@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Specimen
mdr-xafs:Specimen rdf:type owl:Class ;
rdfs:subClassOf mdr-xafs:Material ;
<oboInOwl:hasExactSynonym> "Specimen used in an experimen"@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#Work
mdr-xafs:Work rdf:type owl:Class ;
rdfs:comment "Dataset units published in the Materials Data Repository (MDR) operated by the National Institute for Materials Science (https://mdr.nims.go.jp/). In this schema, it represents the work of MDR XAFS DB (https://doi.org/10.48505/nims.1447)."@en .
### http://dice.nims.go.jp/ontology/mdr-xafs-ont/Schema#XAFS
mdr-xafs:XAFS rdf:type owl:Class ;
rdfs:subClassOf mdr-xafs:Method ;
dc:description "An analytical technique using x rays. X-ray absorption spectroscopy where changes in the X-ray absorption coefficient around the absorption edge (the part of the spectrum where the incident X-ray energy matches the binding energy of an electron) are measured as a function of incident X-ray energy."@en ;
owl:sameAs "http://purl.obolibrary.org/obo/CHMO_0000299" .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi