Showing
1 changed file
with
8 additions
and
6 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/spin/dpr-tables> | 20 | <http://www.reportinghub.no/ep/spin/dpr-tables> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; | 22 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | dpr-tables:ExportVolumes | 25 | dpr-tables:ExportVolumes |
| ... | @@ -3146,7 +3146,7 @@ dpr-tables:ProductionOperationActivity | ... | @@ -3146,7 +3146,7 @@ dpr-tables:ProductionOperationActivity |
| 3146 | ]) | 3146 | ]) |
| 3147 | ]) | 3147 | ]) |
| 3148 | ] ; | 3148 | ] ; |
| 3149 | - rhspin:tableHeaders ("Facility"^^xsd:string "Activity Type"^^xsd:string "Started or Nominally At"^^xsd:string "Finished At"^^xsd:string "Desciption"^^xsd:string) . | 3149 | + rhspin:tableHeaders ("Facility"^^xsd:string "Activity Type"^^xsd:string "Started or Nominally At"^^xsd:string "Finished At"^^xsd:string "Description"^^xsd:string) . |
| 3150 | 3150 | ||
| 3151 | dpr-tables:ProductionOperationCargoShip | 3151 | dpr-tables:ProductionOperationCargoShip |
| 3152 | rdf:type rhspin:TableTemplate ; | 3152 | rdf:type rhspin:TableTemplate ; |
| ... | @@ -3299,10 +3299,10 @@ dpr-tables:ProductionOperationCargoShip | ... | @@ -3299,10 +3299,10 @@ dpr-tables:ProductionOperationCargoShip |
| 3299 | sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 3299 | sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
| 3300 | sp:predicate rdf:type ; | 3300 | sp:predicate rdf:type ; |
| 3301 | sp:subject | 3301 | sp:subject |
| 3302 | - [ sp:varName "productionoperation"^^xsd:string | 3302 | + [ sp:varName "productionOperation"^^xsd:string |
| 3303 | ] | 3303 | ] |
| 3304 | ] [ sp:object | 3304 | ] [ sp:object |
| 3305 | - [ sp:varName "productionoperation"^^xsd:string | 3305 | + [ sp:varName "productionOperation"^^xsd:string |
| 3306 | ] ; | 3306 | ] ; |
| 3307 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 3307 | sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 3308 | sp:subject | 3308 | sp:subject |
| ... | @@ -3375,7 +3375,8 @@ dpr-tables:ProductionOperationCargoShip | ... | @@ -3375,7 +3375,8 @@ dpr-tables:ProductionOperationCargoShip |
| 3375 | sp:subject | 3375 | sp:subject |
| 3376 | [ sp:varName "wholelifeperson"^^xsd:string | 3376 | [ sp:varName "wholelifeperson"^^xsd:string |
| 3377 | ] | 3377 | ] |
| 3378 | - ] [ sp:object | 3378 | + ] [ rdf:type sp:Optional ; |
| 3379 | + sp:elements ([ sp:object | ||
| 3379 | [ sp:varName "quantityofmaterial"^^xsd:string | 3380 | [ sp:varName "quantityofmaterial"^^xsd:string |
| 3380 | ] ; | 3381 | ] ; |
| 3381 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoLoaded> ; | 3382 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#cargoLoaded> ; |
| ... | @@ -3396,8 +3397,9 @@ dpr-tables:ProductionOperationCargoShip | ... | @@ -3396,8 +3397,9 @@ dpr-tables:ProductionOperationCargoShip |
| 3396 | ] | 3397 | ] |
| 3397 | ]) | 3398 | ]) |
| 3398 | ]) | 3399 | ]) |
| 3400 | + ]) | ||
| 3399 | ] ; | 3401 | ] ; |
| 3400 | - rhspin:tableHeaders ("Facility"^^xsd:string "Activity Type"^^xsd:string "Started or Nominally At"^^xsd:string "Finished At"^^xsd:string "Desciption"^^xsd:string "Ship"^^xsd:string "Captain"^^xsd:string "Cargo Description"^^xsd:string) . | 3402 | + rhspin:tableHeaders ("Facility"^^xsd:string "Activity Type"^^xsd:string "Started or Nominally At"^^xsd:string "Finished At"^^xsd:string "Description"^^xsd:string "Ship"^^xsd:string "Captain"^^xsd:string "Cargo Description"^^xsd:string) . |
| 3401 | 3403 | ||
| 3402 | dpr-tables:ProductionOperationMarine | 3404 | dpr-tables:ProductionOperationMarine |
| 3403 | rdf:type rhspin:TableTemplate ; | 3405 | rdf:type rhspin:TableTemplate ; | ... | ... |
-
Please register or login to post a comment