This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
thors.ttl
164 lines (162 loc) · 6.75 KB
/
thors.ttl
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# baseURI: http://resource.geosciml.org/ontology/timescale/thors
# imports: http://purl.org/dc/elements/1.1/
# prefix: thors
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix thors: <http://resource.geosciml.org/ontology/timescale/thors#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://resource.geosciml.org/ontology/timescale/thors>
rdf:type voaf:Vocabulary ;
rdf:type owl:Ontology ;
dc:creator "Simon Jonathan David COX, CSIRO Australia" ;
dc:description "An OWL representation of the model for Temporal Ordinal Reference Systems defined in GeoSciML v3. " ;
dc:rights "Copyright © 2012-2017 CSIRO" ;
dc:source "Simon J.D. Cox and Stephen M. Richard, A formal model for the geologic time scale and global stratotype section and point, compatible with geospatial information transfer standards, Geosphere, 1, 119-137 (2005)" ;
dc:title "Temporal Hierarchical Ordinal Reference System model" ;
dct:created "2011-01-01"^^xsd:date ;
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:modified "2017-04-28"^^xsd:date ;
vann:preferredNamespacePrefix "thors" ;
vann:preferredNamespaceUri thors: ;
rdfs:comment "This model is related to the model for TORS in ISO 19108:2002, except that boundaries between eras are first class objects, supporting multiple properties, rather than being just time coordinates. It is also linked to the ISO 19108 Temporal Topology model. " ;
rdfs:seeAlso <doi:10.1130/GES00022.1> ;
rdfs:seeAlso <http://dx.doi.org/10.1130/GES00022.1> ;
rdfs:seeAlso <http://geosphere.gsapubs.org/cgi/doi/10.1130/GES00022.1> ;
rdfs:seeAlso <http://www.geosciml.org> ;
owl:imports dc: ;
owl:priorVersion <https://www.seegrid.csiro.au/subversion/xmml/ontologies/tags/201402/Geoscience/GeologicTimeScale/thors.rdf> ;
owl:versionIRI <https://github.com/GeoscienceAustralia/geosciml.org/commit/24d302bf3f0fa315c1dddc2c734b84f52299cd02#diff-73b17e22072459ab7e06e9ab664a9d48> ;
skos:changeNote "2017-04-28 - removed imports of ISO ontologies " ;
.
thors:Era
rdf:type owl:Class ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "Time Ordinal Era or Interval" ;
rdfs:subClassOf skos:Concept ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty thors:begin ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty thors:end ;
] ;
.
thors:EraBoundary
rdf:type owl:Class ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "Time Ordinal Era Boundary" ;
rdfs:subClassOf skos:Concept ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty thors:nextEra ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty thors:previousEra ;
] ;
.
thors:ReferenceSystem
rdf:type owl:Class ;
rdfs:comment "A temporal ordinal reference system is a constrained temporal topological complex, in which the edges are called 'eras'. Each era may be subdivided into one set of eras of the next finer rank. This constraint is required to establish a mono-hierarchy, so that a set of temporal positions defined relative to the reference system may be uniquely ordered." ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "Hierarchical Time Ordinal Reference System" ;
rdfs:subClassOf skos:ConceptScheme ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty thors:component ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minCardinality "2"^^xsd:nonNegativeInteger ;
owl:onProperty thors:referencePoint ;
] ;
.
thors:begin
rdf:type owl:ObjectProperty ;
rdfs:comment "era or interval beginning or start" ;
rdfs:domain thors:Era ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "era beginning"@en ;
rdfs:range thors:EraBoundary ;
rdfs:subPropertyOf skos:semanticRelation ;
owl:inverseOf thors:nextEra ;
.
thors:component
rdf:type owl:ObjectProperty ;
rdfs:domain thors:ReferenceSystem ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "temporal reference system component"@en ;
rdfs:range thors:Era ;
rdfs:subPropertyOf skos:hasTopConcept ;
owl:inverseOf thors:system ;
.
thors:end
rdf:type owl:ObjectProperty ;
rdfs:domain thors:Era ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "era end"@en ;
rdfs:range thors:EraBoundary ;
rdfs:subPropertyOf skos:semanticRelation ;
owl:inverseOf thors:previousEra ;
.
thors:member
rdf:type owl:ObjectProperty ;
rdfs:domain thors:Era ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "era member / sub-era"@en ;
rdfs:range thors:Era ;
rdfs:subPropertyOf skos:narrower ;
.
thors:nextEra
rdf:type owl:ObjectProperty ;
rdfs:domain thors:EraBoundary ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "next era"@en ;
rdfs:range thors:Era ;
rdfs:subPropertyOf skos:semanticRelation ;
owl:inverseOf thors:begin ;
.
thors:positionalUncertainty
rdf:type owl:DatatypeProperty ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "uncertainty in temporal position"@en ;
.
thors:previousEra
rdf:type owl:ObjectProperty ;
rdfs:domain thors:EraBoundary ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "previous era"@en ;
rdfs:range thors:Era ;
rdfs:subPropertyOf skos:semanticRelation ;
owl:inverseOf thors:end ;
.
thors:referencePoint
rdf:type owl:ObjectProperty ;
rdfs:domain thors:ReferenceSystem ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "reference point in timescale" ;
rdfs:range thors:EraBoundary ;
rdfs:subPropertyOf skos:hasTopConcept ;
.
thors:system
rdf:type owl:ObjectProperty ;
rdfs:comment "reference system that this era belongs to" ;
rdfs:domain thors:Era ;
rdfs:isDefinedBy <http://resource.geosciml.org/ontology/timescale/thors> ;
rdfs:label "system"@en ;
rdfs:range thors:ReferenceSystem ;
rdfs:subPropertyOf skos:topConceptOf ;
owl:inverseOf thors:component ;
.