-
Notifications
You must be signed in to change notification settings - Fork 2
/
OGN_1.3-GeologicAssociation.owl
117 lines (71 loc) · 4.48 KB
/
OGN_1.3-GeologicAssociation.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/alizia/ontologies/2020/9/untitled-ontology-349#"
xml:base="http://www.semanticweb.org/alizia/ontologies/2020/9/untitled-ontology-349"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://www.purl.org/ontogeonous/geologic_association"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicStructureAssociationMember -->
<owl:ObjectProperty rdf:about="http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicStructureAssociationMember"/>
<!-- http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicUnit -->
<owl:ObjectProperty rdf:about="http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicUnit"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.purl.org/ontogeonous/geologic_association#GeologicStructureAssociation -->
<owl:Class rdf:about="http://www.purl.org/ontogeonous/geologic_association#GeologicStructureAssociation">
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://www.purl.org/ontogeonous/geologic_feature#GeologicAssociation"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicUnit"/>
<owl:someValuesFrom rdf:resource="http://www.purl.org/ontogeonous/geologic_feature#GeologicUnit"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.purl.org/ontogeonous/geologic_association/properties#hasGeologicStructureAssociationMember"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://www.purl.org/ontogeonous/geologic_feature#GeologicStructure"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:comment>New class defined, presented in WikiGeo web pages https://www.di.unito.it/wikigeo/index.php?title=GeologicStructureAssociation
Definition
[...] certain broad combinations of structure, or combination of structures and lithology, are found to occour repeatedly in many parts of the world and, to some extent, in rocks of different age. We refer to these commonly occurring assemblages of structures as structural associations. (Hobbs et al, 1976)
EQUIVALENT TO
subCLASS of GeologicFeature
---AND---
"certain broad combinations of structure,"
=
OPhasGeologicStructureAssociationMember min 2 CLASSGeologicStructure
---AND---
"or combination of structures and lithology are found to occour repeatedly in many parts of the world"
=
OPhasGeologicUnit some CLASSGeologicUnit
---
"and, to some extent, in rocks of different age"
neglected, not restrictive</rdfs:comment>
<rdfs:label>Geologic structure association</rdfs:label>
</owl:Class>
<!-- http://www.purl.org/ontogeonous/geologic_feature#GeologicAssociation -->
<owl:Class rdf:about="http://www.purl.org/ontogeonous/geologic_feature#GeologicAssociation"/>
<!-- http://www.purl.org/ontogeonous/geologic_feature#GeologicStructure -->
<owl:Class rdf:about="http://www.purl.org/ontogeonous/geologic_feature#GeologicStructure"/>
<!-- http://www.purl.org/ontogeonous/geologic_feature#GeologicUnit -->
<owl:Class rdf:about="http://www.purl.org/ontogeonous/geologic_feature#GeologicUnit"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->