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
2012-12-13 14:01:00 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5474c519ebdbc42268947d917d157bb2475d32b2
5474c519
1 parent
fb01c7fc
Added missing rdfs:labels
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
11 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FLOW-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-GEOGRAPHY-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ORGANIZATION-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
View file @
5474c51
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-FLOW-v1.0.ttl
View file @
5474c51
...
...
@@ -440,7 +440,7 @@ ep-flow:ProductFlow
ep-flow:
ProductFlowGrossOrNetType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
product flow gross or net type"
^^
xsd:
string
;
rdfs:
label
"product flow gross or net type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductFlowToDate
...
...
@@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance
ep-flow:
ProductInventoryType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
product inventory type"
^^
xsd:
string
;
rdfs:
label
"product inventory type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductMaterialType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
product material type"
^^
xsd:
string
;
rdfs:
label
"product material type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
Production
...
...
@@ -500,12 +500,12 @@ ep-flow:ProductionFlow
ep-flow:
ProductionFlowDefinitionSubType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
production flow definition subtype"
^^
xsd:
string
;
rdfs:
label
"production flow definition subtype"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductionFlowDefinitionType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
production flow definition type"
^^
xsd:
string
;
rdfs:
label
"production flow definition type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductionFlowNetwork
...
...
@@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate
ep-flow:
ProductionFlowPurposeType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
production flow purpose type"
^^
xsd:
string
;
rdfs:
label
"production flow purpose type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductionFlowToDate
...
...
@@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate
ep-flow:
ProductionInventoryDefinitionType
rdf:
type
rdfs:
Class
;
rdfs:
label
"
production inventory definition type"
^^
xsd:
string
;
rdfs:
label
"production inventory definition type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
.
ep-flow:
ProductionInventoryToDate
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-GEOGRAPHY-v1.0.ttl
View file @
5474c51
...
...
@@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart
ep-geo:
AreaCoveredByBusinessArrangement
rdf:
type
owl:
Class
;
rdfs:
label
"A part of the earth recognised in a Business Arrangement"
^^
xsd:
string
;
rdfs:
comment
"A part of the earth recognised in a Business Arrangement"
^^
xsd:
string
;
rdfs:
label
"area covered by business arrangement"
^^
xsd:
string
;
rdfs:
subClassOf
ep-geo:
PartOfTheSurfaceOfTheEarth
;
owl:
disjointWith
ep-geo:
Country
,
ep-geo:
County
,
ep-geo:
LicenceBlock
,
ep-geo:
PartOfSurfaceOfTheEarthSpecifiedAsPolygon
,
ep-geo:
State
.
...
...
@@ -104,11 +105,13 @@ ep-geo:Terminal
ep-geo:
areaOnSurfaceOfEarth
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-geo:
PartOfTheSurfaceOfTheEarth
;
rdfs:
label
"area on surface of Earth"
^^
xsd:
string
;
rdfs:
range
ep-core:
Area
.
ep-geo:
businessArrangementGoverningArea
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ep-geo:
AreaCoveredByBusinessArrangement
;
rdfs:
label
"business arrangement governing area"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea>
.
ep-geo:
hasAreaName
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-ORGANIZATION-v1.0.ttl
View file @
5474c51
...
...
@@ -113,6 +113,7 @@ ep-org:PersonOrOrganization
ep-org:
PersonOrOrganization-WholeLife
rdf:
type
owl:
Class
;
rdfs:
label
"person or organization whole life"
^^
xsd:
string
;
rdfs:
subClassOf
ep-org:
PersonOrOrganization
.
ep-org:
PersonRole
...
...
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-REPORT-v1.0.ttl
View file @
5474c51
...
...
@@ -14,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.0/report>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/
production-activity>
,
<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/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/production-activity>
,
<http://www.reportinghub.no/ep/schema/1.0/well>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ep-report:
DailyDrillingReport
...
...
@@ -254,10 +254,12 @@ ep-report:WellTestReport
ep-report:
aliasName
rdf:
type
owl:
DatatypeProperty
;
rdfs:
label
"alias name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ep-report:
aliasOwner
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"alias owner"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
ep-report:
approvedReport
...
...
@@ -279,6 +281,7 @@ ep-report:dailyDrillingReportNumber
ep-report:
dateCoveredByReport
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ep-report:
DailyProductionReport
;
rdfs:
label
"date covered by report"
^^
xsd:
string
;
rdfs:
range
xsd:
date
.
ep-report:
datumObjectForDailyDrillingReport
...
...
@@ -289,11 +292,13 @@ ep-report:datumObjectForDailyDrillingReport
ep-report:
descriptionOfSource
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ep-report:
Report
.
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"description of source"
^^
xsd:
string
.
ep-report:
disclaimer
rdf:
type
rdf:
Property
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"disclaimer"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ep-report:
existsDuringPeriodReportedOnBy
...
...
@@ -315,6 +320,7 @@ ep-report:hasContent
ep-report:
isAliasFor
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"is alias for"
^^
xsd:
string
;
rdfs:
range
<http://www.reportinghub.no/np/schema/npd#Individual>
.
ep-report:
issuedAt
...
...
@@ -367,6 +373,6 @@ ep-report:validFrom
rdfs:
label
"valid from"
^^
xsd:
string
.
ep-report:
validTo
rdf:
type
owl:
FunctionalProperty
,
owl:
DatatypeProperty
;
rdf:
type
owl:
DatatypeProperty
,
owl:
FunctionalProperty
;
rdfs:
domain
ep-report:
Report
;
rdfs:
label
"valid to"
^^
xsd:
string
.
...
...
Please
register
or
login
to post a comment