Skip to content

Commit c05770a

Browse files
committed
added individuals component
1 parent 51be64c commit c05770a

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

src/ontology/components/cryo-entities.owl

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000021">
273273
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000014"/>
274274
<rdfs:label xml:lang="en">family of directions Miller indices</rdfs:label>
275-
<skos:definition xml:lang="en">Set of directions Miller indices define the components of symmetrically equivalent directions in a crystal lattice. Set of directions Miller indices must be written as &lt;hkl&gt;.</skos:definition>
276275
<skos:definition>&lt;111&gt;</skos:definition>
276+
<skos:definition xml:lang="en">Set of directions Miller indices define the components of symmetrically equivalent directions in a crystal lattice. Set of directions Miller indices must be written as &lt;hkl&gt;.</skos:definition>
277277
</owl:Class>
278278

279279

@@ -310,6 +310,28 @@ Plane Miller indices must be written in round brackets, e.g., (hkl).</skos:defin
310310
<skos:definition xml:lang="en">Point Miller indices define the coordinates of a point within a unit cell of a crystal. Point Miller indices must be given in round brackets separated by commas, e.g., (h, k, l).</skos:definition>
311311
<skos:example>(1,1,1)</skos:example>
312312
</owl:Class>
313+
314+
315+
316+
<!-- https://w3id.org/pmd/cryo/CRYO_0000025 -->
317+
318+
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000025">
319+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000024"/>
320+
<rdfs:subClassOf>
321+
<owl:Restriction>
322+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
323+
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/CHEBI_33250"/>
324+
</owl:Restriction>
325+
</rdfs:subClassOf>
326+
<rdfs:subClassOf>
327+
<owl:Restriction>
328+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
329+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000011"/>
330+
</owl:Restriction>
331+
</rdfs:subClassOf>
332+
<rdfs:label xml:lang="en">atomic plane</rdfs:label>
333+
<skos:definition xml:lang="en">Atomic plane is a 2D fiat object part which has atoms as it parts and is located in some crystallogphic plane, i.e., the positions of atoms relative to each other are defined via the characterisitics of the crystallogphic plane.</skos:definition>
334+
</owl:Class>
313335
</rdf:RDF>
314336

315337

src/ontology/cryo-odk.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ components:
2828
- filename: imports-edit.owl
2929
- filename: cryo-axioms-shared.owl
3030
- filename: cryo-entities.owl
31+
- filename: cryo-individuals.owl
3132
- filename: cryo-qualities.owl
3233
- filename: cryo-shared.owl
3334

0 commit comments

Comments
 (0)