@prefix : . @prefix chmo: . @prefix dc: . @prefix dcterms: . @prefix mdr-xps: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sio: . @prefix wd: . @prefix skos: . @prefix wdt: . @prefix xml: . @prefix xsd: . @base . rdf:type owl:Ontology ; dc:creator "Masashi Ishii"^^xsd:string ; dc:description "An ontology for MDR XAFS/HAXPES DB and its LOD."@en ; dcterms:license "Creative Commons BY-NC-SA Attribution-NonCommercial-ShareAlike 4.0 International"@en ; dcterms:title "MDR XAFS/HAXPES DB"@en ; rdfs:comment "MDR XAFS/HAXPES DB"@en ; rdfs:label "MDR XAFS/HAXPES DB"@en ; owl:versionInfo "0.1"^^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 . ### http://www.w3.org/2004/02/skos/core#broadMatch skos:broadMatch rdf:type owl:AnnotationProperty . ### oboInOwl:hasExactSynonym rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#isSpectraOf wdt:isSpectraOf rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:isSpectraOf ; owl:someValuesFrom mdr-xps:Work ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:isSpectraOf ; owl:someValuesFrom mdr-xps:HAXPES ] . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#hasExcitedAtom wdt:hasExcitedAtom rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:hasExcitedAtom ; owl:someValuesFrom mdr-xps:CoreLevel ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:hasExcitedAtom ; owl:someValuesFrom mdr-xps:ExcitedAtom ] . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#hasExcitedShell wdt:hasExcitedShell rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:hasExcitedShell ; owl:someValuesFrom mdr-xps:CoreLevel ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:hasExcitedShell ; owl:someValuesFrom mdr-xps:ExcitedElectron ] . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#isExcitedAtomOf wdt:isExcitedAtomOf rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:isExcitedAtomOf ; owl:someValuesFrom mdr-xps:ExcitedAtom ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:isExcitedAtomOf ; owl:someValuesFrom mdr-xps:CoreLevel ] . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#isExcitedShellOf wdt:isExcitedShellOf rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:isExcitedShellOf ; owl:someValuesFrom mdr-xps:ExcitedElectron ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:isExcitedShellOf ; owl:someValuesFrom mdr-xps:CoreLevel ] . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Property#isSpectraAt wdt:isSpectraAt rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Restriction ; owl:onProperty wdt:isSpectraAt ; owl:someValuesFrom mdr-xps:Work ] ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty wdt:isSpectraAt ; owl:someValuesFrom mdr-xps:CoreLevel ] . ################################################################# # Classes ################################################################# ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#CoreLevel mdr-xps:CoreLevel rdf:type owl:Class ; rdfs:subClassOf mdr-xps:Energy ; rdfs:comment "The energy level occupied by electrons strongly bound to the nucleus of an atom."@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#Energy mdr-xps: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-xps-ont/Schema#ExcitedAtom mdr-xps:ExcitedAtom rdf:type owl:Class ; rdfs:subClassOf mdr-xps:Specimen ; rdfs:comment "Constituent elements excited by incident X-rays"@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#ExcitedElectron mdr-xps:ExcitedElectron rdf:type owl:Class ; rdfs:subClassOf mdr-xps:ExcitedAtom ; rdfs:comment "Inner shell electrons excited by incident X-rays"@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#Material mdr-xps: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-xps-ont/Schema#Method mdr-xps:Method rdf:type owl:Class ; rdfs:comment "X-ray experimental techniques"@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#Process mdr-xps:Process rdf:type owl:Class ; rdfs:comment "The process of X-ray absorption and associated phenomena."@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#Specimen mdr-xps:Specimen rdf:type owl:Class ; rdfs:subClassOf mdr-xps:Material ; "Specimen used in an experimen"@en . ### http://dice.nims.go.jp/ontology/mdr-xps-ont/Schema#Work mdr-xps: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-xps-ont/Schema#HAXPES mdr-xps:HAXPES rdf:type owl:Class ; rdfs:subClassOf mdr-xps:Method ; dc:description "Spectroscopy where the sample is illuminated with X-rays causing ionisation and the emission of photoelectrons, the energies of which are measured. [database_cross_reference: https://doi.org/10.1351/goldbook.X06716]."@en ; skos:broadMatch chmo:CHMO_0000404 . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi