David Price

Set up Jotun test for aliases and input param from U/I

# Saved by TopBraid on Wed Oct 12 16:04:14 BST 2011
# baseURI: http://www.reportinghub.no/test/dpr/DATA_Owner-Eldfisk
@prefix : <http://www.reportinghub.no/test/dpr/DATA_Owner-Eldfisk#> .
@prefix inparm: <http://www.reportinghub.no/user-input-parameter#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/dpr/DATA_Owner-Eldfisk>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Eldfisk
rdf:type rdfs:Resource ;
inparm:ownerName "018"^^xsd:string .
inparm:ownerName
rdf:type owl:DatatypeProperty .
# Saved by TopBraid on Wed Oct 12 16:00:26 BST 2011
# Saved by TopBraid on Fri Oct 14 13:27:14 BST 2011
# baseURI: http://www.reportinghub.no/test/dpr/DATA_Owner-Jotun
@prefix : <http://www.reportinghub.no/test/dpr/DATA_Owner-Jotun#> .
......@@ -14,7 +14,8 @@
:Jotun
rdf:type rdfs:Resource ;
inparm:ownerName "JOTUN UNIT"^^xsd:string .
inparm:owner "http://www.reportinghub.no/np/data/npd/BAA-40655"^^xsd:anyURI .
inparm:ownerName
rdf:type owl:DatatypeProperty .
inparm:owner
rdf:type owl:DatatypeProperty ;
rdfs:range xsd:anyURI .
......
# Saved by TopBraid on Wed Oct 12 16:02:30 BST 2011
# baseURI: http://www.reportinghub.no/test/dpr/DATA_Owner-Ringhorne
@prefix : <http://www.reportinghub.no/test/dpr/DATA_Owner-Ringhorne#> .
@prefix inparm: <http://www.reportinghub.no/user-input-parameter#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/dpr/DATA_Owner-Ringhorne>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Ringhorne
rdf:type rdfs:Resource ;
inparm:ownerName "RINGHORNE ØST UNIT"^^xsd:string .
inparm:ownerName
rdf:type owl:DatatypeProperty .
# Saved by TopBraid on Wed Oct 12 16:00:07 BST 2011
# baseURI: http://www.reportinghub.no/test/dpr/DATA_Owner-TOR
@prefix : <http://www.reportinghub.no/test/dpr/DATA_Owner-TOR#> .
@prefix inparm: <http://www.reportinghub.no/user-input-parameter#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/dpr/DATA_Owner-TOR>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:TOR rdf:type rdfs:Resource ;
inparm:ownerName "TOR UNIT"^^xsd:string .
inparm:ownerName
rdf:type owl:DatatypeProperty .
# Saved by TopBraid on Fri Oct 14 13:35:40 BST 2011
# baseURI: http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest-Jotun
# imports: http://www.reportinghub.no/test/dpr/DATA_Owner-Jotun
# imports: http://www.reportinghub.no/np/data/npd
# imports: http://www.reportinghub.no/np/data/npd-alias-identifiers
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
@prefix DATA_Owner-Jotun: <http://www.reportinghub.no/test/dpr/DATA_Owner-Jotun#> .
@prefix TEST_dpr-xml-ingest-Jotun: <http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest-Jotun#> .
@prefix npd-alias-identifiers: <http://www.reportinghub.no/np/data/npd-alias-identifiers#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest-Jotun>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/np/data/npd-alias-identifiers> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0> , <http://www.reportinghub.no/test/dpr/DATA_Owner-Jotun> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# Saved by TopBraid on Fri Oct 14 13:35:40 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] ;
inference:completeMode
"true"^^xsd:boolean .