Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ilap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2015-05-05 11:32:59 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
91d8dc55a3f94a6fbd4d4d93c3012e886a8235ad
91d8dc55
1 parent
bd28d569
Moved a class to SAB
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
33 deletions
SAB.ttl
SCCS.ttl
SAB.ttl
View file @
91d8dc5
...
...
@@ -21,6 +21,22 @@ SAB:NorsokZ014SABplanningActivityClass
rdfs:
subClassOf
SCCS:
NorsokZ014thing
;
rdfs:
subClassOf
owl:
Thing
;
.
SAB:
NorsokZ014SABplanningPhaseClass
rdf:
type
owl:
Class
;
rdfs:
comment
"An Activity Planning Phase that is defined by Norsok Z-014 SAB."
^^
xsd:
string
;
rdfs:
label
"Norsok Z014 SAB Planning Phase Class"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
AssetLifecyclePhase
;
rdfs:
subClassOf
owl:
Thing
;
.
SAB:
Project
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
ILAP:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
SAB:
NorsokZ014SABplanningPhaseClass
;
owl:
onProperty
ILAP:
hasLifecyclePhase
;
]
;
.
SAB:
SAB_1
rdf:
type
SAB:
NorsokZ014SABplanningActivityClass
;
rdf:
type
owl:
Class
;
...
...
@@ -1023,26 +1039,32 @@ SAB:SAB_7
skos:
notation
"7"
^^
xsd:
string
;
.
SAB:
SAB_D
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB development phase"
^^
xsd:
string
;
.
SAB:
SAB_E
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB exploration phase"
^^
xsd:
string
;
.
SAB:
SAB_O
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB operation phase"
^^
xsd:
string
;
.
SAB:
SAB_P
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB planning phase"
^^
xsd:
string
;
.
SAB:
SAB_R
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB removal phase"
^^
xsd:
string
;
.
SAB:
SAB_S
rdf:
type
SAB:
NorsokZ014SABplanningPhaseClass
;
rdf:
type
owl:
Class
;
rdfs:
label
"SAB shutdown and decommissioning phase"
^^
xsd:
string
;
.
...
...
SCCS.ttl
View file @
91d8dc5
...
...
@@ -13,39 +13,6 @@
<http://data.posccaesar.org/ilap/Activity>
rdf:
type
owl:
Class
;
.
<http://data.posccaesar.org/ilap/Project>
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
<http://data.posccaesar.org/ilap/shouldUseAnyUri>
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
owl:
onProperty
<http://data.posccaesar.org/ilap/hasLifecyclePhase>
;
]
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
rdf:
type
owl:
Class
;
rdfs:
comment
"An Activity Planning Phase that is defined by Norsok Z-014 SAB."
^^
xsd:
string
;
rdfs:
label
"Norsok Z014 SAB Planning Phase Class"
^^
xsd:
string
;
rdfs:
subClassOf
<http://data.posccaesar.org/ilap/AssetLifecyclePhase>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_D>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_E>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_O>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_P>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_R>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/SAB_S>
rdf:
type
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningPhaseClass>
;
.
SCCS_DO_NOT_USE_THIS_NAMESPACE:
rdf:
type
owl:
Ontology
;
rdfs:
comment
"""This ontology is a representation of NORSOK Z-014. The Introduction of the standard describes it as follows.
...
...
Please
register
or
login
to post a comment