@prefix : <http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 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/Property#> .

<http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#> rdf:type owl:Ontology ;
  dc:creator "Masashi Ishii"^^xsd:string ;
  dc:description "Namespace for predicates used in MDR XAFS DB (https://doi.org/10.48505/nims.1447)."@en ;
  dcterms:license "Creative Commons BY-NC-SA Attribution-NonCommercial-ShareAlike 4.0 International"@en ;
  dcterms:title "MDR XAFS DB vocabulary (property)"@en ;
  rdfs:comment "MDR XAFS DB vocabulary (property)"@en ;
  rdfs:label "MDR XAFS DB vocabulary (property)"@en ;
  owl:versionInfo "0.2"@en .

#################################################################
#    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 .


#################################################################
#    Object Properties
#################################################################

###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#P47
wdt:P47 rdf:type owl:ObjectProperty ;
        rdfs:comment "One of the vocabularies registered in MatVoc. chemical formula (P47)."@en ;
        rdfs:label "chemical formula"@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#hasExcitedAtom
wdt:hasExcitedAtom rdf:type owl:ObjectProperty ;
                   owl:inverseOf wdt:isExcitedAtomOf ;
                   rdfs:comment ""A hasExcitedAtom B" means that absorption edge A involves the excitation of element B."@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#hasExcitedShell
wdt:hasExcitedShell rdf:type owl:ObjectProperty ;
                    owl:inverseOf wdt:isExcitedShellOf ;
                    rdfs:comment ""A hasExcitedShell B" means that absorption edge A involves the excitation of inner-shell electron B."@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isExcitedAtomOf
wdt:isExcitedAtomOf rdf:type owl:ObjectProperty ;
                    rdfs:comment ""A isExcietdAtomOf B" means that A is an excited element at absorption edge B."@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isExcitedShellOf
wdt:isExcitedShellOf rdf:type owl:ObjectProperty ;
                     rdfs:comment ""A isExcietdShellOf B" means that A is an excited inner shell electron at absorption edge B."@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraAt
wdt:isSpectraAt rdf:type owl:ObjectProperty ;
                rdfs:comment ""A isSpectraAt B" means that a certain Work, A, registered in the MDR, integrates the spectrum of the X-ray absorption spectra at absorption edge B and its related spectra."@en .


###  http://dice.nims.go.jp/ontology/mdr-xafs-ont/Property#isSpectraOf
wdt:isSpectraOf rdf:type owl:ObjectProperty ;
                rdfs:comment ""A isSpectraOf B" means that work A registered in the MDR is of the spectra by the method B." .


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