This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
testjob.ttl
293 lines (253 loc) · 18.6 KB
/
testjob.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ogp: <http://ogp.me/ns#> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dm2e: <http://onto.dm2e.eu/omnom/> .
@prefix omnom_types: <http://onto.dm2e.eu/omnom-types/> .
@prefix j.1: <http://purl.org/co/> .
@prefix j.0: <http://onto.dm2e.eu/omnom/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix omnom: <http://onto.dm2e.eu/omnom/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix co: <http://purl.org/co/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cc: <http://creativecommons.org/ns#> .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/5>
a omnom:ParameterAssignment ;
rdfs:label "datasetLabel"^^xsd:string ;
omnom:forParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetLabel> ;
omnom:parameterValue "A fascinating dataset indeed."^^xsd:string .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/5>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/publish/param/result-dataset-id> ;
omnom:fromPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/outputGraph> ;
omnom:toWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetLabel>
a omnom:Parameter ;
rdfs:label "datasetLabel"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/outputGraph>
a omnom:Parameter ;
rdfs:label "outputGraph"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/4>
a omnom:ParameterAssignment ;
rdfs:label "providerID"^^xsd:string ;
omnom:forParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/providerID> ;
omnom:parameterValue "onb"^^xsd:string .
_:b0 a co:Item ;
co:index "1"^^xsd:int ;
co:itemContent <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> .
<http://localhost:9998/publish/param/provider-id>
a omnom:Parameter ;
rdfs:label "provider-id"^^xsd:string ;
omnom:isRequired true ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/4>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/service/xslt/param/xmlOutput> ;
omnom:fromPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/1> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/publish/param/to-publish> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> .
<http://localhost:9998/publish/param/endpoint-select>
a omnom:Parameter ;
rdfs:label "endpoint-select"^^xsd:string ;
omnom:isRequired false ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/1c8fe89c-c31c-4796-bc43-0fad9581b5f6>
a omnom:LogEntry ;
omnom:hasLogLevel "TRACE"^^xsd:string ;
omnom:hasLogMessage "Status change: STARTED => FAILED"^^xsd:string ;
dc:date "2013-06-24T17:23:24Z"^^xsd:dateTime .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/3>
a omnom:ParameterAssignment ;
rdfs:label "datasetID"^^xsd:string ;
omnom:forParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetID> ;
omnom:parameterValue "dataset-1234"^^xsd:string .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda>
a omnom:Workflow ;
rdfs:label "XML -> XMLRDF -> DM2E yay"^^xsd:string ;
omnom:hasPosition [ a co:List ;
co:firstItem [ a co:Item ;
co:index "0"^^xsd:int ;
co:itemContent <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/1> ;
co:nextItem _:b0
] ;
co:lastItem _:b0 ;
co:size "2"^^xsd:int
] ;
omnom:inputParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXSLT> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetID> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetLabel> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/providerID> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXML> ;
omnom:outputParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/outputGraph> ;
omnom:parameterConnector <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/3> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/5> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/1> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/6> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/2> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/7> , <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/4> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/3>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetLabel> ;
omnom:fromWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/publish/param/label> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> .
<http://localhost:9998/service/xslt/param/xmlInput>
a omnom:Parameter ;
rdfs:label "xmlInput"^^xsd:string ;
omnom:isRequired true ;
omnom:parameterType "http://www.w3.org/2001/XMLSchema#anyURI"^^xsd:string ;
omnom:webservice <http://localhost:9998/service/xslt> ;
dc:title "XML input"^^xsd:string .
<http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/60f1f3f2-5c17-4874-9398-40490f91fe32>
a omnom:LogEntry ;
omnom:hasLogLevel "TRACE"^^xsd:string ;
omnom:hasLogMessage "Status change: NOT_STARTED => STARTED"^^xsd:string ;
dc:date "2013-06-24T17:23:24Z"^^xsd:dateTime .
<http://localhost:9998/publish/param/comment>
a omnom:Parameter ;
rdfs:label "comment"^^xsd:string ;
omnom:isRequired false ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/publish/param/dataset-id>
a omnom:Parameter ;
rdfs:label "dataset-id"^^xsd:string ;
omnom:isRequired true ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXSLT>
a omnom:Parameter ;
rdfs:label "inputXSLT"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/50ee0279-5a35-457a-a5ad-854f1f320f37>
a omnom:LogEntry ;
omnom:hasLogLevel "TRACE"^^xsd:string ;
omnom:hasLogMessage "WorkflowJobPojo constructed by WorkflowService"^^xsd:string ;
dc:date "2013-06-24T17:23:23Z"^^xsd:dateTime .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/2>
a omnom:ParameterAssignment ;
rdfs:label "inputXML"^^xsd:string ;
omnom:forParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXML> ;
omnom:parameterValue "foo"^^xsd:string .
<http://localhost:9998/publish/param/to-publish>
a omnom:Parameter ;
rdfs:label "to-publish"^^xsd:string ;
omnom:isRequired true ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/2>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/providerID> ;
omnom:fromWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/publish/param/provider-id> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> .
<http://localhost:9998/publish/param/endpoint-update>
a omnom:Parameter ;
rdfs:label "endpoint-update"^^xsd:string ;
omnom:isRequired false ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/publish/param/label>
a omnom:Parameter ;
rdfs:label "label"^^xsd:string ;
omnom:isRequired true ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/service/xslt>
a omnom:Webservice ;
omnom:inputParam <http://localhost:9998/service/xslt/param/xmlInput> , <http://localhost:9998/service/xslt/param/xslInput> ;
omnom:outputParam <http://localhost:9998/service/xslt/param/xmlOutput> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/providerID>
a omnom:Parameter ;
rdfs:label "providerID"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/publish>
a omnom:Webservice ;
omnom:inputParam <http://localhost:9998/publish/param/to-publish> , <http://localhost:9998/publish/param/endpoint-update> , <http://localhost:9998/publish/param/label> , <http://localhost:9998/publish/param/provider-id> , <http://localhost:9998/publish/param/comment> , <http://localhost:9998/publish/param/dataset-id> , <http://localhost:9998/publish/param/endpoint-select> ;
omnom:outputParam <http://localhost:9998/publish/param/result-dataset-id> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetID>
a omnom:Parameter ;
rdfs:label "datasetID"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/1>
a omnom:ParameterAssignment ;
rdfs:label "inputXSLT"^^xsd:string ;
omnom:forParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXSLT> ;
omnom:parameterValue "foo"^^xsd:string .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/7>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXSLT> ;
omnom:fromWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/service/xslt/param/xslInput> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/1> .
<http://localhost:9998/publish/param/result-dataset-id>
a omnom:Parameter ;
rdfs:label "result-dataset-id"^^xsd:string ;
omnom:isRequired false ;
omnom:webservice <http://localhost:9998/publish> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2>
a omnom:WorkflowPosition ;
rdfs:label "XMLRDF -> Graphstore"^^xsd:string ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:webserviceConfig [ a omnom:WebserviceConfig ;
omnom:webservice <http://localhost:9998/publish>
] .
<http://localhost:9998/service/xslt/param/xslInput>
a omnom:Parameter ;
rdfs:label "xslInput"^^xsd:string ;
omnom:isRequired true ;
omnom:parameterType "http://www.w3.org/2001/XMLSchema#anyURI"^^xsd:string ;
omnom:webservice <http://localhost:9998/service/xslt> ;
dc:title "XSLT input"^^xsd:string .
<http://localhost:9998/service/xslt/param/xmlOutput>
a omnom:Parameter ;
rdfs:label "xmlOutput"^^xsd:string ;
omnom:isRequired false ;
omnom:webservice <http://localhost:9998/service/xslt> ;
dc:title "XML output"^^xsd:string .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/1>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXML> ;
omnom:fromWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/service/xslt/param/xmlInput> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/1> .
<http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851>
a omnom:WorkflowConfig ;
omnom:assignment <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/1> , <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/4> , <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/2> , <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/3> , <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851/assignment/5> ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/connector/6>
a omnom:ParameterConnector ;
omnom:fromParam <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/datasetID> ;
omnom:fromWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:toParam <http://localhost:9998/publish/param/dataset-id> ;
omnom:toPosition <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/2> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/position/1>
a omnom:WorkflowPosition ;
rdfs:label "XML -> XMLRDF"^^xsd:string ;
omnom:inWorkflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> ;
omnom:webserviceConfig [ a omnom:WebserviceConfig ;
omnom:webservice <http://localhost:9998/service/xslt>
] .
<http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20>
a omnom:WorkflowJob ;
omnom:hasLogEntry <http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/1c8fe89c-c31c-4796-bc43-0fad9581b5f6> , <http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/60f1f3f2-5c17-4874-9398-40490f91fe32> , <http://localhost:9998/job/80f37e8f-4687-412c-90c1-669ddfdd6b20/log/50ee0279-5a35-457a-a5ad-854f1f320f37> ;
omnom:status "FAILED" ;
omnom:workflowConfig <http://localhost:9998/config/5ef6db54-dbf0-483a-a4c6-6508af1f6851> .
<http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda/param/inputXML>
a omnom:Parameter ;
rdfs:label "inputXML"^^xsd:string ;
omnom:isRequired false ;
omnom:workflow <http://localhost:9998/workflow/d856e6a2-402f-4db9-ba72-7d4662052bda> .