Skip to content

Commit bd0e031

Browse files
committed
delete duplicated object properties
1 parent be86569 commit bd0e031

1 file changed

Lines changed: 60 additions & 94 deletions

File tree

src/ontology/components/cryo-entities.owl

Lines changed: 60 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,6 @@
3131

3232

3333

34-
<!-- https://w3id.org/pmd/cryo/CRYO_0000066 -->
35-
36-
<owl:ObjectProperty rdf:about="https://w3id.org/pmd/cryo/CRYO_0000066">
37-
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000006"/>
38-
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000006"/>
39-
<rdfs:comment xml:lang="en">This object property is not intended to be used between intances.</rdfs:comment>
40-
<rdfs:label xml:lang="en">geometrically related</rdfs:label>
41-
<skos:definition xml:lang="en">Geometrically related is a top-level object property to describe geometrical relations between different spatial regions</skos:definition>
42-
</owl:ObjectProperty>
43-
44-
45-
46-
<!-- https://w3id.org/pmd/cryo/CRYO_0000067 -->
47-
48-
<owl:ObjectProperty rdf:about="https://w3id.org/pmd/cryo/CRYO_0000067">
49-
<rdfs:subPropertyOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000066"/>
50-
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
51-
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
52-
<rdfs:comment xml:lang="en">Parallel to is an object property which connect two or more spatial regions that are parallel to each other</rdfs:comment>
53-
<rdfs:label xml:lang="en">parallel to</rdfs:label>
54-
<skos:example xml:lang="en">&lt;111&gt; family of directions in crystals are parellel to normal direction (ND) of a sample in γ-fiber texture component</skos:example>
55-
</owl:ObjectProperty>
56-
57-
58-
59-
<!-- https://w3id.org/pmd/cryo/CRYO_0000068 -->
60-
61-
<owl:ObjectProperty rdf:about="https://w3id.org/pmd/cryo/CRYO_0000068">
62-
<rdfs:subPropertyOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000066"/>
63-
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
64-
<rdfs:label xml:lang="en">normal to</rdfs:label>
65-
<skos:example xml:lang="en">Normal to is a object property which describes geometric relation between two spatial regions which are normal to each other</skos:example>
66-
</owl:ObjectProperty>
67-
68-
69-
7034
<!-- https://w3id.org/pmd/cryo/CRYO_0000152 -->
7135

7236
<owl:ObjectProperty rdf:about="https://w3id.org/pmd/cryo/CRYO_0000152">
@@ -265,64 +229,6 @@
265229
///////////////////////////////////////////////////////////////////////////////////////
266230
-->
267231

268-
269-
<!-- https://w3id.org/pmd/cryo/CRYO_0000042 -->
270-
271-
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000042">
272-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0020148"/>
273-
<rdfs:subClassOf>
274-
<owl:Restriction>
275-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
276-
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0000663"/>
277-
</owl:Restriction>
278-
</rdfs:subClassOf>
279-
<rdfs:subClassOf>
280-
<owl:Restriction>
281-
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000004"/>
282-
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000075"/>
283-
</owl:Restriction>
284-
</rdfs:subClassOf>
285-
<rdfs:label xml:lang="en">grain orientation</rdfs:label>
286-
<skos:definition xml:lang="en">Grain orientation is an intensive quality of grains in material&apos;s microstructure, which describes the crystallographic orientation in respect to the external (sample&apos;s) reference frame. Grain orientation can be a quality of an individual grain / crystallite or of a polycrystal, i.e., several grsins with similar crystallographic orientations.
287-
Grain orientation can be specified by either texture fibers or texture components. When several grains exhibit similar orientations, then the material exhibits a specific crystallographic texture.</skos:definition>
288-
</owl:Class>
289-
290-
291-
292-
<!-- https://w3id.org/pmd/cryo/CRYO_0000075 -->
293-
294-
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000075">
295-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000501"/>
296-
<rdfs:subClassOf>
297-
<owl:Restriction>
298-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000418"/>
299-
<owl:allValuesFrom>
300-
<owl:Class>
301-
<owl:intersectionOf rdf:parseType="Collection">
302-
<rdf:Description rdf:about="https://w3id.org/pmd/cryo/CRYO_0000042"/>
303-
<owl:Restriction>
304-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
305-
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0000663"/>
306-
</owl:Restriction>
307-
</owl:intersectionOf>
308-
</owl:Class>
309-
</owl:allValuesFrom>
310-
</owl:Restriction>
311-
</rdfs:subClassOf>
312-
<rdfs:label xml:lang="en">Euler angles</rdfs:label>
313-
<skos:definition xml:lang="en">In crystallography Euler angles are three angles which describe orientation of a sinlge crystal in respect to the sample&apos;s coordinate system. By aligning coordinate system of every crystal in the sample to the sample&apos;s coordinate system, anisotropy of material&apos;s properties can be investigated.</skos:definition>
314-
</owl:Class>
315-
316-
317-
<!-- https://w3id.org/pmd/cryo/CRYO_0000079 -->
318-
319-
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000079">
320-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000075"/>
321-
<rdfs:label xml:lang="en">Bunge Euler angles</rdfs:label>
322-
<rdfs:seeAlso>https://mtex-toolbox.github.io/RotationDefinition.html</rdfs:seeAlso>
323-
<skos:definition xml:lang="en">Bunge Euler angles define the Euler angles according to the Bunge notations, which define the three subsequent rotations about fixed axes, namely ZXZ, i.e., the first rotation is around the z axis, second around the x axis and third again around the z.</skos:definition>
324-
</owl:Class>
325-
326232

327233

328234

@@ -568,6 +474,66 @@ Plane Miller indices must be written in round brackets, e.g., (hkl).</skos:defin
568474

569475

570476

477+
<!-- https://w3id.org/pmd/cryo/CRYO_0000042 -->
478+
479+
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000042">
480+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0020148"/>
481+
<rdfs:subClassOf>
482+
<owl:Restriction>
483+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
484+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0000663"/>
485+
</owl:Restriction>
486+
</rdfs:subClassOf>
487+
<rdfs:subClassOf>
488+
<owl:Restriction>
489+
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000004"/>
490+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000075"/>
491+
</owl:Restriction>
492+
</rdfs:subClassOf>
493+
<rdfs:label xml:lang="en">grain orientation</rdfs:label>
494+
<skos:definition xml:lang="en">Grain orientation is an intensive quality of grains in material&apos;s microstructure, which describes the crystallographic orientation in respect to the external (sample&apos;s) reference frame. Grain orientation can be a quality of an individual grain / crystallite or of a polycrystal, i.e., several grsins with similar crystallographic orientations.
495+
Grain orientation can be specified by either texture fibers or texture components. When several grains exhibit similar orientations, then the material exhibits a specific crystallographic texture.</skos:definition>
496+
</owl:Class>
497+
498+
499+
500+
<!-- https://w3id.org/pmd/cryo/CRYO_0000075 -->
501+
502+
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000075">
503+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000501"/>
504+
<rdfs:subClassOf>
505+
<owl:Restriction>
506+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000418"/>
507+
<owl:allValuesFrom>
508+
<owl:Class>
509+
<owl:intersectionOf rdf:parseType="Collection">
510+
<rdf:Description rdf:about="https://w3id.org/pmd/cryo/CRYO_0000042"/>
511+
<owl:Restriction>
512+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
513+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0000663"/>
514+
</owl:Restriction>
515+
</owl:intersectionOf>
516+
</owl:Class>
517+
</owl:allValuesFrom>
518+
</owl:Restriction>
519+
</rdfs:subClassOf>
520+
<rdfs:label xml:lang="en">Euler angles</rdfs:label>
521+
<skos:definition xml:lang="en">In crystallography Euler angles are three angles which describe orientation of a sinlge crystal in respect to the sample&apos;s coordinate system. By aligning coordinate system of every crystal in the sample to the sample&apos;s coordinate system, anisotropy of material&apos;s properties can be investigated.</skos:definition>
522+
</owl:Class>
523+
524+
525+
526+
<!-- https://w3id.org/pmd/cryo/CRYO_0000079 -->
527+
528+
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000079">
529+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/cryo/CRYO_0000075"/>
530+
<rdfs:label xml:lang="en">Bunge Euler angles</rdfs:label>
531+
<rdfs:seeAlso>https://mtex-toolbox.github.io/RotationDefinition.html</rdfs:seeAlso>
532+
<skos:definition xml:lang="en">Bunge Euler angles define the Euler angles according to the Bunge notations, which define the three subsequent rotations about fixed axes, namely ZXZ, i.e., the first rotation is around the z axis, second around the x axis and third again around the z.</skos:definition>
533+
</owl:Class>
534+
535+
536+
571537
<!-- https://w3id.org/pmd/cryo/CRYO_0000124 -->
572538

573539
<owl:Class rdf:about="https://w3id.org/pmd/cryo/CRYO_0000124">

0 commit comments

Comments
 (0)