Showing
1 changed file
with
99 additions
and
2 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/spin/mpr-tables> | 20 | <http://www.reportinghub.no/ep/spin/mpr-tables> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | mpr-tables:Cargo | 25 | mpr-tables:Cargo |
| ... | @@ -38,9 +38,13 @@ mpr-tables:Cargo | ... | @@ -38,9 +38,13 @@ mpr-tables:Cargo |
| 38 | ] [ sp:varName "movementType"^^xsd:string | 38 | ] [ sp:varName "movementType"^^xsd:string |
| 39 | ] [ sp:varName "cargoNumber"^^xsd:string | 39 | ] [ sp:varName "cargoNumber"^^xsd:string |
| 40 | ] [ sp:varName "cargoBatchNumber"^^xsd:string | 40 | ] [ sp:varName "cargoBatchNumber"^^xsd:string |
| 41 | + ] [ sp:varName "billOfLadingDate"^^xsd:string | ||
| 41 | ] [ sp:varName "volumeValue"^^xsd:string | 42 | ] [ sp:varName "volumeValue"^^xsd:string |
| 43 | + ] [ sp:varName "massValue"^^xsd:string | ||
| 44 | + ] [ sp:varName "densityValue"^^xsd:string | ||
| 42 | ] [ sp:varName "shipperName"^^xsd:string | 45 | ] [ sp:varName "shipperName"^^xsd:string |
| 43 | ] [ sp:varName "destinationName"^^xsd:string | 46 | ] [ sp:varName "destinationName"^^xsd:string |
| 47 | + ] [ sp:varName "countryName"^^xsd:string | ||
| 44 | ]) ; | 48 | ]) ; |
| 45 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 49 | sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
| 46 | sp:predicate rdf:type ; | 50 | sp:predicate rdf:type ; |
| ... | @@ -220,6 +224,83 @@ mpr-tables:Cargo | ... | @@ -220,6 +224,83 @@ mpr-tables:Cargo |
| 220 | ] | 224 | ] |
| 221 | ] [ rdf:type sp:Optional ; | 225 | ] [ rdf:type sp:Optional ; |
| 222 | sp:elements ([ sp:object | 226 | sp:elements ([ sp:object |
| 227 | + [ sp:varName "massQuantity"^^xsd:string | ||
| 228 | + ] ; | ||
| 229 | + sp:predicate rdf:type ; | ||
| 230 | + sp:subject | ||
| 231 | + [ sp:varName "movedProduct"^^xsd:string | ||
| 232 | + ] | ||
| 233 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
| 234 | + sp:predicate rdf:type ; | ||
| 235 | + sp:subject | ||
| 236 | + [ sp:varName "massQuantity"^^xsd:string | ||
| 237 | + ] | ||
| 238 | + ] [ sp:object | ||
| 239 | + [ sp:varName "massValue"^^xsd:string | ||
| 240 | + ] ; | ||
| 241 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram> ; | ||
| 242 | + sp:subject | ||
| 243 | + [ sp:varName "massQuantity"^^xsd:string | ||
| 244 | + ] | ||
| 245 | + ]) | ||
| 246 | + ] [ rdf:type sp:Optional ; | ||
| 247 | + sp:elements ([ sp:object | ||
| 248 | + [ sp:varName "movedProduct"^^xsd:string | ||
| 249 | + ] ; | ||
| 250 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 251 | + sp:subject | ||
| 252 | + [ sp:varName "densityOfMovedProduct"^^xsd:string | ||
| 253 | + ] | ||
| 254 | + ] [ sp:object | ||
| 255 | + [ sp:varName "densityQuantity"^^xsd:string | ||
| 256 | + ] ; | ||
| 257 | + sp:predicate rdf:type ; | ||
| 258 | + sp:subject | ||
| 259 | + [ sp:varName "densityOfMovedProduct"^^xsd:string | ||
| 260 | + ] | ||
| 261 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
| 262 | + sp:predicate rdf:type ; | ||
| 263 | + sp:subject | ||
| 264 | + [ sp:varName "densityQuantity"^^xsd:string | ||
| 265 | + ] | ||
| 266 | + ] [ sp:object | ||
| 267 | + [ sp:varName "densityValue"^^xsd:string | ||
| 268 | + ] ; | ||
| 269 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#kilogram_m-3> ; | ||
| 270 | + sp:subject | ||
| 271 | + [ sp:varName "densityQuantity"^^xsd:string | ||
| 272 | + ] | ||
| 273 | + ]) | ||
| 274 | + ] [ rdf:type sp:Optional ; | ||
| 275 | + sp:elements ([ sp:object | ||
| 276 | + [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
| 277 | + ] ; | ||
| 278 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 279 | + sp:subject | ||
| 280 | + [ sp:varName "movementOfProduct"^^xsd:string | ||
| 281 | + ] | ||
| 282 | + ] [ sp:object | ||
| 283 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 284 | + ] ; | ||
| 285 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 286 | + sp:subject | ||
| 287 | + [ sp:varName "ladingPartOfMovementOfProduct"^^xsd:string | ||
| 288 | + ] | ||
| 289 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | ||
| 290 | + sp:predicate rdf:type ; | ||
| 291 | + sp:subject | ||
| 292 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 293 | + ] | ||
| 294 | + ] [ sp:object | ||
| 295 | + [ sp:varName "billOfLadingDate"^^xsd:string | ||
| 296 | + ] ; | ||
| 297 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 298 | + sp:subject | ||
| 299 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 300 | + ] | ||
| 301 | + ]) | ||
| 302 | + ] [ rdf:type sp:Optional ; | ||
| 303 | + sp:elements ([ sp:object | ||
| 223 | [ sp:varName "movementOfProductType"^^xsd:string | 304 | [ sp:varName "movementOfProductType"^^xsd:string |
| 224 | ] ; | 305 | ] ; |
| 225 | sp:predicate rdf:type ; | 306 | sp:predicate rdf:type ; |
| ... | @@ -258,6 +339,22 @@ mpr-tables:Cargo | ... | @@ -258,6 +339,22 @@ mpr-tables:Cargo |
| 258 | ]) | 339 | ]) |
| 259 | ] [ rdf:type sp:Optional ; | 340 | ] [ rdf:type sp:Optional ; |
| 260 | sp:elements ([ sp:object | 341 | sp:elements ([ sp:object |
| 342 | + [ sp:varName "country"^^xsd:string | ||
| 343 | + ] ; | ||
| 344 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 345 | + sp:subject | ||
| 346 | + [ sp:varName "destination"^^xsd:string | ||
| 347 | + ] | ||
| 348 | + ] [ sp:object | ||
| 349 | + [ sp:varName "countryName"^^xsd:string | ||
| 350 | + ] ; | ||
| 351 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 352 | + sp:subject | ||
| 353 | + [ sp:varName "country"^^xsd:string | ||
| 354 | + ] | ||
| 355 | + ]) | ||
| 356 | + ] [ rdf:type sp:Optional ; | ||
| 357 | + sp:elements ([ sp:object | ||
| 261 | [ sp:varName "destinationName"^^xsd:string | 358 | [ sp:varName "destinationName"^^xsd:string |
| 262 | ] ; | 359 | ] ; |
| 263 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 360 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| ... | @@ -354,7 +451,7 @@ mpr-tables:Cargo | ... | @@ -354,7 +451,7 @@ mpr-tables:Cargo |
| 354 | ]) | 451 | ]) |
| 355 | ]) | 452 | ]) |
| 356 | ] ; | 453 | ] ; |
| 357 | - rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Volume"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string) . | 454 | + rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string) . |
| 358 | 455 | ||
| 359 | mpr-tables:GasSales | 456 | mpr-tables:GasSales |
| 360 | rdf:type rhspin:TableTemplate ; | 457 | rdf:type rhspin:TableTemplate ; | ... | ... |
-
Please register or login to post a comment