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-08 19:34:04 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8cf60bac9be8d233cd150bde616229cd95f4026
c8cf60ba
1 parent
0b5b9c18
added cargo ship operation properties
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
43 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-MATERIAL-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_mpr-wellTest-v1.1.1.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-MATERIAL-v1.0.ttl
View file @
c8cf60b
...
...
@@ -29,6 +29,11 @@ ep-material:BasicSedimentAndWater
rdfs:
label
"bsw"
^^
xsd:
string
,
"basic sediment and water"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
Fluid
.
ep-material:
BatchOfCargo
rdf:
type
owl:
Class
;
rdfs:
label
"batch of cargo"
^^
xsd:
string
;
rdfs:
subClassOf
ep-material:
QuantityOfMaterial
.
ep-material:
Brine
rdf:
type
owl:
Class
;
rdfs:
label
"brine"
^^
xsd:
string
;
...
...
@@ -576,6 +581,18 @@ ep-material:partMaterialOfPair
rdfs:
range
ep-material:
Material
;
rdfs:
subPropertyOf
ep-material:
firstMaterialOfPair
.
ep-material:
ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial
rdf:
type
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
rdfs:
label
"ratio of mass of first material to volume of second material"
^^
xsd:
string
;
rdfs:
range
ep-core:
Density
.
ep-material:
reidVaporPressure
rdf:
type
ep-core:
Class_of_indirect_property
,
owl:
FunctionalProperty
,
owl:
ObjectProperty
;
rdfs:
domain
ep-core:
PhysicalThing
;
rdfs:
label
"Reid vapor pressure"
^^
xsd:
string
;
rdfs:
range
ep-core:
Pressure
.
ep-material:
secondMaterialOfPair
rdf:
type
owl:
ObjectProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-material:
MaterialPair
;
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
View file @
c8cf60b
...
...
@@ -13,7 +13,7 @@
<http://www.reportinghub.no/ep/schema/1.0/report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/
ep/schema/1.0/activity>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/np/schema/1.0/npd
>
;
owl:
imports
<http://www.reportinghub.no/
np/schema/1.0/npd>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/ep/schema/1.0/equipment>
,
<http://www.reportinghub.no/ep/schema/1.0/core>
,
<http://www.reportinghub.no/ep/schema/1.0/activity
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-report:
DailyDrillingReport
...
...
@@ -32,7 +32,7 @@ ep-report:DailyProductionReport
rdfs:
subClassOf
ep-report:
ProductionReport
.
ep-report:
FinalDailyDrillingReport
rdf:
type
ep-report:
DailyDrillingReportFinalisationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
DailyDrillingReportFinalisationType
;
rdfs:
label
"final daily drilling report"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
...
...
@@ -62,8 +62,13 @@ ep-report:NonProductivetimeReport
rdfs:
subClassOf
ep-report:
Report
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-report:
DailyDrillingReport
;
owl:
onProperty
ep-report:
reportOn
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
createdAt
owl:
onProperty
ep-report:
reportOn
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -73,21 +78,16 @@ ep-report:NonProductivetimeReport
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
reportOn
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-report:
DailyDrillingReport
;
owl:
onProperty
ep-report:
reportOn
owl:
onProperty
ep-report:
createdAt
]
.
ep-report:
NormalDailyDrillingReport
rdf:
type
ep-report:
DailyDrillingReportFinalisationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
DailyDrillingReportFinalisationType
;
rdfs:
label
"normal daily drilling report"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
ep-report:
PreliminaryDailyDrillingReport
rdf:
type
ep-report:
DailyDrillingReportFinalisationType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
DailyDrillingReportFinalisationType
;
rdfs:
label
"preliminary daily drilling report"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
DailyDrillingReport
.
...
...
@@ -132,8 +132,8 @@ ep-report:ReportAliasIdentifier
rdfs:
subClassOf
owl:
Thing
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minC
ardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
aliasName
owl:
c
ardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
isAliasFor
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -142,62 +142,62 @@ ep-report:ReportAliasIdentifier
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
c
ardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
isAliasFor
owl:
minC
ardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
aliasName
]
.
ep-report:
ReportForGasYearToDate
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for gas year to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForInstant
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for instant"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForMonthToDate
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for month to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneDay
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one day"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneGasDay
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one gas day"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneGasMonth
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one gas month"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneGasYear
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one gas year"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneMonth
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one month"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneWeek
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one week"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForOneYear
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for one year"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
ep-report:
ReportForYearToDate
rdf:
type
ep-report:
ReportPeriodType
,
owl:
Class
;
rdf:
type
owl:
Class
,
ep-report:
ReportPeriodType
;
rdfs:
label
"report for year to date"
^^
xsd:
string
;
rdfs:
subClassOf
ep-report:
Report
.
...
...
@@ -212,23 +212,23 @@ ep-report:WeeklyDrillingReport
rdfs:
subClassOf
ep-report:
Report
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
createdAt
owl:
allValuesFrom
ep-report:
DailyDrillingReport
;
owl:
onProperty
ep-report:
reportOn
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
xsd:
dateTime
;
owl:
onProperty
ep-report:
createdAt
owl:
cardinality
"7"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
reportOn
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
cardinality
"7"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
reportOn
owl:
allValuesFrom
xsd:
dateTime
;
owl:
onProperty
ep-report:
createdAt
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
allValuesFrom
ep-report:
DailyDrillingReport
;
owl:
onProperty
ep-report:
reportOn
owl:
cardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onProperty
ep-report:
createdAt
]
.
ep-report:
WellTestReport
...
...
@@ -245,12 +245,12 @@ ep-report:aliasOwner
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
ep-report:
createdAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"created at"
^^
xsd:
string
.
ep-report:
dailyDrillingReportNumber
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-report:
DailyDrillingReport
;
rdfs:
label
"daily drilling report number"
^^
xsd:
string
.
...
...
@@ -274,8 +274,20 @@ ep-report:disclaimer
rdfs:
domain
ep-report:
Report
;
rdfs:
range
xsd:
string
.
ep-report:
existsDuringPeriodReportedOnBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
label
"exists during period reported on by"
^^
xsd:
string
;
rdfs:
range
ep-report:
Report
.
ep-report:
existsUpToTheEndOfThePeriodReportedOnBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
label
"exists up to the end of the period reported on by"
^^
xsd:
string
;
rdfs:
range
ep-report:
Report
.
ep-report:
hasContent
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"has content"
^^
xsd:
string
.
...
...
@@ -284,12 +296,12 @@ ep-report:isAliasFor
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
ep-report:
issuedAt
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"issued at"
^^
xsd:
string
.
ep-report:
nameAsDatumObject
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
;
rdfs:
label
"name as datum object"
^^
xsd:
string
.
...
...
@@ -299,13 +311,13 @@ ep-report:reportOn
rdfs:
label
"report on"
^^
xsd:
string
.
ep-report:
reportSubmittedBy
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"report submitted by"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/core#PhysicalObject>
.
ep-report:
reportSubmittedFrom
rdf:
type
owl:
FunctionalProperty
,
owl:
Object
Property
;
rdf:
type
owl:
ObjectProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"report submitted from"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/ep/schema/facility#Facility>
.
...
...
@@ -317,11 +329,11 @@ ep-report:title
rdfs:
range
xsd:
string
.
ep-report:
validFrom
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"valid from"
^^
xsd:
string
.
ep-report:
validTo
rdf:
type
owl:
FunctionalProperty
,
owl:
Datatype
Property
;
rdf:
type
owl:
DatatypeProperty
,
owl:
Functional
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"valid to"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1.ttl
View file @
c8cf60b
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/transform/TRANSFORM_mpr-wellTest-v1.1.1.ttl
View file @
c8cf60b
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment