Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2013-02-13 11:09:42 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c74d9cdca38f7fafcc9089b452e423b0dad9130c
c74d9cdc
1 parent
24dac5dc
DDR test case update and start of NPD facts
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
84 additions
and
34 deletions
www.reportinghub.no/np/schema/1.0/SCHEMA_NPD-FactPages-v1.0.ttl
www.reportinghub.no/test/ddr/TEST_ddr-report-header.ttl
www.reportinghub.no/test/ddr/TEST_ddr-report-header.ttl.tbc
www.reportinghub.no/test/ddr/testcase/EPIM/DDR1.2/PL018/OneWellPerDay/test-result/html/DDRTEST-xml_2011-01-10_.html
www.reportinghub.no/test/ddr/testcase/EPIM/DDR1.2/PL018/OneWellPerDay/test-result/triples/DDRTEST-xml_2011-01-10_.ttl
www.reportinghub.no/np/schema/1.0/SCHEMA_NPD-FactPages-v1.0.ttl
0 → 100644
View file @
c74d9cd
# baseURI: http://www.reportinghub.no/np/schema/1.0/NPD-FactPages
@prefix
npd-facts:
<http://www.reportinghub.no/np/schema/NPD-FactPages#>
.
@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
tables:
<http://topbraid.org/tables#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/np/schema/1.0/NPD-FactPages>
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
npd-facts:
BusinessAreaArrangement
rdf:
type
owl:
Class
;
rdfs:
subClassOf
npd-facts:
LicenseOrBusinessAreaArrangement
.
npd-facts:
Company
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
.
npd-facts:
Field
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
.
npd-facts:
Licence
rdf:
type
owl:
Class
;
rdfs:
subClassOf
npd-facts:
LicenseOrBusinessAreaArrangement
.
npd-facts:
LicenseOrBusinessAreaArrangement
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
.
npd-facts:
Wellbore
rdf:
type
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
.
npd-facts:
cmpNpdidCompany
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Operator"
^^
xsd:
string
;
rdfs:
range
npd-facts:
Company
.
npd-facts:
fldCurrentActivitySatus
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Status"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
npd-facts:
fldFactMapUrl
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Fact Map URL"
^^
xsd:
string
;
rdfs:
range
xsd:
anyURI
.
npd-facts:
fldFactPageUrl
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Fact Page URL"
^^
xsd:
string
;
rdfs:
range
xsd:
anyURI
.
npd-facts:
fldName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"NPD Name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
npd-facts:
fldNpdidField
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"NPD ID"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
npd-facts:
fldNpdidOwner
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Owner"
^^
xsd:
string
;
rdfs:
range
npd-facts:
LicenseOrBusinessAreaArrangement
.
npd-facts:
wlbNpdidWellbore
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
npd-facts:
Field
;
rdfs:
label
"Wellbore"
^^
xsd:
string
;
rdfs:
range
npd-facts:
Wellbore
.
www.reportinghub.no/test/ddr/TEST_ddr-report-header.ttl
deleted
100644 → 0
View file @
24dac5d
# Saved by TopBraid on Tue Sep 20 18:13:07 BST 2011
# baseURI: http://www.reportinghub.no/test/ddr/TEST_ddr-report-header
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
@prefix
:
<http://www.reportinghub.no/test/ddr/TEST_ddr-report-header#>
.
@prefix
collector:
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector#>
.
@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/ddr/TEST_ddr-report-header>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
www.reportinghub.no/test/ddr/TEST_ddr-report-header.ttl.tbc
deleted
100644 → 0
View file @
24dac5d
# Saved by TopBraid on Tue Sep 20 18:13:07 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
]
.
www.reportinghub.no/test/ddr/testcase/EPIM/DDR1.2/PL018/OneWellPerDay/test-result/html/DDRTEST-xml_2011-01-10_.html
0 → 100644
View file @
c74d9cd
This diff is collapsed. Click to expand it.
www.reportinghub.no/test/ddr/testcase/EPIM/DDR1.2/PL018/OneWellPerDay/test-result/triples/DDRTEST-xml_2011-01-10_.ttl
0 → 100644
View file @
c74d9cd
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment