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
2014-09-09 19:02:02 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40e5b25b4259cada7cbf3e044ca651e63370b82c
40e5b25b
1 parent
ad180349
Added ILAP Standard Data
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
8 deletions
NCS_PLANNING.ttl
StandardData.ttl
riskfactor.ttl
NCS_PLANNING.ttl
View file @
40e5b25
...
...
@@ -18,7 +18,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
NCS:
rdf:
type
owl:
Ontology
;
owl:
imports
<http://data.posccaesar.org/
epcis/>
,
ILAP:
,
<http://data.posccaesar.org/pob/>
,
<http://data.posccaesar.org/ccu/>
,
<http://data.posccaesar.org/npd/>
,
<http://data.posccaesar.org/diskos/>
,
<http://data.posccaesar.org/brreg/>
,
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS
>
.
owl:
imports
<http://data.posccaesar.org/
ilap/refdata/NORSOK/Z-014/SCCS>
,
<http://data.posccaesar.org/brreg/>
,
<http://data.posccaesar.org/diskos/>
,
<http://data.posccaesar.org/npd/>
,
<http://data.posccaesar.org/ccu/>
,
<http://data.posccaesar.org/pob/>
,
ILAP:
,
<http://data.posccaesar.org/epcis/
>
.
NCS:
Active
rdf:
type
ILAP:
Status
;
...
...
@@ -45,7 +45,7 @@ NCS:ClassificationStructureForNorsok
rdfs:
subClassOf
NCS:
ClassOfClassOfIndividual
.
NCS:
CorClass
rdf:
type
NCS:
ClassificationStructureForNorsok
,
owl:
Class
;
rdf:
type
owl:
Class
,
NCS:
ClassificationStructureForNorsok
;
rdfs:
label
"Cor class"
^^
xsd:
string
;
rdfs:
subClassOf
NCS:
ClassInNorsok
.
...
...
@@ -58,9 +58,9 @@ NCS:Exploration
rdfs:
label
"Exploration"
^^
xsd:
string
.
NCS:
IndividualInCorClass
rdf:
type
NCS:
CorClass
,
ILAP:
NORSOKZ014
,
owl:
Class
;
rdf:
type
owl:
Class
,
ILAP:
NORSOKZ014
,
NCS:
Cor
Class
;
rdfs:
label
"Individual in cor class"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Discipline
,
NCS:
IndividualInNorsokClass
.
rdfs:
subClassOf
NCS:
IndividualInNorsokClass
,
ILAP:
Discipline
.
NCS:
IndividualInNorsokClass
rdf:
type
owl:
Class
;
...
...
@@ -82,10 +82,14 @@ NCS:Operation
rdfs:
label
"Operation"
^^
xsd:
string
.
NCS:
PbsClass
rdf:
type
NCS:
ClassificationStructureForNorsok
,
owl:
Class
;
rdf:
type
owl:
Class
,
NCS:
ClassificationStructureForNorsok
;
rdfs:
label
"PbsClass"
^^
xsd:
string
;
rdfs:
subClassOf
NCS:
ClassInNorsok
.
NCS:
Planned
rdf:
type
ILAP:
Status
;
rdfs:
label
"Planned"
^^
xsd:
string
.
NCS:
PlannedActivity_1
rdf:
type
ILAP:
PlannedActivity
;
rdfs:
label
"Planned activity 1"
^^
xsd:
string
;
...
...
@@ -101,12 +105,20 @@ NCS:PossibleIndividual
rdfs:
label
"Possible individual"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
NCS:
Released
rdf:
type
ILAP:
Status
;
rdfs:
label
"Released"
^^
xsd:
string
.
NCS:
Removal
rdf:
type
ILAP:
PlanPhase
;
rdfs:
label
"Removal"
^^
xsd:
string
.
NCS:
Revised
rdf:
type
ILAP:
Status
;
rdfs:
label
"Revised"
^^
xsd:
string
.
NCS:
SabClass
rdf:
type
NCS:
ClassificationStructureForNorsok
,
owl:
Class
;
rdf:
type
owl:
Class
,
NCS:
ClassificationStructureForNorsok
;
rdfs:
label
"Sab class"
^^
xsd:
string
;
rdfs:
subClassOf
NCS:
ClassInNorsok
.
...
...
@@ -350,7 +362,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:
type
ILAP:
CalendarFreePeriodWeekRepeat
;
rdfs:
label
"Standard free weekend period"
^^
xsd:
string
;
ILAP:
hasCalendarPeriodFreeDay
ILAP:
S
unday
,
ILAP:
Satur
day
.
ILAP:
S
aturday
,
ILAP:
Sun
day
.
ILAP:
StandardWorkWeekdayPeriod
rdf:
type
ILAP:
CalendarWorkPeriodWeekRepeat
;
...
...
StandardData.ttl
0 → 100644
View file @
40e5b25
# baseURI: http://ILAP_1.5_(git)/StandardData
@prefix
:
<http://ILAP_1.5_(git)/StandardData#>
.
@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
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://ILAP_1.5_(git)/StandardData>
rdf:
type
owl:
Ontology
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
:
Criticality
rdf:
type
owl:
Class
;
rdfs:
label
"Criticality"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
:
ExpenseType
rdf:
type
owl:
Class
;
rdfs:
label
"Expense type"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
:
Priority
rdf:
type
owl:
Class
;
rdfs:
label
"Priority"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
.
riskfactor.ttl
View file @
40e5b25
...
...
@@ -53,4 +53,6 @@
:
hasRiskType
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has risk type"
^^
xsd:
string
.
rdfs:
domain
:
RiskFactor
;
rdfs:
label
"has risk type"
^^
xsd:
string
;
rdfs:
range
:
RiskType
.
...
...
Please
register
or
login
to post a comment