Showing
1 changed file
with
7 additions
and
1 deletions
| ... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
| 2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
| 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 5 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
| 5 | 6 | ||
| 6 | @prefix mpr-tables: <http://www.reportinghub.no/ep/spin/mpr-tables#> . | 7 | @prefix mpr-tables: <http://www.reportinghub.no/ep/spin/mpr-tables#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -15,7 +16,7 @@ | ... | @@ -15,7 +16,7 @@ |
| 15 | 16 | ||
| 16 | <http://www.reportinghub.no/ep/spin/mpr-tables> | 17 | <http://www.reportinghub.no/ep/spin/mpr-tables> |
| 17 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
| 18 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | 19 | + 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> ; |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 21 | ||
| 21 | mpr-tables:ProductionFlows | 22 | mpr-tables:ProductionFlows |
| ... | @@ -716,6 +717,11 @@ mpr-tables:ProductionInventoryAll | ... | @@ -716,6 +717,11 @@ mpr-tables:ProductionInventoryAll |
| 716 | sp:subject | 717 | sp:subject |
| 717 | [ sp:varName "productionInventorysInPeriod"^^xsd:string | 718 | [ sp:varName "productionInventorysInPeriod"^^xsd:string |
| 718 | ] | 719 | ] |
| 720 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionInventory> ; | ||
| 721 | + sp:predicate rdf:type ; | ||
| 722 | + sp:subject | ||
| 723 | + [ sp:varName "productionInventoryInPeriod"^^xsd:string | ||
| 724 | + ] | ||
| 719 | ] [ sp:object | 725 | ] [ sp:object |
| 720 | [ sp:varName "component"^^xsd:string | 726 | [ sp:varName "component"^^xsd:string |
| 721 | ] ; | 727 | ] ; | ... | ... |
-
Please register or login to post a comment