-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.ttl
268 lines (208 loc) · 13.3 KB
/
pipeline.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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
@prefix : <http://emmo.info/oteio#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://emmo.info/oteio#> .
<http://emmo.info/oteio/pipeline> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/oteio/0.3.0/pipeline> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta5/disciplines/computerscience> ,
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/workflow> ,
<http://emmo.info/emmo/1.0.0-beta5/perspectives/data> ;
dcterms:abstract "An EMMO-based ontology providing a semantic description of OTEAPI pipelines." ;
dcterms:author "Jesper Friis, SINTEF" ,
"Thomas F. Hagelien, SINTEF" ,
"Treesa Rose Joseph, SINTEF" ;
dcterms:title "Pipeline Application Ontology" ;
owl:versionInfo "0.3.0" .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/author
dcterms:author rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
### http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22
<http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> rdf:type owl:ObjectProperty .
### http://emmo.info/oteio#hasDictionaryKey
:hasDictionaryKey rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe> ;
rdfs:domain :KeyValuePair ;
rdfs:range :DictionaryKey ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Relates a configuration key-value pair to its key."@en ;
skos:prefLabel "hasDictionaryKey"@en .
### http://emmo.info/oteio#hasDictionaryValue
:hasDictionaryValue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe> ;
rdfs:domain :KeyValuePair ;
rdfs:range :DictionaryValue ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Relates a configuration key-value pair to its value."@en ;
skos:prefLabel "hasDictionaryValue"@en .
### http://emmo.info/oteio#hasFilter
:hasFilter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_65a2c5b8_e4d8_4a51_b2f8_e55effc0547d> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Relates a pipeline to its filters"@en ;
skos:prefLabel "hasFilter"@en .
### http://emmo.info/oteio#hasFirstFilter
:hasFirstFilter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_fe63194f_7c04_4dbd_a244_524b38b6699b> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "The first executed filter in a pipeline."@en ;
skos:prefLabel "hasBeginFilter"@en .
### http://emmo.info/oteio#hasImplementation
:hasImplementation rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b> ;
rdfs:domain <http://emmo.info/emmo#EMMO_4299e344_a321_4ef2_a744_bacfcce80afc> ;
rdfs:range <http://emmo.info/emmo#EMMO_8681074a_e225_4e38_b586_e85b0f43ce38> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "An implementation of a task."@en ;
skos:prefLabel "hasImplementation"@en .
### http://emmo.info/oteio#hasKeyValuePair
:hasKeyValuePair rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe> ;
rdfs:domain :Dictionary ;
rdfs:range :KeyValuePair ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Relates a configuration to one of its underlying key-value pairs."@en ;
skos:prefLabel "hasKeyValuePair"@en .
### http://emmo.info/oteio#hasLastFilter
:hasLastFilter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_c0f48dc6_4a32_4d9a_a956_d68415954a8e> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "The last executed filter in a pipeline."@en ;
skos:prefLabel "hasEndFilter"@en .
### http://emmo.info/oteio#hasNextFilter
:hasNextFilter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_499e24a5_5072_4c83_8625_fe3f96ae4a8d> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "The subsequent filter to be executed in the pipeline."@en ;
skos:prefLabel "hasNextFilter"@en .
#################################################################
# Data properties
#################################################################
### http://emmo.info/oteio#hasFilterConfigurationData
:hasFilterConfigurationData rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#b6292331_94af_4f00_976b_ea55960c2f1c> ;
rdfs:domain :Configuration ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Assigns configuration data of filter"@en ;
skos:prefLabel "hasFilterConfigurationData"@en .
### http://emmo.info/oteio#hasId
:hasId rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf <http://emmo.info/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Assigns an searchable id to a concept."@en ;
skos:prefLabel "hasId"@en .
#################################################################
# Classes
#################################################################
### http://emmo.info/oteio#Configuration
:Configuration rdf:type owl:Class ;
rdfs:subClassOf :Dictionary ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "A dictionary that configures a filter."@en ;
skos:prefLabel "Configuration"@en .
### http://emmo.info/oteio#DataResourceStrategy
:DataResourceStrategy rdf:type owl:Class ;
rdfs:subClassOf :Strategy ;
skos:prefLabel "DataResourceStrategy"@en .
### http://emmo.info/oteio#DictionaryKey
:DictionaryKey rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a> ,
<http://emmo.info/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "The key in a configuration key-value pair."@en ;
skos:prefLabel "DictionaryKey"@en .
### http://emmo.info/oteio#DictionaryValue
:DictionaryValue rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "The value in a configuration key-value pair."@en ;
skos:prefLabel "DictionaryValue"@en .
### http://emmo.info/oteio#Filter
:Filter rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_9f6ec830_c59f_46aa_8a22_945ba20b6ea3> ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://emmo.info/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840> ;
owl:someValuesFrom :SessionUpdate
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
owl:someValuesFrom :Configuration
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasImplementation ;
owl:someValuesFrom :Strategy
] ,
[ rdf:type owl:Restriction ;
owl:onProperty [ owl:inverseOf <http://emmo.info/emmo#EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b>
] ;
owl:someValuesFrom :Pipeline
] ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "A step in a pipeline."@en ;
skos:prefLabel "Filter"@en .
### http://emmo.info/oteio#FilterStrategy
:FilterStrategy rdf:type owl:Class ;
rdfs:subClassOf :Strategy ;
skos:prefLabel "FilterStrategy"@en .
### http://emmo.info/oteio#FunctionStrategy
:FunctionStrategy rdf:type owl:Class ;
rdfs:subClassOf :Strategy ;
skos:prefLabel "FunctionStrategy"@en .
### http://emmo.info/oteio#KeyValuePair
:KeyValuePair rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a> ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasDictionaryKey ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :DictionaryKey
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasDictionaryValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :DictionaryValue
] ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "A key-value pair in a configuration."@en ;
skos:prefLabel "KeyValuePair"@en .
### http://emmo.info/oteio#MappingStrategy
:MappingStrategy rdf:type owl:Class ;
rdfs:subClassOf :Strategy ;
skos:prefLabel "MappingStrategy"@en .
### http://emmo.info/oteio#Pipeline
:Pipeline rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c> ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasFilter ;
owl:someValuesFrom :Filter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasFirstFilter ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Filter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLastFilter ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Filter
] ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "An OTEAPI pipeline consisting of a set of strategies sharing."@en ;
<http://emmo.info/emmo#EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f> "The aim of a pipeline is to connect a data consumer with data sources."@en ;
skos:prefLabel "Pipeline"@en .
### http://emmo.info/oteio#SessionUpdate
:SessionUpdate rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a> .
### http://emmo.info/oteio#Strategy
:Strategy rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_65411b3d_c8d3_4111_86a9_a2ce0a64c647> ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "Implementation of a filter."@en ;
skos:prefLabel "Strategy"@en .
### http://emmo.info/oteio#TransformationStrategy
:TransformationStrategy rdf:type owl:Class ;
rdfs:subClassOf :Strategy ;
skos:prefLabel "TransformationStrategy"@en .
### http://emmo.info/oteio/pipeline#Dictionary
:Dictionary rdf:type owl:Class ;
rdfs:subClassOf <http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a> ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasKeyValuePair ;
owl:someValuesFrom :KeyValuePair
] ;
<http://emmo.info/emmo#EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9> "A dataset that is built up of key-value pairs."@en ;
skos:prefLabel "Dictionary"@en .
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi