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-11-24 23:16:25 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79e642790776d37e82a557cbbc3b9c123112e3b8
79e64279
1 parent
61fdb281
Added Asset Value example
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
PLANNING_CORE.ttl
UC1.ttl
PLANNING_CORE.ttl
View file @
79e6427
...
...
@@ -1313,12 +1313,6 @@ ILAP:hasActivityWorkVolume
rdfs:
label
"has Activity Work Volume"
^^
xsd:
string
;
rdfs:
range
xsd:
float
.
ILAP:
hasAssetValue
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Asset
;
rdfs:
label
"has asset value"
^^
xsd:
string
;
rdfs:
range
ILAP:
Value
.
ILAP:
hasBaselineActivityDuration
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ILAP:
ScheduledActivity
;
...
...
@@ -1892,6 +1886,12 @@ ILAP:hasTimeNow
rdfs:
label
"has Time Now"
^^
xsd:
string
;
rdfs:
range
xsd:
date
,
xsd:
dateTime
.
ILAP:
hasValueAsset
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Value
;
rdfs:
label
"has value asset"
^^
xsd:
string
;
rdfs:
range
ILAP:
Asset
.
ILAP:
hasWBScomponent
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
ActivityWBS
;
...
...
UC1.ttl
View file @
79e6427
...
...
@@ -68,7 +68,7 @@ ILAP:Activity_1
ILAP:
Asset_1
rdf:
type
ILAP:
Asset
;
rdfs:
label
"
Asset 1
"
^^
xsd:
string
.
rdfs:
label
"
The Ekofisk Asset
"
^^
xsd:
string
.
ILAP:
BaselineSchedule_1
rdf:
type
ILAP:
BaselineSchedule
;
...
...
@@ -424,6 +424,7 @@ ILAP:PlannedMilestone_1
ILAP:
ProjectExecutionPlan_1
rdf:
type
ILAP:
ProjectExecutionPlan
;
rdfs:
label
"Project execution plan 1"
^^
xsd:
string
;
ILAP:
hasPlanAsset
<http://data.posccaesar.org/npd/facts/Field-43506>
;
ILAP:
hasPlanContentType
SCCS:
PBS_AA
;
ILAP:
hasPlanContractType
...
...
@@ -819,6 +820,11 @@ ILAP:UserFieldClass
USERFIELDS:
hasWorkOrder
<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8>
.
ILAP:
Value_1
rdf:
type
ILAP:
Value
;
rdfs:
label
"The Value of the Asset (link to value estimates)"
^^
xsd:
string
;
ILAP:
hasValueAsset
<http://data.posccaesar.org/npd/facts/Field-4350>
,
ILAP:
Asset_1
.
ILAP:
WorkOrder_1
rdf:
type
ILAP:
WorkOrder
;
rdfs:
label
"Work order 1"
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment