Showing
2 changed files
with
3 additions
and
3 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -190,7 +190,7 @@ UC1:Profile_1 | ... | @@ -190,7 +190,7 @@ UC1:Profile_1 |
| 190 | rdf:type ILAP:ResourceProfile ; | 190 | rdf:type ILAP:ResourceProfile ; |
| 191 | rdfs:label "Profile 1"^^xsd:string ; | 191 | rdfs:label "Profile 1"^^xsd:string ; |
| 192 | ILAP:hasProfilePoint | 192 | ILAP:hasProfilePoint |
| 193 | - ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . | 193 | + ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 . |
| 194 | 194 | ||
| 195 | UC1:ProjectPlan_1 | 195 | UC1:ProjectPlan_1 |
| 196 | rdf:type ILAP:ProjectPlan ; | 196 | rdf:type ILAP:ProjectPlan ; |
| ... | @@ -207,6 +207,8 @@ UC1:ProjectPlan_1 | ... | @@ -207,6 +207,8 @@ UC1:ProjectPlan_1 |
| 207 | ILAP:CAPEX ; | 207 | ILAP:CAPEX ; |
| 208 | ILAP:hasPlanGeoArea ILAP:Facility ; | 208 | ILAP:hasPlanGeoArea ILAP:Facility ; |
| 209 | ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; | 209 | ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; |
| 210 | + ILAP:hasPlanLicenseOperator | ||
| 211 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 210 | ILAP:hasPlanLicensePartner | 212 | ILAP:hasPlanLicensePartner |
| 211 | <http://data.posccaesar.org/brreg/EniNorge> ; | 213 | <http://data.posccaesar.org/brreg/EniNorge> ; |
| 212 | ILAP:hasPlanLifecycleStage | 214 | ILAP:hasPlanLifecycleStage |
| ... | @@ -215,8 +217,6 @@ UC1:ProjectPlan_1 | ... | @@ -215,8 +217,6 @@ UC1:ProjectPlan_1 |
| 215 | <http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ; | 217 | <http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ; |
| 216 | ILAP:hasPlanObjectiveType | 218 | ILAP:hasPlanObjectiveType |
| 217 | ILAP:BusinessAsUsual ; | 219 | ILAP:BusinessAsUsual ; |
| 218 | - ILAP:hasPlanOperator | ||
| 219 | - <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 220 | ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ; | 220 | ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ; |
| 221 | ILAP:hasPlanProjectType | 221 | ILAP:hasPlanProjectType |
| 222 | ILAP:GreenFieldProject ; | 222 | ILAP:GreenFieldProject ; | ... | ... |
-
Please register or login to post a comment