Showing
3 changed files
with
30 additions
and
2 deletions
| ... | @@ -236,6 +236,11 @@ ILAP:Contract | ... | @@ -236,6 +236,11 @@ ILAP:Contract |
| 236 | rdfs:label "Contract"^^xsd:string ; | 236 | rdfs:label "Contract"^^xsd:string ; |
| 237 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . | 237 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 238 | 238 | ||
| 239 | +ILAP:Contractor | ||
| 240 | + rdf:type owl:Class ; | ||
| 241 | + rdfs:label "Contractor"^^xsd:string ; | ||
| 242 | + rdfs:subClassOf ILAP:ResponsibleOrganization . | ||
| 243 | + | ||
| 239 | ILAP:ControlSchedule | 244 | ILAP:ControlSchedule |
| 240 | rdf:type owl:Class ; | 245 | rdf:type owl:Class ; |
| 241 | rdfs:label "Control schedule"^^xsd:string ; | 246 | rdfs:label "Control schedule"^^xsd:string ; |
| ... | @@ -470,6 +475,11 @@ ILAP:OperationStatus | ... | @@ -470,6 +475,11 @@ ILAP:OperationStatus |
| 470 | rdfs:label "Operation status"^^xsd:string ; | 475 | rdfs:label "Operation status"^^xsd:string ; |
| 471 | rdfs:subClassOf ILAP:Status . | 476 | rdfs:subClassOf ILAP:Status . |
| 472 | 477 | ||
| 478 | +ILAP:Operator | ||
| 479 | + rdf:type owl:Class ; | ||
| 480 | + rdfs:label "Operator"^^xsd:string ; | ||
| 481 | + rdfs:subClassOf ILAP:ResponsibleOrganization . | ||
| 482 | + | ||
| 473 | ILAP:Phase | 483 | ILAP:Phase |
| 474 | rdf:type owl:Class ; | 484 | rdf:type owl:Class ; |
| 475 | rdfs:label "Phase"^^xsd:string ; | 485 | rdfs:label "Phase"^^xsd:string ; |
| ... | @@ -1014,7 +1024,7 @@ ILAP:hasActivityContractor | ... | @@ -1014,7 +1024,7 @@ ILAP:hasActivityContractor |
| 1014 | rdf:type owl:ObjectProperty ; | 1024 | rdf:type owl:ObjectProperty ; |
| 1015 | rdfs:domain ILAP:PlannedActivity ; | 1025 | rdfs:domain ILAP:PlannedActivity ; |
| 1016 | rdfs:label "has activity contractor"^^xsd:string ; | 1026 | rdfs:label "has activity contractor"^^xsd:string ; |
| 1017 | - rdfs:range BRREG:Contractor ; | 1027 | + rdfs:range ILAP:Contractor ; |
| 1018 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | 1028 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . |
| 1019 | 1029 | ||
| 1020 | ILAP:hasActivityDiscipline | 1030 | ILAP:hasActivityDiscipline |
| ... | @@ -1048,6 +1058,13 @@ ILAP:hasActivityLocation | ... | @@ -1048,6 +1058,13 @@ ILAP:hasActivityLocation |
| 1048 | rdfs:label "has location"^^xsd:string ; | 1058 | rdfs:label "has location"^^xsd:string ; |
| 1049 | rdfs:range ILAP:Location . | 1059 | rdfs:range ILAP:Location . |
| 1050 | 1060 | ||
| 1061 | +ILAP:hasActivityOperator | ||
| 1062 | + rdf:type owl:ObjectProperty ; | ||
| 1063 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 1064 | + rdfs:label "has activity operator"^^xsd:string ; | ||
| 1065 | + rdfs:range ILAP:Operator ; | ||
| 1066 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | ||
| 1067 | + | ||
| 1051 | ILAP:hasActivityPartActivity | 1068 | ILAP:hasActivityPartActivity |
| 1052 | rdf:type owl:ObjectProperty ; | 1069 | rdf:type owl:ObjectProperty ; |
| 1053 | rdfs:domain ILAP:PlannedActivity ; | 1070 | rdfs:domain ILAP:PlannedActivity ; | ... | ... |
| ... | @@ -441,6 +441,11 @@ ILAP:hasWBSphase | ... | @@ -441,6 +441,11 @@ ILAP:hasWBSphase |
| 441 | ILAP:hasWorkTaskResponsible | 441 | ILAP:hasWorkTaskResponsible |
| 442 | rdfs:range ILAP:ResponsiblePerson . | 442 | rdfs:range ILAP:ResponsiblePerson . |
| 443 | 443 | ||
| 444 | +<http://data.posccaesar.org/npd/ontology/OperatingCompany> | ||
| 445 | + rdf:type owl:Class ; | ||
| 446 | + rdfs:label "Operating company"^^xsd:string ; | ||
| 447 | + rdfs:subClassOf ILAP:Operator . | ||
| 448 | + | ||
| 444 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> | 449 | <http://data.posccaesar.org/npd/ontology/ilap-interface/Facility> |
| 445 | rdf:type owl:Class ; | 450 | rdf:type owl:Class ; |
| 446 | rdfs:label "Facility"^^xsd:string ; | 451 | rdfs:label "Facility"^^xsd:string ; | ... | ... |
| ... | @@ -12,4 +12,10 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -12,4 +12,10 @@ UC1: rdf:type owl:Ontology ; |
| 12 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 12 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 13 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 14 | 14 | ||
| 15 | - | 15 | +UC1:PlannedActivity_1 |
| 16 | + rdf:type ILAP:PlannedActivity ; | ||
| 17 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 18 | + ILAP:hasActivityContractor | ||
| 19 | + <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ; | ||
| 20 | + ILAP:hasActivityOperator | ||
| 21 | + <http://data.posccaesar.org/brreg/R-6f42196e-7757-4915-bfe0-636ba9185a26> . | ... | ... |
-
Please register or login to post a comment