Added GRAPH for erh/npd in one or two places, created another test exec file.
Showing
3 changed files
with
53 additions
and
3 deletions
... | @@ -810,13 +810,16 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -810,13 +810,16 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
810 | sp:subject | 810 | sp:subject |
811 | [ sp:varName "field"^^xsd:string | 811 | [ sp:varName "field"^^xsd:string |
812 | ] | 812 | ] |
813 | - ] [ sp:object | 813 | + ] [ rdf:type sp:NamedGraph ; |
814 | + sp:elements ([ sp:object | ||
814 | [ sp:varName "fieldName"^^xsd:string | 815 | [ sp:varName "fieldName"^^xsd:string |
815 | ] ; | 816 | ] ; |
816 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 817 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
817 | sp:subject | 818 | sp:subject |
818 | [ sp:varName "field"^^xsd:string | 819 | [ sp:varName "field"^^xsd:string |
819 | ] | 820 | ] |
821 | + ]) ; | ||
822 | + sp:graphNameNode <http://www.reportinghub.no/data/npd> | ||
820 | ] [ sp:object | 823 | ] [ sp:object |
821 | [ sp:varName "facilityRef"^^xsd:string | 824 | [ sp:varName "facilityRef"^^xsd:string |
822 | ] ; | 825 | ] ; |
... | @@ -1542,11 +1545,14 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -1542,11 +1545,14 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
1542 | sp:subject | 1545 | sp:subject |
1543 | [ sp:varName "temporalPartOfAProductionInventory"^^xsd:string | 1546 | [ sp:varName "temporalPartOfAProductionInventory"^^xsd:string |
1544 | ] | 1547 | ] |
1545 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionInventory> ; | 1548 | + ] [ rdf:type sp:NamedGraph ; |
1549 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionInventory> ; | ||
1546 | sp:predicate rdf:type ; | 1550 | sp:predicate rdf:type ; |
1547 | sp:subject | 1551 | sp:subject |
1548 | [ sp:varName "wholeLifeProductionInventory"^^xsd:string | 1552 | [ sp:varName "wholeLifeProductionInventory"^^xsd:string |
1549 | ] | 1553 | ] |
1554 | + ]) ; | ||
1555 | + sp:graphNameNode <http://www.reportinghub.no/data/erh> | ||
1550 | ] [ sp:object | 1556 | ] [ sp:object |
1551 | [ sp:varName "productionFlowPurposeType"^^xsd:string | 1557 | [ sp:varName "productionFlowPurposeType"^^xsd:string |
1552 | ] ; | 1558 | ] ; |
... | @@ -1624,13 +1630,16 @@ Nothing is done with the namingSystem!"""^^xsd:string ; | ... | @@ -1624,13 +1630,16 @@ Nothing is done with the namingSystem!"""^^xsd:string ; |
1624 | sp:subject | 1630 | sp:subject |
1625 | [ sp:varName "field"^^xsd:string | 1631 | [ sp:varName "field"^^xsd:string |
1626 | ] | 1632 | ] |
1627 | - ] [ sp:object | 1633 | + ] [ rdf:type sp:NamedGraph ; |
1634 | + sp:elements ([ sp:object | ||
1628 | [ sp:varName "fieldName"^^xsd:string | 1635 | [ sp:varName "fieldName"^^xsd:string |
1629 | ] ; | 1636 | ] ; |
1630 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 1637 | sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
1631 | sp:subject | 1638 | sp:subject |
1632 | [ sp:varName "field"^^xsd:string | 1639 | [ sp:varName "field"^^xsd:string |
1633 | ] | 1640 | ] |
1641 | + ]) ; | ||
1642 | + sp:graphNameNode <http://www.reportinghub.no/data/npd> | ||
1634 | ] [ sp:object | 1643 | ] [ sp:object |
1635 | [ sp:varName "facilityRef"^^xsd:string | 1644 | [ sp:varName "facilityRef"^^xsd:string |
1636 | ] ; | 1645 | ] ; | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoERHFacts | ||
2 | +# imports: http://spinrdf.org/spin | ||
3 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts | ||
5 | +# imports: http://www.reportinghub.no/ep/spin/prod-property | ||
6 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | ||
7 | +# imports: http://www.reportinghub.no/np/data/npd | ||
8 | + | ||
9 | +@prefix : <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoERHFacts#> . | ||
10 | +@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | ||
11 | +@prefix TRYM-volumes_2011-08-27_final: <file:///EPIM-Ontologies/www.reportinghub.no/test/mpr/testcase/DongEnergy/dpr-mprformat/TRYM-volumes_2011-08-27_final.xml#> . | ||
12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
15 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
16 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
17 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
19 | + | ||
20 | +<http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest-NoERHFacts> | ||
21 | + rdf:type owl:Ontology ; | ||
22 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/ep/spin/prod-property> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ; | ||
23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
16 | + "singlePass" ; | ||
17 | + composite:index "0"^^xsd:int | ||
18 | + ] . |
-
Please register or login to post a comment