Skip to content

Commit 3e19add

Browse files
committed
added crystal lattice, unit cell, and basis, imported few immmaterial entities
1 parent 690d2fe commit 3e19add

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

src/ontology/components/cryo-entities.owl

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000000">
3535
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000029"/>
3636
<rdfs:label xml:lang="en">unit cell</rdfs:label>
37-
<skos:definition xml:lang="en">Unit cell is a site which is a part of a crystal lattice and represents the smallest volume, where the lattice can be constructed by translational displacements. Thus, unit cell is characterized by the length of its sides and their angular relations.</skos:definition>
37+
<skos:definition xml:lang="en">Unit cell is a site which is a part of a crystal lattice and represents the smallest volume, from which the lattice can be constructed by translational displacements. Unit cell is characterized by the length of its sides and their angular relations.</skos:definition>
3838
</owl:Class>
3939

4040

@@ -51,15 +51,31 @@
5151
</rdfs:subClassOf>
5252
<rdfs:subClassOf>
5353
<owl:Restriction>
54-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
54+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001015"/>
5555
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0020003"/>
5656
</owl:Restriction>
5757
</rdfs:subClassOf>
5858
<rdfs:comment xml:lang="en">TODO:
5959
1. check if located in is meant to be used this way
6060
2. Is there a better alternative to has part?</rdfs:comment>
61-
<rdfs:label xml:lang="en">lattice</rdfs:label>
62-
<skos:definition xml:lang="en">Lattice is a site that is formed by a two- or three-dimensional periodic array of points in space, which describes the arrangement of atoms or molecules in a crystal.</skos:definition>
61+
<rdfs:label xml:lang="en">crystal lattice</rdfs:label>
62+
<skos:definition xml:lang="en">Crystal lattice is a site which has unit cell as part and is location of a crystal. It represents a periodic array of points in space, which describe the arrangement of atoms or molecules in a crystal.</skos:definition>
63+
</owl:Class>
64+
65+
66+
67+
<!-- https://w3id.org/pmd/cryo/CRYO_0000010 -->
68+
69+
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000010">
70+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000027"/>
71+
<rdfs:subClassOf>
72+
<owl:Restriction>
73+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
74+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000000"/>
75+
</owl:Restriction>
76+
</rdfs:subClassOf>
77+
<rdfs:label xml:lang="en">basis</rdfs:label>
78+
<skos:definition xml:lang="en">Basis is a object aggregate which has one or more atoms or molecules as parts. It defines the minimal number of atoms or molecules to form a unit cell.</skos:definition>
6379
</owl:Class>
6480
</rdf:RDF>
6581

src/ontology/imports/pmdco_terms.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ https://w3id.org/pmd/co/PMD_0020128 # thermodynamic system
6565
https://w3id.org/pmd/co/PMD_0000965 # surface
6666
https://w3id.org/pmd/co/PMD_0000538 # bulk
6767
http://purl.obolibrary.org/obo/BFO_0000029 # site
68+
http://purl.obolibrary.org/obo/BFO_0000142 # fiat line
69+
http://purl.obolibrary.org/obo/BFO_0000147 # fiat point
70+
http://purl.obolibrary.org/obo/BFO_0000146 # fiat surface
71+
https://w3id.org/pmd/co/PMD_0020201 # section
6872

6973

7074
# OPs

0 commit comments

Comments
 (0)