|
| 1 | +<?xml version="1.0"?> |
| 2 | +<rdf:RDF xmlns="https://purls.helmholtz-metadaten.de/cdo" |
| 3 | + xml:base="https://purls.helmholtz-metadaten.de/cdo" |
| 4 | + xmlns:owl="http://www.w3.org/2002/07/owl#" |
| 5 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 6 | + xmlns:xml="http://www.w3.org/XML/1998/namespace" |
| 7 | + xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
| 8 | + xmlns:qudt="http://qudt.org/schema/qudt/" |
| 9 | + xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
| 10 | + xmlns:skos="http://www.w3.org/2004/02/skos/core#" |
| 11 | + xmlns:vann="http://purl.org/vocab/vann/" |
| 12 | + xmlns:terms="http://purl.org/dc/terms/"> |
| 13 | + <owl:Ontology rdf:about="https://purls.helmholtz-metadaten.de/cdo"> |
| 14 | + <owl:imports rdf:resource="https://purls.helmholtz-metadaten.de/cso"/> |
| 15 | + <owl:imports rdf:resource="https://purls.helmholtz-metadaten.de/diso"/> |
| 16 | + <terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Said Fathalla</terms:contributor> |
| 17 | + <terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Stefan Sandfeld</terms:contributor> |
| 18 | + <terms:created xml:lang="en">21.03.2022</terms:created> |
| 19 | + <terms:creator xml:lang="en">Ahmad Zainul Ihsan</terms:creator> |
| 20 | + <terms:license rdf:resource="http://creativecommons.org/licenses/by/3.0/"/> |
| 21 | + <terms:title xml:lang="en">Crystallographic Defect Ontology</terms:title> |
| 22 | + <vann:preferredNamespacePrefix rdf:datatype="http://www.w3.org/2001/XMLSchema#string">CDO</vann:preferredNamespacePrefix> |
| 23 | + <rdfs:seeAlso>https://github.com/Materials-Data-Science-and-Informatics/dislocation-ontology</rdfs:seeAlso> |
| 24 | + </owl:Ontology> |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + <!-- |
| 29 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 30 | + // |
| 31 | + // Annotation properties |
| 32 | + // |
| 33 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 34 | + --> |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + <!-- http://purl.org/dc/terms/contributor --> |
| 40 | + |
| 41 | + <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/> |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + <!-- http://purl.org/dc/terms/created --> |
| 46 | + |
| 47 | + <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + <!-- http://purl.org/dc/terms/creator --> |
| 52 | + |
| 53 | + <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/> |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + <!-- http://purl.org/dc/terms/title --> |
| 58 | + |
| 59 | + <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/> |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + <!-- http://purl.org/vocab/vann/preferredNamespacePrefix --> |
| 64 | + |
| 65 | + <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/> |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + <!-- http://www.w3.org/2002/07/owl#qualifiedCardinality --> |
| 70 | + |
| 71 | + <owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#qualifiedCardinality"/> |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + <!-- http://www.w3.org/2004/02/skos/core#prefLabel --> |
| 76 | + |
| 77 | + <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"> |
| 78 | + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/> |
| 79 | + </owl:AnnotationProperty> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + <!-- |
| 84 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 85 | + // |
| 86 | + // Object Properties |
| 87 | + // |
| 88 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 89 | + --> |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + <!-- https://purls.helmholtz-metadaten.de/cdo#hasCrystalStructure --> |
| 95 | + |
| 96 | + <owl:ObjectProperty rdf:about="https://purls.helmholtz-metadaten.de/cdo#hasCrystalStructure"> |
| 97 | + <rdfs:domain rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallineMaterial"/> |
| 98 | + <rdfs:range rdf:resource="https://purls.helmholtz-metadaten.de/cso#CrystalStructure"/> |
| 99 | + <rdfs:label xml:lang="en">has crystal structure</rdfs:label> |
| 100 | + </owl:ObjectProperty> |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + <!-- https://purls.helmholtz-metadaten.de/cdo#hasCrystallographicDefect --> |
| 105 | + |
| 106 | + <owl:ObjectProperty rdf:about="https://purls.helmholtz-metadaten.de/cdo#hasCrystallographicDefect"> |
| 107 | + <rdfs:domain rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallineMaterial"/> |
| 108 | + <rdfs:range rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 109 | + <rdfs:label xml:lang="en">has crystallographic defect</rdfs:label> |
| 110 | + </owl:ObjectProperty> |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + <!-- |
| 115 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 116 | + // |
| 117 | + // Classes |
| 118 | + // |
| 119 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 120 | + --> |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + <!-- http://emmo.info/emmo/middle/physicalistic#EMMO_4207e895_8b83_4318_996a_72cfb32acd94 --> |
| 126 | + |
| 127 | + <owl:Class rdf:about="http://emmo.info/emmo/middle/physicalistic#EMMO_4207e895_8b83_4318_996a_72cfb32acd94"> |
| 128 | + <rdfs:comment xml:lang="en">A instance of a material (e.g. nitrogen) can represent different states of matter. The fact that the individual also belongs to other classes (e.g. Gas) would reveal the actual form in which the material is found.</rdfs:comment> |
| 129 | + <rdfs:comment xml:lang="en">Material usually means some definite kind, quality, or quantity of matter, especially as intended for use.</rdfs:comment> |
| 130 | + <skos:prefLabel xml:lang="en">Material</skos:prefLabel> |
| 131 | + </owl:Class> |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + <!-- https://purls.helmholtz-metadaten.de/cdo#CrystallineMaterial --> |
| 136 | + |
| 137 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/cdo#CrystallineMaterial"> |
| 138 | + <rdfs:subClassOf rdf:resource="http://emmo.info/emmo/middle/physicalistic#EMMO_4207e895_8b83_4318_996a_72cfb32acd94"/> |
| 139 | + <rdfs:subClassOf> |
| 140 | + <owl:Class> |
| 141 | + <owl:intersectionOf rdf:parseType="Collection"> |
| 142 | + <owl:Restriction> |
| 143 | + <owl:onProperty rdf:resource="https://purls.helmholtz-metadaten.de/cdo#hasCrystalStructure"/> |
| 144 | + <owl:someValuesFrom rdf:resource="https://purls.helmholtz-metadaten.de/cso#CrystalStructure"/> |
| 145 | + </owl:Restriction> |
| 146 | + <owl:Restriction> |
| 147 | + <owl:onProperty rdf:resource="https://purls.helmholtz-metadaten.de/cdo#hasCrystalStructure"/> |
| 148 | + <owl:allValuesFrom rdf:resource="https://purls.helmholtz-metadaten.de/cso#CrystalStructure"/> |
| 149 | + </owl:Restriction> |
| 150 | + </owl:intersectionOf> |
| 151 | + </owl:Class> |
| 152 | + </rdfs:subClassOf> |
| 153 | + <rdfs:subClassOf> |
| 154 | + <owl:Class> |
| 155 | + <owl:intersectionOf rdf:parseType="Collection"> |
| 156 | + <owl:Restriction> |
| 157 | + <owl:onProperty rdf:resource="https://purls.helmholtz-metadaten.de/cdo#hasCrystallographicDefect"/> |
| 158 | + <owl:someValuesFrom rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 159 | + </owl:Restriction> |
| 160 | + <owl:Restriction> |
| 161 | + <owl:onProperty rdf:resource="https://purls.helmholtz-metadaten.de/cdo#hasCrystallographicDefect"/> |
| 162 | + <owl:allValuesFrom rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 163 | + </owl:Restriction> |
| 164 | + </owl:intersectionOf> |
| 165 | + </owl:Class> |
| 166 | + </rdfs:subClassOf> |
| 167 | + <rdfs:comment xml:lang="en">Crystalline material is material characterized by a periodic arrangement of the constituent atoms. The arrangement could be described its crystal structure.</rdfs:comment> |
| 168 | + <rdfs:label xml:lang="en">Crystalline Material</rdfs:label> |
| 169 | + </owl:Class> |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + <!-- https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect --> |
| 174 | + |
| 175 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"> |
| 176 | + <rdfs:comment xml:lang="en">Lattice irregularity having one or more of its dimensions on the order of an atomic diameter.</rdfs:comment> |
| 177 | + <rdfs:label xml:lang="en">Crystallographic Defect</rdfs:label> |
| 178 | + </owl:Class> |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + <!-- https://purls.helmholtz-metadaten.de/cdo#GrainBoundary --> |
| 183 | + |
| 184 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/cdo#GrainBoundary"> |
| 185 | + <rdfs:subClassOf rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 186 | + </owl:Class> |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + <!-- https://purls.helmholtz-metadaten.de/cdo#PointDefect --> |
| 191 | + |
| 192 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/cdo#PointDefect"> |
| 193 | + <rdfs:subClassOf rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 194 | + </owl:Class> |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + <!-- https://purls.helmholtz-metadaten.de/cso#CrystalStructure --> |
| 199 | + |
| 200 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/cso#CrystalStructure"/> |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + <!-- https://purls.helmholtz-metadaten.de/diso#Dislocation --> |
| 205 | + |
| 206 | + <owl:Class rdf:about="https://purls.helmholtz-metadaten.de/diso#Dislocation"> |
| 207 | + <rdfs:subClassOf rdf:resource="https://purls.helmholtz-metadaten.de/cdo#CrystallographicDefect"/> |
| 208 | + </owl:Class> |
| 209 | + <rdf:Description> |
| 210 | + <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality> |
| 211 | + </rdf:Description> |
| 212 | + <rdf:Description> |
| 213 | + <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality> |
| 214 | + </rdf:Description> |
| 215 | + <rdf:Description> |
| 216 | + <owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality> |
| 217 | + </rdf:Description> |
| 218 | +</rdf:RDF> |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | +<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi --> |
| 223 | + |
0 commit comments