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 Leal
2012-10-22 14:35:48 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47c52db0d2b19175436f3a9d76715fe77c92fc3c
47c52db0
1 parent
b8a5cc6a
Added the weather transform
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
91 additions
and
51 deletions
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector-v1.0.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1.ttl.tbc
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
View file @
47c52db
...
...
@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/production-equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/production-activity>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.epim.no/schemas/mprml/1>
,
<http://spinrdf.org/spin
>
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.epim.no/schemas/mprml/1>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/schema/1.0/production-activity>
,
<http://www.reportinghub.no/ep/schema/1.0/production-equipment>
,
<http://www.reportinghub.no/ep/spin/1.1/lib
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
ep-mpr-spin-lib:
Function
...
...
@@ -80,6 +80,28 @@ ep-mpr-spin-lib:buildPersonRoleTypeURI
])
]
.
ep-mpr-spin-lib:
buildPrecipitationTypeURI
rdf:
type
spin:
Function
;
rdfs:
label
"build PrecipitationType URI"
^^
xsd:
string
;
rdfs:
subClassOf
ep-mpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
([
sp:
varName
"uri"
^^
xsd:
string
])
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
ep-spin-lib:
buildURI
;
sp:
arg1
"https://www.reportinghub.no/ep/data/precipitationType/"
;
sp:
arg2
[
rdf:
type
ep-spin-lib:
normalizeString
;
sp:
arg1
spin:
_arg1
]
]
;
sp:
variable
[
sp:
varName
"uri"
^^
xsd:
string
]
])
]
.
ep-mpr-spin-lib:
buildProductionOperationMethodTypeURI
rdf:
type
spin:
Function
;
rdfs:
label
"build ProductionOperationMethodType URI"
^^
xsd:
string
;
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector-v1.0.ttl
View file @
47c52db
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0
# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
@prefix
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#>
.
@prefix
TRANSFORM_mpr-comment-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#>
.
@prefix
TRANSFORM_mpr-facility-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#>
.
@prefix
TRANSFORM_mpr-facilityIdentifierStructure-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#>
.
@prefix
TRANSFORM_mpr-fluidSample-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#>
.
@prefix
TRANSFORM_mpr-geographicContext-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#>
.
@prefix
TRANSFORM_mpr-installationReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-operationalHSEReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-organization-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productVolume-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#>
.
@prefix
TRANSFORM_mpr-productVolumeReport-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#>
.
@prefix
TRANSFORM_mpr-productionActivity-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productionOperationReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productionReport-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#>
.
@prefix
TRANSFORM_mpr-volumeValue-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1#>
.
@prefix
injectionTestResults:
<http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
productionTestResults:
<http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#>
.
@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
wellTest:
<http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/transform-helper-schema>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults
# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0
# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1
# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema
@prefix
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#>
.
@prefix
TRANSFORM_mpr-comment-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#>
.
@prefix
TRANSFORM_mpr-facility-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#>
.
@prefix
TRANSFORM_mpr-facilityIdentifierStructure-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#>
.
@prefix
TRANSFORM_mpr-fluidSample-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#>
.
@prefix
TRANSFORM_mpr-geographicContext-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#>
.
@prefix
TRANSFORM_mpr-installationReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-operationalHSEReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-organization-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productVolume-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#>
.
@prefix
TRANSFORM_mpr-productVolumeReport-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#>
.
@prefix
TRANSFORM_mpr-productionActivity-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productionOperationReport-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#>
.
@prefix
TRANSFORM_mpr-productionReport-v1:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#>
.
@prefix
TRANSFORM_mpr-volumeValue-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1#>
.
@prefix
TRANSFORM_mpr-weather-v1
.1
:
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1#>
.
@prefix
injectionTestResults:
<http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
productionTestResults:
<http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#>
.
@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
wellTest:
<http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/transform-helper-schema>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0>
,
<http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1>
,
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1.ttl
View file @
47c52db
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1.ttl
0 → 100644
View file @
47c52db
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1.ttl.tbc
0 → 100644
View file @
47c52db
# 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>
;
composite:
index
"0"
^^
xsd:
int
]
.
Please
register
or
login
to post a comment