|
1 | 1 | <?xml version="1.0"?> |
2 | | -<rdf:RDF |
3 | | - xml:base="https://w3id.org/pmd/" |
4 | | - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 2 | +<rdf:RDF xmlns="https://w3id.org/pmd/cryo/components/cryo-qualities.owl/" |
| 3 | + xml:base="https://w3id.org/pmd/cryo/components/cryo-qualities.owl/" |
| 4 | + xmlns:co="https://w3id.org/pmd/co/" |
| 5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 6 | + xmlns:obo="http://purl.obolibrary.org/obo/" |
5 | 7 | xmlns:owl="http://www.w3.org/2002/07/owl#" |
6 | | - xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#" |
| 8 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
7 | 9 | xmlns:xml="http://www.w3.org/XML/1998/namespace" |
8 | 10 | xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
9 | 11 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
10 | | - xmlns:obo="http://purl.obolibrary.org/obo/"> |
| 12 | + xmlns:skos="http://www.w3.org/2004/02/skos/core#" |
| 13 | + xmlns:terms="http://purl.org/dc/terms/" |
| 14 | + xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
11 | 15 | <owl:Ontology rdf:about="https://w3id.org/pmd/cryo/components/cryo-qualities.owl"> |
12 | 16 | <owl:imports rdf:resource="https://w3id.org/pmd/cryo/components/cryo-shared.owl"/> |
13 | 17 | </owl:Ontology> |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + <!-- |
| 22 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 23 | + // |
| 24 | + // Classes |
| 25 | + // |
| 26 | + /////////////////////////////////////////////////////////////////////////////////////// |
| 27 | + --> |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000002 --> |
| 33 | + |
| 34 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000002"> |
| 35 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0040001"/> |
| 36 | + <rdfs:label xml:lang="en">lattice parameter</rdfs:label> |
| 37 | + <skos:definition xml:lang="en">Lattice parameter is a quality of a unit cell which describes the length of (three) dimensions along of thwe unit cell's x-, y-, and z-directions.</skos:definition> |
| 38 | + </owl:Class> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000003 --> |
| 43 | + |
| 44 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000003"> |
| 45 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000002"/> |
| 46 | + <rdfs:label xml:lang="en">a lattice parameter</rdfs:label> |
| 47 | + <skos:definition xml:lang="en">A length of a unit cell along its x-axis</skos:definition> |
| 48 | + </owl:Class> |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000004 --> |
| 53 | + |
| 54 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000004"> |
| 55 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000002"/> |
| 56 | + <rdfs:label xml:lang="en">b lattice parameter</rdfs:label> |
| 57 | + <skos:definition xml:lang="en">A length of a unit cell along its y-axis</skos:definition> |
| 58 | + </owl:Class> |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000005 --> |
14 | 63 |
|
15 | | - <!-- This is a placeholder, it will be regenerated when makefile is first executed --> |
| 64 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000005"> |
| 65 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000002"/> |
| 66 | + <rdfs:label xml:lang="en">c lattice parameter</rdfs:label> |
| 67 | + <skos:definition xml:lang="en">A length of a unit cell along its z-axis</skos:definition> |
| 68 | + </owl:Class> |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000006 --> |
| 73 | + |
| 74 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000006"> |
| 75 | + <rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000145"/> |
| 76 | + <rdfs:comment>TODO check the naming conventions</rdfs:comment> |
| 77 | + <rdfs:label xml:lang="en">angular lattice parameter</rdfs:label> |
| 78 | + <skos:definition xml:lang="en">Angular lattice parameter is a relational quality between two axes in a unit cell</skos:definition> |
| 79 | + </owl:Class> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000007 --> |
| 84 | + |
| 85 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000007"> |
| 86 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000006"/> |
| 87 | + <rdfs:label xml:lang="en">α lattice parameter</rdfs:label> |
| 88 | + <skos:definition xml:lang="en">α lattice parameter is an anlge between y- and z-directions in a unit cell</skos:definition> |
| 89 | + </owl:Class> |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000008 --> |
| 94 | + |
| 95 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000008"> |
| 96 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000006"/> |
| 97 | + <rdfs:label xml:lang="en">β lattice parameter</rdfs:label> |
| 98 | + <skos:definition xml:lang="en">β lattice parameter is an anlge between x- and z-directions in a unit cell</skos:definition> |
| 99 | + </owl:Class> |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + <!-- https://w3id.org/pmd/cryo/CRYO_0000009 --> |
| 104 | + |
| 105 | + <owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000009"> |
| 106 | + <rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000006"/> |
| 107 | + <rdfs:label xml:lang="en">γ lattice parameter</rdfs:label> |
| 108 | + <skos:definition xml:lang="en">γ lattice parameter is an anlge between x- and z-directions in a unit cell</skos:definition> |
| 109 | + </owl:Class> |
16 | 110 | </rdf:RDF> |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | +<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi --> |
| 115 | + |
0 commit comments