Showing
2 changed files
with
47 additions
and
2 deletions
| ... | @@ -520,6 +520,11 @@ ILAP:Objective | ... | @@ -520,6 +520,11 @@ ILAP:Objective |
| 520 | rdfs:label "Objective"^^xsd:string ; | 520 | rdfs:label "Objective"^^xsd:string ; |
| 521 | rdfs:subClassOf owl:Thing . | 521 | rdfs:subClassOf owl:Thing . |
| 522 | 522 | ||
| 523 | +ILAP:Operation | ||
| 524 | + rdf:type owl:Class ; | ||
| 525 | + rdfs:label "Operation"^^xsd:string ; | ||
| 526 | + rdfs:subClassOf ILAP:WorkTask . | ||
| 527 | + | ||
| 523 | ILAP:OperationStatus | 528 | ILAP:OperationStatus |
| 524 | rdf:type owl:Class ; | 529 | rdf:type owl:Class ; |
| 525 | rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; | 530 | rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; |
| ... | @@ -1588,6 +1593,12 @@ ILAP:hasObjectReferenceID | ... | @@ -1588,6 +1593,12 @@ ILAP:hasObjectReferenceID |
| 1588 | rdfs:label "has Object Reference ID"^^xsd:string ; | 1593 | rdfs:label "has Object Reference ID"^^xsd:string ; |
| 1589 | rdfs:range xsd:string . | 1594 | rdfs:range xsd:string . |
| 1590 | 1595 | ||
| 1596 | +ILAP:hasOperationWorkOrder | ||
| 1597 | + rdf:type owl:ObjectProperty ; | ||
| 1598 | + rdfs:domain ILAP:Operation ; | ||
| 1599 | + rdfs:label "has operation work order"^^xsd:string ; | ||
| 1600 | + rdfs:range ILAP:WorkOrder . | ||
| 1601 | + | ||
| 1591 | ILAP:hasOriginalActivityDuration | 1602 | ILAP:hasOriginalActivityDuration |
| 1592 | rdf:type owl:DatatypeProperty ; | 1603 | rdf:type owl:DatatypeProperty ; |
| 1593 | rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ; | 1604 | rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ; |
| ... | @@ -1970,6 +1981,12 @@ ILAP:hasSourceApplication | ... | @@ -1970,6 +1981,12 @@ ILAP:hasSourceApplication |
| 1970 | rdfs:label "has Source Applicaton"^^xsd:string ; | 1981 | rdfs:label "has Source Applicaton"^^xsd:string ; |
| 1971 | rdfs:range ILAP:Application . | 1982 | rdfs:range ILAP:Application . |
| 1972 | 1983 | ||
| 1984 | +ILAP:hasSourceData | ||
| 1985 | + rdf:type owl:ObjectProperty ; | ||
| 1986 | + rdfs:domain ILAP:Source ; | ||
| 1987 | + rdfs:label "has source data"^^xsd:string ; | ||
| 1988 | + rdfs:range ILAP:Data . | ||
| 1989 | + | ||
| 1973 | ILAP:hasSourceInformation | 1990 | ILAP:hasSourceInformation |
| 1974 | rdf:type owl:ObjectProperty ; | 1991 | rdf:type owl:ObjectProperty ; |
| 1975 | rdfs:comment "A Relationship between a Source of a dataset and the Information contained by the dataset"^^xsd:string ; | 1992 | 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 | ... | @@ -135,7 +135,7 @@ ILAP:Contract_1 |
| 135 | ILAP:hasContractType | 135 | ILAP:hasContractType |
| 136 | ILAP:LumpSumContract . | 136 | ILAP:LumpSumContract . |
| 137 | 137 | ||
| 138 | -ILAP:ContractorAtoOperatorAlPlan | 138 | +ILAP:ContractorAtoOperatorAPlan |
| 139 | rdf:type ILAP:ProjectExecutionPlan ; | 139 | rdf:type ILAP:ProjectExecutionPlan ; |
| 140 | rdfs:label "Contractor A to Operator A Plan"^^xsd:string ; | 140 | rdfs:label "Contractor A to Operator A Plan"^^xsd:string ; |
| 141 | ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA . | 141 | ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA . |
| ... | @@ -166,6 +166,10 @@ ILAP:ContractorBtoOperatorBDataExchangePlan | ... | @@ -166,6 +166,10 @@ ILAP:ContractorBtoOperatorBDataExchangePlan |
| 166 | ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; | 166 | ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; |
| 167 | ILAP:hasPlanLicensePartner | 167 | ILAP:hasPlanLicensePartner |
| 168 | ILAP:ResponsibleOrganization ; | 168 | ILAP:ResponsibleOrganization ; |
| 169 | + ILAP:hasPlanLifecycleStage | ||
| 170 | + ILAP:Operation ; | ||
| 171 | + ILAP:hasPlanObjectiveType | ||
| 172 | + ILAP:BusinessAsUsual ; | ||
| 169 | ILAP:hasPlanOperator | 173 | ILAP:hasPlanOperator |
| 170 | <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ; | 174 | <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ; |
| 171 | ILAP:hasPlanProject ILAP:ProjectByContractorBforOperatorB ; | 175 | ILAP:hasPlanProject ILAP:ProjectByContractorBforOperatorB ; |
| ... | @@ -337,6 +341,30 @@ ILAP:NonInvoicableWork_1 | ... | @@ -337,6 +341,30 @@ ILAP:NonInvoicableWork_1 |
| 337 | rdf:type ILAP:NonInvoicableWork ; | 341 | rdf:type ILAP:NonInvoicableWork ; |
| 338 | rdfs:label "Non invoicable work 1"^^xsd:string . | 342 | rdfs:label "Non invoicable work 1"^^xsd:string . |
| 339 | 343 | ||
| 344 | +ILAP:Operation_1 | ||
| 345 | + rdf:type ILAP:Operation ; | ||
| 346 | + rdfs:label "Operation 1"^^xsd:string ; | ||
| 347 | + ILAP:hasOperationWorkOrder | ||
| 348 | + ILAP:WorkOrder_1 ; | ||
| 349 | + ILAP:hasWorkTaskPriority | ||
| 350 | + ILAP:NormalPriority . | ||
| 351 | + | ||
| 352 | +ILAP:Operation_2 | ||
| 353 | + rdf:type ILAP:Operation ; | ||
| 354 | + rdfs:label "Operation 2"^^xsd:string ; | ||
| 355 | + ILAP:hasOperationWorkOrder | ||
| 356 | + ILAP:WorkOrder_1 ; | ||
| 357 | + ILAP:hasWorkTaskPriority | ||
| 358 | + ILAP:LowPriority . | ||
| 359 | + | ||
| 360 | +ILAP:Operation_3 | ||
| 361 | + rdf:type ILAP:Operation ; | ||
| 362 | + rdfs:label "Operation 3"^^xsd:string ; | ||
| 363 | + ILAP:hasOperationWorkOrder | ||
| 364 | + ILAP:WorkOrder_1 ; | ||
| 365 | + ILAP:hasWorkTaskPriority | ||
| 366 | + ILAP:HighPriority . | ||
| 367 | + | ||
| 340 | ILAP:OperatorBcontractPortfolioPlan | 368 | ILAP:OperatorBcontractPortfolioPlan |
| 341 | rdf:type ILAP:ProjectExecutionPlan ; | 369 | rdf:type ILAP:ProjectExecutionPlan ; |
| 342 | rdfs:label "Operator B Contract Portfolio Plan"^^xsd:string ; | 370 | rdfs:label "Operator B Contract Portfolio Plan"^^xsd:string ; |
| ... | @@ -381,7 +409,7 @@ ILAP:PlannedActivity_1 | ... | @@ -381,7 +409,7 @@ ILAP:PlannedActivity_1 |
| 381 | ILAP:hasActivityActiveStatus | 409 | ILAP:hasActivityActiveStatus |
| 382 | ILAP:Active ; | 410 | ILAP:Active ; |
| 383 | ILAP:hasActivityPlan | 411 | ILAP:hasActivityPlan |
| 384 | - ILAP:OperatorBcontractPortfolioPlan ; | 412 | + ILAP:ContractorAtoOperatorAPlan , ILAP:OperatorBcontractPortfolioPlan ; |
| 385 | ILAP:hasActivityRisk | 413 | ILAP:hasActivityRisk |
| 386 | ILAP:Risk_1 ; | 414 | ILAP:Risk_1 ; |
| 387 | ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; | 415 | ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; | ... | ... |
-
Please register or login to post a comment