Tore Christiansen

Added Asset Value example

......@@ -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 ;
......
......@@ -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 ;
......