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-25 21:19:04 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d82e359c9ea677babb78b6821237c0a278a37c3a
d82e359c
1 parent
9d997579
Created Shutdown individual
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
PLANNING_VALUES.ttl
UseCaseData/UC1.ttl
PLANNING_VALUES.ttl
View file @
d82e359
...
...
@@ -418,21 +418,6 @@ ILAP:hasPlanAsset
ILAP:
hasPlanResponsible
rdfs:
range
ILAP:
ResponsibleOrganization
.
ILAP:
hasRiskType
rdfs:
domain
ILAP:
RiskFactor
.
ILAP:
hasShutdownContent
rdfs:
domain
ILAP:
Shutdown
.
ILAP:
hasShutdownOperation
rdfs:
domain
ILAP:
Shutdown
.
ILAP:
hasShutdownPriority
rdfs:
domain
ILAP:
Shutdown
.
ILAP:
hasShutdownType
rdfs:
domain
ILAP:
Shutdown
.
ILAP:
hasWBSResource
rdfs:
range
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
.
...
...
UseCaseData/UC1.ttl
View file @
d82e359
...
...
@@ -20,6 +20,18 @@ UC1:ScheduledResource_1
rdf:
type
ILAP:
ScheduledResource
;
rdfs:
label
"Scheduled resource 1"
^^
xsd:
string
.
UC1:
Shutdown_1
rdf:
type
ILAP:
Shutdown
;
rdfs:
label
"Shutdown 1"
^^
xsd:
string
;
ILAP:
hasShutdownContent
ILAP:
Field_Shutdown
;
ILAP:
hasShutdownPeriod
"SD-2015"
^^
xsd:
string
;
ILAP:
hasShutdownPriority
ILAP:
HighPriority
;
ILAP:
hasShutdownType
ILAP:
Scheduled_Shutdown
.
ILAP:
PlannedActivity_1
ILAP:
hasActivityPlan
UC1:
ProjectPlan_1
.
...
...
Please
register
or
login
to post a comment