Tore Christiansen

Added Asset Value example

...@@ -1313,12 +1313,6 @@ ILAP:hasActivityWorkVolume ...@@ -1313,12 +1313,6 @@ ILAP:hasActivityWorkVolume
1313 rdfs:label "has Activity Work Volume"^^xsd:string ; 1313 rdfs:label "has Activity Work Volume"^^xsd:string ;
1314 rdfs:range xsd:float . 1314 rdfs:range xsd:float .
1315 1315
1316 -ILAP:hasAssetValue
1317 - rdf:type owl:ObjectProperty ;
1318 - rdfs:domain ILAP:Asset ;
1319 - rdfs:label "has asset value"^^xsd:string ;
1320 - rdfs:range ILAP:Value .
1321 -
1322 ILAP:hasBaselineActivityDuration 1316 ILAP:hasBaselineActivityDuration
1323 rdf:type owl:DatatypeProperty ; 1317 rdf:type owl:DatatypeProperty ;
1324 rdfs:domain ILAP:ScheduledActivity ; 1318 rdfs:domain ILAP:ScheduledActivity ;
...@@ -1892,6 +1886,12 @@ ILAP:hasTimeNow ...@@ -1892,6 +1886,12 @@ ILAP:hasTimeNow
1892 rdfs:label "has Time Now"^^xsd:string ; 1886 rdfs:label "has Time Now"^^xsd:string ;
1893 rdfs:range xsd:date , xsd:dateTime . 1887 rdfs:range xsd:date , xsd:dateTime .
1894 1888
1889 +ILAP:hasValueAsset
1890 + rdf:type owl:ObjectProperty ;
1891 + rdfs:domain ILAP:Value ;
1892 + rdfs:label "has value asset"^^xsd:string ;
1893 + rdfs:range ILAP:Asset .
1894 +
1895 ILAP:hasWBScomponent 1895 ILAP:hasWBScomponent
1896 rdf:type owl:ObjectProperty ; 1896 rdf:type owl:ObjectProperty ;
1897 rdfs:domain ILAP:ActivityWBS ; 1897 rdfs:domain ILAP:ActivityWBS ;
......
...@@ -68,7 +68,7 @@ ILAP:Activity_1 ...@@ -68,7 +68,7 @@ ILAP:Activity_1
68 68
69 ILAP:Asset_1 69 ILAP:Asset_1
70 rdf:type ILAP:Asset ; 70 rdf:type ILAP:Asset ;
71 - rdfs:label "Asset 1"^^xsd:string . 71 + rdfs:label "The Ekofisk Asset"^^xsd:string .
72 72
73 ILAP:BaselineSchedule_1 73 ILAP:BaselineSchedule_1
74 rdf:type ILAP:BaselineSchedule ; 74 rdf:type ILAP:BaselineSchedule ;
...@@ -424,6 +424,7 @@ ILAP:PlannedMilestone_1 ...@@ -424,6 +424,7 @@ ILAP:PlannedMilestone_1
424 ILAP:ProjectExecutionPlan_1 424 ILAP:ProjectExecutionPlan_1
425 rdf:type ILAP:ProjectExecutionPlan ; 425 rdf:type ILAP:ProjectExecutionPlan ;
426 rdfs:label "Project execution plan 1"^^xsd:string ; 426 rdfs:label "Project execution plan 1"^^xsd:string ;
427 + ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ;
427 ILAP:hasPlanContentType 428 ILAP:hasPlanContentType
428 SCCS:PBS_AA ; 429 SCCS:PBS_AA ;
429 ILAP:hasPlanContractType 430 ILAP:hasPlanContractType
...@@ -819,6 +820,11 @@ ILAP:UserFieldClass ...@@ -819,6 +820,11 @@ ILAP:UserFieldClass
819 USERFIELDS:hasWorkOrder 820 USERFIELDS:hasWorkOrder
820 <http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> . 821 <http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> .
821 822
823 +ILAP:Value_1
824 + rdf:type ILAP:Value ;
825 + rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ;
826 + ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 .
827 +
822 ILAP:WorkOrder_1 828 ILAP:WorkOrder_1
823 rdf:type ILAP:WorkOrder ; 829 rdf:type ILAP:WorkOrder ;
824 rdfs:label "Work order 1"^^xsd:string ; 830 rdfs:label "Work order 1"^^xsd:string ;
......