This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprov
194 lines (190 loc) · 8.3 KB
/
prov
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.w3.org/ns/sosa/prov"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
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#"
ontologyIRI="http://www.w3.org/ns/sosa/prov">
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Import>http://www.w3.org/ns/prov-o#</Import>
<Import>http://www.w3.org/ns/sosa/</Import>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/creator"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Simon J D Cox</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/license"/>
<IRI>http://www.opengeospatial.org/ogc/Software</IRI>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
<Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#date">2017-04-13</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/license"/>
<IRI>http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document</IRI>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Alignment of SOSA with PROV-O</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Alignment of the the W3C/OGC SOSA Ontology with the W3C PROV-O Ontology</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/created"/>
<Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#date">2016-12-14</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/creator"/>
<AnonymousIndividual nodeID="_:genid1465"/>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/rights"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Copyright 2017 W3C/OGC.</Literal>
</Annotation>
<Declaration>
<ObjectProperty IRI="/eventAssociation"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="/hadProcedure"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
</Declaration>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Actuation"/>
<Class IRI="http://www.w3.org/ns/prov#Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Actuator"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Actuator"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/ObservableProperty"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Observation"/>
<Class IRI="http://www.w3.org/ns/prov#Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Platform"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Procedure"/>
<Class IRI="http://www.w3.org/ns/prov#Plan"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Result"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sample"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sampler"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sampler"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sampling"/>
<Class IRI="http://www.w3.org/ns/prov#Activity"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sensor"/>
<Class IRI="http://www.w3.org/ns/prov#Agent"/>
</SubClassOf>
<SubClassOf>
<Class IRI="http://www.w3.org/ns/sosa/Sensor"/>
<Class IRI="http://www.w3.org/ns/prov#Entity"/>
</SubClassOf>
<ClassAssertion>
<Class IRI="http://xmlns.com/foaf/0.1/Agent"/>
<AnonymousIndividual nodeID="_:genid1465"/>
</ClassAssertion>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/hasFeatureOfInterest"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#used"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/hasResult"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#generated"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/isResultOf"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#wasGeneratedBy"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/isSampleOf"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#wasDerivedFrom"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/madeByActuator"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#wasAssociatedWith"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/madeBySampler"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#wasAssociatedWith"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/madeBySensor"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#wasAssociatedWith"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="/eventAssociation"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#qualifiedAssociation"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="/hadProcedure"/>
<ObjectProperty IRI="http://www.w3.org/ns/prov#hadPlan"/>
</SubObjectPropertyOf>
<ObjectPropertyDomain>
<ObjectProperty IRI="/eventAssociation"/>
<ObjectUnionOf>
<Class IRI="http://www.w3.org/ns/sosa/Actuation"/>
<Class IRI="http://www.w3.org/ns/sosa/Observation"/>
<Class IRI="http://www.w3.org/ns/sosa/Sampling"/>
</ObjectUnionOf>
</ObjectPropertyDomain>
<ObjectPropertyRange>
<ObjectProperty IRI="/hadProcedure"/>
<Class IRI="http://www.w3.org/ns/sosa/Procedure"/>
</ObjectPropertyRange>
<SubObjectPropertyOf>
<ObjectPropertyChain>
<ObjectProperty IRI="/eventAssociation"/>
<ObjectProperty IRI="/hadProcedure"/>
</ObjectPropertyChain>
<ObjectProperty IRI="http://www.w3.org/ns/sosa/usedProcedure"/>
</SubObjectPropertyOf>
<SubDataPropertyOf>
<DataProperty IRI="http://www.w3.org/ns/sosa/resultTime"/>
<DataProperty IRI="http://www.w3.org/ns/prov#endedAtTime"/>
</SubDataPropertyOf>
<AnnotationAssertion>
<AnnotationProperty IRI="http://xmlns.com/foaf/0.1/name"/>
<AnonymousIndividual nodeID="_:genid1465"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">W3C/OGC Spatial Data on the Web Working Group</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->