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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 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
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment