Showing
2 changed files
with
4 additions
and
1 deletions
This diff is collapsed. Click to expand it.
... | @@ -29,7 +29,8 @@ | ... | @@ -29,7 +29,8 @@ |
29 | ] ; | 29 | ] ; |
30 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 30 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
31 | sp:subject spin:_arg1 | 31 | sp:subject spin:_arg1 |
32 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | 32 | + ] [ rdf:type sp:NamedGraph ; |
33 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | ||
33 | sp:predicate rdf:type ; | 34 | sp:predicate rdf:type ; |
34 | sp:subject | 35 | sp:subject |
35 | [ sp:varName "productionFlowWhole"^^xsd:string | 36 | [ sp:varName "productionFlowWhole"^^xsd:string |
... | @@ -52,6 +53,8 @@ | ... | @@ -52,6 +53,8 @@ |
52 | sp:subject | 53 | sp:subject |
53 | [ sp:varName "productionFlowFacility"^^xsd:string | 54 | [ sp:varName "productionFlowFacility"^^xsd:string |
54 | ] | 55 | ] |
56 | + ]) ; | ||
57 | + sp:graphNameNode <http://www.reportinghub.no/data/erh> | ||
55 | ]) | 58 | ]) |
56 | ] ; | 59 | ] ; |
57 | spin:constraint | 60 | spin:constraint | ... | ... |
-
Please register or login to post a comment