Tore Christiansen

Added hasRiskCriticality and hasWorkTaskPriority to ILAP Core

...@@ -1545,6 +1545,12 @@ ILAP:hasResourceStructure ...@@ -1545,6 +1545,12 @@ ILAP:hasResourceStructure
1545 rdfs:label "has resource structure"^^xsd:string ; 1545 rdfs:label "has resource structure"^^xsd:string ;
1546 rdfs:range ILAP:ResourceStructure . 1546 rdfs:range ILAP:ResourceStructure .
1547 1547
1548 +ILAP:hasRiskCriticality
1549 + rdf:type owl:ObjectProperty ;
1550 + rdfs:domain ILAP:Risk ;
1551 + rdfs:label "has risk criticality"^^xsd:string ;
1552 + rdfs:range ILAP:DegreeOfCriticality .
1553 +
1548 ILAP:hasRiskType 1554 ILAP:hasRiskType
1549 rdf:type owl:ObjectProperty ; 1555 rdf:type owl:ObjectProperty ;
1550 rdfs:domain ILAP:Risk ; 1556 rdfs:domain ILAP:Risk ;
...@@ -1634,7 +1640,7 @@ ILAP:hasSuccessorLag ...@@ -1634,7 +1640,7 @@ ILAP:hasSuccessorLag
1634 ILAP:hasSuccessorMilestone 1640 ILAP:hasSuccessorMilestone
1635 rdf:type owl:ObjectProperty ; 1641 rdf:type owl:ObjectProperty ;
1636 rdfs:domain ILAP:ActivityDependency ; 1642 rdfs:domain ILAP:ActivityDependency ;
1637 - rdfs:label "has successor milestone"^^xsd:string ; 1643 + rdfs:label "has Successor Milestone"^^xsd:string ;
1638 rdfs:range ILAP:Milestone . 1644 rdfs:range ILAP:Milestone .
1639 1645
1640 ILAP:hasTimeNow 1646 ILAP:hasTimeNow
...@@ -1672,22 +1678,28 @@ ILAP:hasWorkTaskActivity ...@@ -1672,22 +1678,28 @@ ILAP:hasWorkTaskActivity
1672 rdfs:label "has Work Task Activity"^^xsd:string ; 1678 rdfs:label "has Work Task Activity"^^xsd:string ;
1673 rdfs:range ILAP:ScheduledActivity . 1679 rdfs:range ILAP:ScheduledActivity .
1674 1680
1681 +ILAP:hasWorkTaskPriority
1682 + rdf:type owl:ObjectProperty ;
1683 + rdfs:domain ILAP:WorkTask ;
1684 + rdfs:label "has Work Task Priority"^^xsd:string ;
1685 + rdfs:range ILAP:DegreeOfPriority .
1686 +
1675 ILAP:hasWorkTaskResponsible 1687 ILAP:hasWorkTaskResponsible
1676 rdf:type owl:ObjectProperty ; 1688 rdf:type owl:ObjectProperty ;
1677 rdfs:domain ILAP:WorkTask ; 1689 rdfs:domain ILAP:WorkTask ;
1678 - rdfs:label "has work task responsible"^^xsd:string . 1690 + rdfs:label "has Work Task Responsible"^^xsd:string .
1679 1691
1680 ILAP:hasWorkTaskSupplier 1692 ILAP:hasWorkTaskSupplier
1681 rdf:type owl:ObjectProperty ; 1693 rdf:type owl:ObjectProperty ;
1682 rdfs:domain ILAP:WorkTask ; 1694 rdfs:domain ILAP:WorkTask ;
1683 - rdfs:label "has work task supplier"^^xsd:string ; 1695 + rdfs:label "has Work Task Supplier"^^xsd:string ;
1684 rdfs:range BRREG:Contractor ; 1696 rdfs:range BRREG:Contractor ;
1685 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . 1697 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
1686 1698
1687 ILAP:hasWorkTaskVendor 1699 ILAP:hasWorkTaskVendor
1688 rdf:type owl:ObjectProperty ; 1700 rdf:type owl:ObjectProperty ;
1689 rdfs:domain ILAP:WorkTask ; 1701 rdfs:domain ILAP:WorkTask ;
1690 - rdfs:label "has work task vendor"^^xsd:string ; 1702 + rdfs:label "has Work Task Vendor"^^xsd:string ;
1691 rdfs:range BRREG:Contractor ; 1703 rdfs:range BRREG:Contractor ;
1692 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . 1704 rdfs:subPropertyOf ILAP:hasWorkTaskResponsible .
1693 1705
......
...@@ -421,13 +421,23 @@ ILAP:ReimbursableContract_1 ...@@ -421,13 +421,23 @@ ILAP:ReimbursableContract_1
421 ILAP:Risk_1 421 ILAP:Risk_1
422 rdf:type ILAP:Risk ; 422 rdf:type ILAP:Risk ;
423 rdfs:label "Risk 1"^^xsd:string ; 423 rdfs:label "Risk 1"^^xsd:string ;
424 + ILAP:hasRiskCriticality
425 + ILAP:HighCriticality ;
424 ILAP:hasRiskType ILAP:ShallowGasOperation . 426 ILAP:hasRiskType ILAP:ShallowGasOperation .
425 427
426 ILAP:Risk_2 428 ILAP:Risk_2
427 rdf:type ILAP:Risk ; 429 rdf:type ILAP:Risk ;
428 rdfs:label "Risk 2"^^xsd:string ; 430 rdfs:label "Risk 2"^^xsd:string ;
431 + ILAP:hasRiskCriticality
432 + ILAP:NormalCriticality ;
429 ILAP:hasRiskType ILAP:HotWork . 433 ILAP:hasRiskType ILAP:HotWork .
430 434
435 +ILAP:Risk_3
436 + rdf:type ILAP:Risk ;
437 + rdfs:label "Risk 3"^^xsd:string ;
438 + ILAP:hasRiskCriticality
439 + ILAP:LowCriticality .
440 +
431 <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0> 441 <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0>
432 rdf:type ILAP:Project ; 442 rdf:type ILAP:Project ;
433 rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ; 443 rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ;
...@@ -640,7 +650,17 @@ ILAP:UserFieldClass ...@@ -640,7 +650,17 @@ ILAP:UserFieldClass
640 650
641 ILAP:WorkOrder_1 651 ILAP:WorkOrder_1
642 rdf:type ILAP:WorkOrder ; 652 rdf:type ILAP:WorkOrder ;
643 - rdfs:label "Work order 1"^^xsd:string . 653 + rdfs:label "Work order 1"^^xsd:string ;
654 + ILAP:hasWorkTaskActivity
655 + ILAP:ScheduledActivity_2 ;
656 + ILAP:hasWorkTaskPriority
657 + ILAP:HighPriority ;
658 + ILAP:hasWorkTaskResponsible
659 + <BRREG:R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
660 + ILAP:hasWorkTaskSupplier
661 + <http://data.posccaesar.org/brreg/R-ab8a8310-366c-433a-ad7f-4a67107854f3> ;
662 + ILAP:hasWorkTaskVendor
663 + <http://data.posccaesar.org/brreg/R-4d3407ec-0e0a-42dc-ab3b-4ab750781b85> .
644 664
645 <http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> 665 <http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8>
646 rdf:type USERFIELDS:FreeTextField ; 666 rdf:type USERFIELDS:FreeTextField ;
......