Tore Christiansen

Final set up (many) corrections

......@@ -520,6 +520,11 @@ ILAP:Objective
rdfs:label "Objective"^^xsd:string ;
rdfs:subClassOf owl:Thing .
ILAP:Operation
rdf:type owl:Class ;
rdfs:label "Operation"^^xsd:string ;
rdfs:subClassOf ILAP:WorkTask .
ILAP:OperationStatus
rdf:type owl:Class ;
rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ;
......@@ -1588,6 +1593,12 @@ ILAP:hasObjectReferenceID
rdfs:label "has Object Reference ID"^^xsd:string ;
rdfs:range xsd:string .
ILAP:hasOperationWorkOrder
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Operation ;
rdfs:label "has operation work order"^^xsd:string ;
rdfs:range ILAP:WorkOrder .
ILAP:hasOriginalActivityDuration
rdf:type owl:DatatypeProperty ;
rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ;
......@@ -1970,6 +1981,12 @@ ILAP:hasSourceApplication
rdfs:label "has Source Applicaton"^^xsd:string ;
rdfs:range ILAP:Application .
ILAP:hasSourceData
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:Source ;
rdfs:label "has source data"^^xsd:string ;
rdfs:range ILAP:Data .
ILAP:hasSourceInformation
rdf:type owl:ObjectProperty ;
rdfs:comment "A Relationship between a Source of a dataset and the Information contained by the dataset"^^xsd:string ;
......
......@@ -135,7 +135,7 @@ ILAP:Contract_1
ILAP:hasContractType
ILAP:LumpSumContract .
ILAP:ContractorAtoOperatorAlPlan
ILAP:ContractorAtoOperatorAPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Contractor A to Operator A Plan"^^xsd:string ;
ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA .
......@@ -166,6 +166,10 @@ ILAP:ContractorBtoOperatorBDataExchangePlan
ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ;
ILAP:hasPlanLicensePartner
ILAP:ResponsibleOrganization ;
ILAP:hasPlanLifecycleStage
ILAP:Operation ;
ILAP:hasPlanObjectiveType
ILAP:BusinessAsUsual ;
ILAP:hasPlanOperator
<http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ;
ILAP:hasPlanProject ILAP:ProjectByContractorBforOperatorB ;
......@@ -337,6 +341,30 @@ ILAP:NonInvoicableWork_1
rdf:type ILAP:NonInvoicableWork ;
rdfs:label "Non invoicable work 1"^^xsd:string .
ILAP:Operation_1
rdf:type ILAP:Operation ;
rdfs:label "Operation 1"^^xsd:string ;
ILAP:hasOperationWorkOrder
ILAP:WorkOrder_1 ;
ILAP:hasWorkTaskPriority
ILAP:NormalPriority .
ILAP:Operation_2
rdf:type ILAP:Operation ;
rdfs:label "Operation 2"^^xsd:string ;
ILAP:hasOperationWorkOrder
ILAP:WorkOrder_1 ;
ILAP:hasWorkTaskPriority
ILAP:LowPriority .
ILAP:Operation_3
rdf:type ILAP:Operation ;
rdfs:label "Operation 3"^^xsd:string ;
ILAP:hasOperationWorkOrder
ILAP:WorkOrder_1 ;
ILAP:hasWorkTaskPriority
ILAP:HighPriority .
ILAP:OperatorBcontractPortfolioPlan
rdf:type ILAP:ProjectExecutionPlan ;
rdfs:label "Operator B Contract Portfolio Plan"^^xsd:string ;
......@@ -381,7 +409,7 @@ ILAP:PlannedActivity_1
ILAP:hasActivityActiveStatus
ILAP:Active ;
ILAP:hasActivityPlan
ILAP:OperatorBcontractPortfolioPlan ;
ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ;
ILAP:hasActivityRisk
ILAP:Risk_1 ;
ILAP:hasFixedFinish "2015-01-05"^^xsd:date ;
......