Showing
2 changed files
with
25 additions
and
1 deletions
... | @@ -3385,6 +3385,16 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3385,6 +3385,16 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3385 | sp:subject | 3385 | sp:subject |
3386 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | 3386 | [ sp:varName "wholeLifeProductInventory"^^xsd:string |
3387 | ] | 3387 | ] |
3388 | + ] [ sp:object "20401e" ; | ||
3389 | + sp:predicate rdfs:comment ; | ||
3390 | + sp:subject | ||
3391 | + [ sp:varName "wholeLifeProductInventory"^^xsd:string | ||
3392 | + ] | ||
3393 | + ] [ sp:object "20401e" ; | ||
3394 | + sp:predicate rdfs:comment ; | ||
3395 | + sp:subject | ||
3396 | + [ sp:varName "wholeLifeProductionInventory"^^xsd:string | ||
3397 | + ] | ||
3388 | ] [ sp:object | 3398 | ] [ sp:object |
3389 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | 3399 | [ sp:varName "wholeLifeProductInventory"^^xsd:string |
3390 | ] ; | 3400 | ] ; |
... | @@ -3402,7 +3412,7 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3402,7 +3412,7 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3402 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 3412 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
3403 | sp:subject _:b14 | 3413 | sp:subject _:b14 |
3404 | ] [ sp:object "20401e" ; | 3414 | ] [ sp:object "20401e" ; |
3405 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#fromRule> ; | 3415 | + sp:predicate rdfs:comment ; |
3406 | sp:subject _:b14 | 3416 | sp:subject _:b14 |
3407 | ] [ sp:object | 3417 | ] [ sp:object |
3408 | [ sp:varName "intervalStart"^^xsd:string | 3418 | [ sp:varName "intervalStart"^^xsd:string | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/examples/facts-all-import | ||
2 | +# imports: http://www.reportinghub.no/data/erh | ||
3 | +# imports: http://www.reportinghub.no/np/data/npd | ||
4 | + | ||
5 | +@prefix facts-all-import: <http://www.reportinghub.no/examples/facts-all-import#> . | ||
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 xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
10 | + | ||
11 | +<http://www.reportinghub.no/examples/facts-all-import> | ||
12 | + rdf:type owl:Ontology ; | ||
13 | + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/np/data/npd> ; | ||
14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
-
Please register or login to post a comment