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-10-02 22:59:33 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
378d878092874323e8e80817b6a7e19fa22b3cea
378d8780
1 parent
94c4d8c7
Testing out WBS element structures
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
PLANNING_VALUES.ttl
UC1.ttl
PLANNING_VALUES.ttl
View file @
378d878
...
...
@@ -13,7 +13,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
:
rdf:
type
owl:
Ontology
;
owl:
imports
ILAP:
,
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
.
owl:
imports
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS>
,
ILAP:
.
ILAP:
rdf:
type
owl:
Ontology
;
...
...
@@ -125,7 +125,7 @@ ILAP:Dependent_on_Shutdown
ILAP:
Development
rdf:
type
ILAP:
PlanLifecycleStage
;
rdfs:
label
"Develop
"
^^
xsd:
string
,
"Development
"
^^
xsd:
string
.
rdfs:
label
"Develop
ment"
^^
xsd:
string
,
"Develop
"
^^
xsd:
string
.
ILAP:
DisasterRecovery
rdf:
type
ILAP:
PlanObjectiveType
;
...
...
@@ -475,7 +475,7 @@ ILAP:StandardFreeWeekendPeriod
rdf:
type
ILAP:
CalendarFreePeriodWeekRepeat
;
rdfs:
label
"Standard free weekend period"
^^
xsd:
string
;
ILAP:
hasCalendarPeriodFreeDay
ILAP:
S
aturday
,
ILAP:
Sun
day
.
ILAP:
S
unday
,
ILAP:
Satur
day
.
ILAP:
StandardWorkWeekdayPeriod
rdf:
type
ILAP:
CalendarWorkPeriodWeekRepeat
;
...
...
@@ -590,9 +590,6 @@ ILAP:hasPlanAsset
ILAP:
hasPlanResponsible
rdfs:
range
ILAP:
ResponsibleOrganization
.
ILAP:
hasWBSResource
rdfs:
range
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
.
ILAP:
hasWBScomponent
rdfs:
range
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
.
...
...
@@ -603,7 +600,7 @@ ILAP:hasWorkTaskResponsible
rdfs:
range
ILAP:
ResponsiblePerson
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
rdfs:
subClassOf
ILAP:
Discipline
,
ILAP:
Resourc
e
.
rdfs:
subClassOf
ILAP:
Resource
,
ILAP:
Disciplin
e
.
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
rdfs:
subClassOf
ILAP:
Result
.
...
...
@@ -619,12 +616,12 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:
type
owl:
Class
;
rdfs:
label
"Facility"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
ILAP:
Facility
.
rdfs:
subClassOf
ILAP:
Facility
,
owl:
Thing
.
rdl:
RDS282149
rdf:
type
owl:
Class
;
rdfs:
label
"RDS282149"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Thing
,
ILAP:
ResponsibleOrganization
.
rdfs:
subClassOf
ILAP:
ResponsibleOrganization
,
owl:
Thing
.
<http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
rdfs:
subClassOf
<http://data.posccaesar.org/sccs/CORcode>
.
...
...
UC1.ttl
View file @
378d878
...
...
@@ -16,7 +16,7 @@ UC1: rdf:type owl:Ontology ;
ILAP:
ActivityWBS_1
rdf:
type
ILAP:
ActivityWBS
;
rdfs:
label
"Activity WBS 1"
^^
xsd:
string
;
ILAP:
hasWBSResource
ILAP:
COR_KD_1
;
ILAP:
hasWBSResource
SCCS:
COR_KD
,
ILAP:
COR_KD_1
;
ILAP:
hasWBScomponent
ILAP:
PBS_ABB_1
;
ILAP:
hasWBSphase
ILAP:
SAB_51_1
.
...
...
Please
register
or
login
to post a comment