David Leal

Chemical component bug fixed and properties transfered to the transhelp schema

This diff could not be displayed because it is too large.
1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema 1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 # imports: http://www.epim.no/schemas/mprml/1 2 # imports: http://www.epim.no/schemas/mprml/1
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
3 4
4 @prefix owl: <http://www.w3.org/2002/07/owl#> . 5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -10,32 +11,44 @@ ...@@ -10,32 +11,44 @@
10 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
11 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
12 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 13 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
13 - owl:imports <http://www.epim.no/schemas/mprml/1> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 16
16 transhelp:derivedFrom 17 transhelp:derivedFrom
17 rdf:type owl:ObjectProperty . 18 rdf:type owl:ObjectProperty .
18 19
20 +transhelp:forComment
21 + rdf:type owl:ObjectProperty ;
22 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
23 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
24 + rdfs:label "for comment"^^xsd:string .
25 +
19 transhelp:hasDerivedText 26 transhelp:hasDerivedText
20 rdf:type owl:DatatypeProperty . 27 rdf:type owl:DatatypeProperty .
21 28
22 transhelp:intervalEnd 29 transhelp:intervalEnd
23 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 30 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
24 31
25 transhelp:intervalIdentifier 32 transhelp:intervalIdentifier
26 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
27 34
28 transhelp:intervalStart 35 transhelp:intervalStart
29 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
30 37
31 transhelp:mapsTo 38 transhelp:mapsTo
32 rdf:type rdf:Property . 39 rdf:type rdf:Property .
33 40
34 transhelp:materialClassMapsToMPREnumeration 41 transhelp:materialClassMapsToMPREnumeration
35 - rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ; 42 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ;
36 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 43 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
37 rdfs:subPropertyOf transhelp:mapsTo . 44 rdfs:subPropertyOf transhelp:mapsTo .
38 45
39 transhelp:standardTempPres 46 transhelp:standardTempPres
40 rdf:type rdf:Property ; 47 rdf:type rdf:Property ;
41 rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . 48 rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .
49 +
50 +transhelp:typeOfPartCommentedOn
51 + rdf:type owl:ObjectProperty ;
52 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
53 + rdfs:domain owl:Class ;
54 + rdfs:label "type of part commented on"^^xsd:string .
......
...@@ -241,12 +241,12 @@ ...@@ -241,12 +241,12 @@
241 sp:subject _:b6 241 sp:subject _:b6
242 ]) ; 242 ]) ;
243 sp:where ([ sp:object spin:_this ; 243 sp:where ([ sp:object spin:_this ;
244 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 244 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
245 sp:subject 245 sp:subject
246 [ sp:varName "activityForComment"^^xsd:string 246 [ sp:varName "activityForComment"^^xsd:string
247 ] 247 ]
248 ] [ sp:object spin:_this ; 248 ] [ sp:object spin:_this ;
249 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 249 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
250 sp:subject 250 sp:subject
251 [ sp:varName "typeOfPartCommentedOn"^^xsd:string 251 [ sp:varName "typeOfPartCommentedOn"^^xsd:string
252 ] 252 ]
......
...@@ -444,14 +444,14 @@ period not processed"""^^xsd:string ; ...@@ -444,14 +444,14 @@ period not processed"""^^xsd:string ;
444 sp:templates ([ sp:object 444 sp:templates ([ sp:object
445 [ sp:varName "commentRef"^^xsd:string 445 [ sp:varName "commentRef"^^xsd:string
446 ] ; 446 ] ;
447 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 447 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
448 sp:subject 448 sp:subject
449 [ sp:varName "productionOperation"^^xsd:string 449 [ sp:varName "productionOperation"^^xsd:string
450 ] 450 ]
451 ] [ sp:object 451 ] [ sp:object
452 [ sp:varName "commentRef"^^xsd:string 452 [ sp:varName "commentRef"^^xsd:string
453 ] ; 453 ] ;
454 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 454 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
455 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity> 455 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity>
456 ]) ; 456 ]) ;
457 sp:where ([ sp:object 457 sp:where ([ sp:object
......
...@@ -387,14 +387,14 @@ ...@@ -387,14 +387,14 @@
387 sp:templates ([ sp:object 387 sp:templates ([ sp:object
388 [ sp:varName "standbyVesselCommentRef"^^xsd:string 388 [ sp:varName "standbyVesselCommentRef"^^xsd:string
389 ] ; 389 ] ;
390 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 390 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
391 sp:subject 391 sp:subject
392 [ sp:varName "standbyVesselOperation"^^xsd:string 392 [ sp:varName "standbyVesselOperation"^^xsd:string
393 ] 393 ]
394 ] [ sp:object 394 ] [ sp:object
395 [ sp:varName "standbyVesselCommentRef"^^xsd:string 395 [ sp:varName "standbyVesselCommentRef"^^xsd:string
396 ] ; 396 ] ;
397 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 397 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
398 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#StandbyVesselOperation> 398 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#StandbyVesselOperation>
399 ]) ; 399 ]) ;
400 sp:where ([ sp:object 400 sp:where ([ sp:object
...@@ -842,14 +842,14 @@ ...@@ -842,14 +842,14 @@
842 sp:templates ([ sp:object 842 sp:templates ([ sp:object
843 [ sp:varName "commentRef"^^xsd:string 843 [ sp:varName "commentRef"^^xsd:string
844 ] ; 844 ] ;
845 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 845 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
846 sp:subject 846 sp:subject
847 [ sp:varName "waterDischargeFlow"^^xsd:string 847 [ sp:varName "waterDischargeFlow"^^xsd:string
848 ] 848 ]
849 ] [ sp:object 849 ] [ sp:object
850 [ sp:varName "commentRef"^^xsd:string 850 [ sp:varName "commentRef"^^xsd:string
851 ] ; 851 ] ;
852 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 852 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
853 sp:subject <http://www.reportinghub.no/ep/schema/flow#Flow> 853 sp:subject <http://www.reportinghub.no/ep/schema/flow#Flow>
854 ]) ; 854 ]) ;
855 sp:where ([ sp:object 855 sp:where ([ sp:object
...@@ -1108,14 +1108,14 @@ ...@@ -1108,14 +1108,14 @@
1108 sp:templates ([ sp:object 1108 sp:templates ([ sp:object
1109 [ sp:varName "commentRef"^^xsd:string 1109 [ sp:varName "commentRef"^^xsd:string
1110 ] ; 1110 ] ;
1111 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1111 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1112 sp:subject 1112 sp:subject
1113 [ sp:varName "cargoShipOperation"^^xsd:string 1113 [ sp:varName "cargoShipOperation"^^xsd:string
1114 ] 1114 ]
1115 ] [ sp:object 1115 ] [ sp:object
1116 [ sp:varName "commentRef"^^xsd:string 1116 [ sp:varName "commentRef"^^xsd:string
1117 ] ; 1117 ] ;
1118 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1118 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1119 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation> 1119 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#CargoShipOperation>
1120 ]) ; 1120 ]) ;
1121 sp:where ([ sp:object 1121 sp:where ([ sp:object
...@@ -1171,14 +1171,14 @@ ...@@ -1171,14 +1171,14 @@
1171 sp:templates ([ sp:object 1171 sp:templates ([ sp:object
1172 [ sp:varName "activityRef"^^xsd:string 1172 [ sp:varName "activityRef"^^xsd:string
1173 ] ; 1173 ] ;
1174 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1174 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1175 sp:subject 1175 sp:subject
1176 [ sp:varName "shutdownProduction"^^xsd:string 1176 [ sp:varName "shutdownProduction"^^xsd:string
1177 ] 1177 ]
1178 ] [ sp:object 1178 ] [ sp:object
1179 [ sp:varName "activityRef"^^xsd:string 1179 [ sp:varName "activityRef"^^xsd:string
1180 ] ; 1180 ] ;
1181 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1181 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1182 sp:subject <http://www.reportinghub.no/ep/schema/activity#Activity> 1182 sp:subject <http://www.reportinghub.no/ep/schema/activity#Activity>
1183 ]) ; 1183 ]) ;
1184 sp:where ([ sp:object 1184 sp:where ([ sp:object
...@@ -1310,14 +1310,14 @@ ...@@ -1310,14 +1310,14 @@
1310 sp:templates ([ sp:object 1310 sp:templates ([ sp:object
1311 [ sp:varName "supplyShipCommentRef"^^xsd:string 1311 [ sp:varName "supplyShipCommentRef"^^xsd:string
1312 ] ; 1312 ] ;
1313 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1313 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1314 sp:subject 1314 sp:subject
1315 [ sp:varName "supplyShipOperation"^^xsd:string 1315 [ sp:varName "supplyShipOperation"^^xsd:string
1316 ] 1316 ]
1317 ] [ sp:object 1317 ] [ sp:object
1318 [ sp:varName "supplyShipCommentRef"^^xsd:string 1318 [ sp:varName "supplyShipCommentRef"^^xsd:string
1319 ] ; 1319 ] ;
1320 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1320 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1321 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#SupplyShipOperation> 1321 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#SupplyShipOperation>
1322 ]) ; 1322 ]) ;
1323 sp:where ([ sp:object 1323 sp:where ([ sp:object
...@@ -1495,14 +1495,14 @@ ...@@ -1495,14 +1495,14 @@
1495 sp:templates ([ sp:object 1495 sp:templates ([ sp:object
1496 [ sp:varName "basketMovementRef"^^xsd:string 1496 [ sp:varName "basketMovementRef"^^xsd:string
1497 ] ; 1497 ] ;
1498 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 1498 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
1499 sp:subject 1499 sp:subject
1500 [ sp:varName "marineOperation"^^xsd:string 1500 [ sp:varName "marineOperation"^^xsd:string
1501 ] 1501 ]
1502 ] [ sp:object 1502 ] [ sp:object
1503 [ sp:varName "basketMovementRef"^^xsd:string 1503 [ sp:varName "basketMovementRef"^^xsd:string
1504 ] ; 1504 ] ;
1505 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 1505 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
1506 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#BasketMovement> 1506 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#BasketMovement>
1507 ]) ; 1507 ]) ;
1508 sp:where ([ sp:object 1508 sp:where ([ sp:object
...@@ -2391,14 +2391,14 @@ ...@@ -2391,14 +2391,14 @@
2391 sp:templates ([ sp:object 2391 sp:templates ([ sp:object
2392 [ sp:varName "activityRef"^^xsd:string 2392 [ sp:varName "activityRef"^^xsd:string
2393 ] ; 2393 ] ;
2394 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; 2394 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#forComment> ;
2395 sp:subject 2395 sp:subject
2396 [ sp:varName "marineOperation"^^xsd:string 2396 [ sp:varName "marineOperation"^^xsd:string
2397 ] 2397 ]
2398 ] [ sp:object 2398 ] [ sp:object
2399 [ sp:varName "activityRef"^^xsd:string 2399 [ sp:varName "activityRef"^^xsd:string
2400 ] ; 2400 ] ;
2401 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; 2401 + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#typeOfPartCommentedOn> ;
2402 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation> 2402 sp:subject <http://www.reportinghub.no/ep/schema/production-activity#MarineOperation>
2403 ]) ; 2403 ]) ;
2404 sp:where ([ sp:object 2404 sp:where ([ sp:object
......