David Price

Merge branch 'trygraph'

...@@ -29,29 +29,32 @@ ...@@ -29,29 +29,32 @@
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:predicate rdf:type ; 33 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
34 - sp:subject 34 + sp:predicate rdf:type ;
35 - [ sp:varName "productionFlowWhole"^^xsd:string 35 + sp:subject
36 - ] 36 + [ sp:varName "productionFlowWhole"^^xsd:string
37 - ] [ sp:object 37 + ]
38 - [ sp:varName "productionFlowFacility"^^xsd:string 38 + ] [ sp:object
39 - ] ; 39 + [ sp:varName "productionFlowFacility"^^xsd:string
40 - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; 40 + ] ;
41 - sp:subject 41 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
42 - [ sp:varName "productionFlowWhole"^^xsd:string 42 + sp:subject
43 - ] 43 + [ sp:varName "productionFlowWhole"^^xsd:string
44 - ] [ rdf:type sp:TriplePath ; 44 + ]
45 - sp:object 45 + ] [ rdf:type sp:TriplePath ;
46 - [ sp:varName "name"^^xsd:string 46 + sp:object
47 - ] ; 47 + [ sp:varName "name"^^xsd:string
48 - sp:path [ rdf:type sp:AltPath ; 48 + ] ;
49 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; 49 + sp:path [ rdf:type sp:AltPath ;
50 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name> 50 + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
51 - ] ; 51 + sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
52 - sp:subject 52 + ] ;
53 - [ sp:varName "productionFlowFacility"^^xsd:string 53 + sp:subject
54 - ] 54 + [ sp:varName "productionFlowFacility"^^xsd:string
55 + ]
56 + ]) ;
57 + sp:graphNameNode <http://www.reportinghub.no/data/erh>
55 ]) 58 ])
56 ] ; 59 ] ;
57 spin:constraint 60 spin:constraint
......