David Price

Merge branch 'trygraph'

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