Upgrade structure and content (classes and properties) to version 1.5.3
Showing
4 changed files
with
125 additions
and
33 deletions
| ... | @@ -62,7 +62,7 @@ NCS:Exploration | ... | @@ -62,7 +62,7 @@ NCS:Exploration |
| 62 | NCS:IndividualInCorClass | 62 | NCS:IndividualInCorClass |
| 63 | rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; | 63 | rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; |
| 64 | rdfs:label "Individual in cor class"^^xsd:string ; | 64 | rdfs:label "Individual in cor class"^^xsd:string ; |
| 65 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | 65 | + rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . |
| 66 | 66 | ||
| 67 | NCS:IndividualInNorsokClass | 67 | NCS:IndividualInNorsokClass |
| 68 | rdf:type owl:Class ; | 68 | rdf:type owl:Class ; |
| ... | @@ -127,7 +127,7 @@ ILAP:BusinessArea | ... | @@ -127,7 +127,7 @@ ILAP:BusinessArea |
| 127 | rdfs:label "Business area"^^xsd:string . | 127 | rdfs:label "Business area"^^xsd:string . |
| 128 | 128 | ||
| 129 | ILAP:BusinessAsUsual | 129 | ILAP:BusinessAsUsual |
| 130 | - rdf:type ILAP:PlanValueObjective ; | 130 | + rdf:type ILAP:PlanObjectiveType ; |
| 131 | rdfs:label "Business as usual"^^xsd:string . | 131 | rdfs:label "Business as usual"^^xsd:string . |
| 132 | 132 | ||
| 133 | ILAP:CAPEX | 133 | ILAP:CAPEX |
| ... | @@ -159,7 +159,7 @@ ILAP:Development | ... | @@ -159,7 +159,7 @@ ILAP:Development |
| 159 | rdfs:label "Develop"^^xsd:string . | 159 | rdfs:label "Develop"^^xsd:string . |
| 160 | 160 | ||
| 161 | ILAP:DisasterRecovery | 161 | ILAP:DisasterRecovery |
| 162 | - rdf:type ILAP:PlanValueObjective ; | 162 | + rdf:type ILAP:PlanObjectiveType ; |
| 163 | rdfs:label "Disaster recovery"^^xsd:string . | 163 | rdfs:label "Disaster recovery"^^xsd:string . |
| 164 | 164 | ||
| 165 | ILAP:Disposal | 165 | ILAP:Disposal |
| ... | @@ -215,11 +215,11 @@ ILAP:GreenFieldProject | ... | @@ -215,11 +215,11 @@ ILAP:GreenFieldProject |
| 215 | rdfs:label "Green field project"^^xsd:string . | 215 | rdfs:label "Green field project"^^xsd:string . |
| 216 | 216 | ||
| 217 | ILAP:IncreasedRecovery | 217 | ILAP:IncreasedRecovery |
| 218 | - rdf:type ILAP:PlanValueObjective ; | 218 | + rdf:type ILAP:PlanObjectiveType ; |
| 219 | rdfs:label "Increased recovery"^^xsd:string . | 219 | rdfs:label "Increased recovery"^^xsd:string . |
| 220 | 220 | ||
| 221 | ILAP:IncrementalImprovement | 221 | ILAP:IncrementalImprovement |
| 222 | - rdf:type ILAP:PlanValueObjective ; | 222 | + rdf:type ILAP:PlanObjectiveType ; |
| 223 | rdfs:label "Incremental improvement"^^xsd:string . | 223 | rdfs:label "Incremental improvement"^^xsd:string . |
| 224 | 224 | ||
| 225 | ILAP:L1_ProgramPortfolioSchedule | 225 | ILAP:L1_ProgramPortfolioSchedule |
| ... | @@ -259,7 +259,7 @@ ILAP:Maintenance | ... | @@ -259,7 +259,7 @@ ILAP:Maintenance |
| 259 | rdfs:label "Maintain"^^xsd:string . | 259 | rdfs:label "Maintain"^^xsd:string . |
| 260 | 260 | ||
| 261 | ILAP:ManagedClosedown | 261 | ILAP:ManagedClosedown |
| 262 | - rdf:type ILAP:PlanValueObjective ; | 262 | + rdf:type ILAP:PlanObjectiveType ; |
| 263 | rdfs:label "Managed closedown"^^xsd:string . | 263 | rdfs:label "Managed closedown"^^xsd:string . |
| 264 | 264 | ||
| 265 | ILAP:Modification | 265 | ILAP:Modification |
| ... | @@ -291,7 +291,7 @@ ILAP:Primavera | ... | @@ -291,7 +291,7 @@ ILAP:Primavera |
| 291 | rdfs:label "Primavera"^^xsd:string . | 291 | rdfs:label "Primavera"^^xsd:string . |
| 292 | 292 | ||
| 293 | ILAP:RadicalChange | 293 | ILAP:RadicalChange |
| 294 | - rdf:type ILAP:PlanValueObjective ; | 294 | + rdf:type ILAP:PlanObjectiveType ; |
| 295 | rdfs:label "Radical change"^^xsd:string . | 295 | rdfs:label "Radical change"^^xsd:string . |
| 296 | 296 | ||
| 297 | ILAP:Regular8To16WorkingDayCalendar | 297 | ILAP:Regular8To16WorkingDayCalendar |
| ... | @@ -381,7 +381,25 @@ ILAP:Wellbore | ... | @@ -381,7 +381,25 @@ ILAP:Wellbore |
| 381 | rdfs:label "Wellbore"^^xsd:string . | 381 | rdfs:label "Wellbore"^^xsd:string . |
| 382 | 382 | ||
| 383 | ILAP:hasActivityBaselineSchedule | 383 | ILAP:hasActivityBaselineSchedule |
| 384 | - rdfs:range ILAP:NetworkSchedule . | 384 | + rdfs:range ILAP:Schedule . |
| 385 | + | ||
| 386 | +ILAP:hasActivityResource | ||
| 387 | + rdfs:domain ILAP:Activity ; | ||
| 388 | + rdfs:range ILAP:Resource . | ||
| 389 | + | ||
| 390 | +ILAP:hasActivityResourceProfile | ||
| 391 | + rdfs:domain ILAP:Activity . | ||
| 392 | + | ||
| 393 | +ILAP:hasActivityWBS | ||
| 394 | + rdfs:range ILAP:ActivityWBS . | ||
| 395 | + | ||
| 396 | +ILAP:hasCalendarPeriodDay | ||
| 397 | + rdfs:domain ILAP:CalendarPeriod ; | ||
| 398 | + rdfs:range ILAP:CalendarDay . | ||
| 399 | + | ||
| 400 | +ILAP:hasCalendarPeriodHour | ||
| 401 | + rdfs:domain ILAP:CalendarPeriod ; | ||
| 402 | + rdfs:range ILAP:CalendarHour . | ||
| 385 | 403 | ||
| 386 | ILAP:hasPlanAsset | 404 | ILAP:hasPlanAsset |
| 387 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 405 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4 | ... | @@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4 |
| 65 | UC1:ActualSchedule_1 . | 65 | UC1:ActualSchedule_1 . |
| 66 | 66 | ||
| 67 | UC1:ActualSchedule_1 | 67 | UC1:ActualSchedule_1 |
| 68 | - rdf:type ILAP:RevisedSchedule ; | 68 | + rdf:type ILAP:TargetSchedule ; |
| 69 | rdfs:label "Actual schedule 1"^^xsd:string ; | 69 | rdfs:label "Actual schedule 1"^^xsd:string ; |
| 70 | ILAP:hasPlanUserField | 70 | ILAP:hasPlanUserField |
| 71 | <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | 71 | <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; |
| ... | @@ -123,6 +123,47 @@ UC1:Milestone_1 | ... | @@ -123,6 +123,47 @@ UC1:Milestone_1 |
| 123 | rdf:type ILAP:Milestone ; | 123 | rdf:type ILAP:Milestone ; |
| 124 | rdfs:label "Milestone 1"^^xsd:string . | 124 | rdfs:label "Milestone 1"^^xsd:string . |
| 125 | 125 | ||
| 126 | +UC1:PlannedActivity_1 | ||
| 127 | + rdf:type ILAP:PlannedActivity ; | ||
| 128 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 129 | + ILAP:hasActivityActualProgressPercent | ||
| 130 | + "50"^^xsd:float ; | ||
| 131 | + ILAP:hasActivityCalendar | ||
| 132 | + <http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ; | ||
| 133 | + ILAP:hasActivityContractor | ||
| 134 | + <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 135 | + ILAP:hasActivityDiscipline | ||
| 136 | + <http://data.posccaesar.org/Data/UC2/Discipline_1> ; | ||
| 137 | + ILAP:hasActivityEstimatedWeight | ||
| 138 | + "15000"^^xsd:float ; | ||
| 139 | + ILAP:hasActivityLocation | ||
| 140 | + <http://data.posccaesar.org/npd/StafjordA> , <http://data.posccaesar.org/Data/UC2/Location_1> ; | ||
| 141 | + ILAP:hasActivityPartActivity | ||
| 142 | + <http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ; | ||
| 143 | + ILAP:hasActivityPhase | ||
| 144 | + <http://data.posccaesar.org/NCS_PLANNING/Operation> ; | ||
| 145 | + ILAP:hasActivityPhysicalPercentComplete | ||
| 146 | + "45"^^xsd:float ; | ||
| 147 | + ILAP:hasActivityPlannedProgressPercent | ||
| 148 | + 55 ; | ||
| 149 | + ILAP:hasActivityRegulator | ||
| 150 | + <http://data.posccaesar.org/brreg/NPD> ; | ||
| 151 | + ILAP:hasActivityResponsibleOrganization | ||
| 152 | + <http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ; | ||
| 153 | + ILAP:hasActivityResponsiblePerson | ||
| 154 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
| 155 | + ILAP:hasActivityStatus | ||
| 156 | + <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 157 | + ILAP:hasActivitySupplier | ||
| 158 | + <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
| 159 | + ILAP:hasActivityTaskLeader | ||
| 160 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
| 161 | + ILAP:hasActivityVendor | ||
| 162 | + <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 163 | + ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ; | ||
| 164 | + ILAP:hasActivityWorkVolume | ||
| 165 | + "550"^^xsd:float . | ||
| 166 | + | ||
| 126 | UC1:PlannedResource_1 | 167 | UC1:PlannedResource_1 |
| 127 | rdf:type ILAP:PlannedResource ; | 168 | rdf:type ILAP:PlannedResource ; |
| 128 | rdfs:label "Planned resource 1"^^xsd:string ; | 169 | rdfs:label "Planned resource 1"^^xsd:string ; |
| ... | @@ -130,7 +171,7 @@ UC1:PlannedResource_1 | ... | @@ -130,7 +171,7 @@ UC1:PlannedResource_1 |
| 130 | UC1:Profile_1 . | 171 | UC1:Profile_1 . |
| 131 | 172 | ||
| 132 | UC1:ProfilePoint_1 | 173 | UC1:ProfilePoint_1 |
| 133 | - rdf:type ILAP:ProfilePoint ; | 174 | + rdf:type ILAP:ResourceProfilePoint ; |
| 134 | rdfs:label "Profile point 1"^^xsd:string ; | 175 | rdfs:label "Profile point 1"^^xsd:string ; |
| 135 | ILAP:hasProfilePointXValue | 176 | ILAP:hasProfilePointXValue |
| 136 | "0.1"^^xsd:float ; | 177 | "0.1"^^xsd:float ; |
| ... | @@ -138,7 +179,7 @@ UC1:ProfilePoint_1 | ... | @@ -138,7 +179,7 @@ UC1:ProfilePoint_1 |
| 138 | "0.2"^^xsd:float . | 179 | "0.2"^^xsd:float . |
| 139 | 180 | ||
| 140 | UC1:ProfilePoint_2 | 181 | UC1:ProfilePoint_2 |
| 141 | - rdf:type ILAP:ProfilePoint ; | 182 | + rdf:type ILAP:ResourceProfilePoint ; |
| 142 | rdfs:label "Profile point 2"^^xsd:string ; | 183 | rdfs:label "Profile point 2"^^xsd:string ; |
| 143 | ILAP:hasProfilePointXValue | 184 | ILAP:hasProfilePointXValue |
| 144 | "1.0"^^xsd:float ; | 185 | "1.0"^^xsd:float ; |
| ... | @@ -146,16 +187,51 @@ UC1:ProfilePoint_2 | ... | @@ -146,16 +187,51 @@ UC1:ProfilePoint_2 |
| 146 | "0.9"^^xsd:float . | 187 | "0.9"^^xsd:float . |
| 147 | 188 | ||
| 148 | UC1:Profile_1 | 189 | UC1:Profile_1 |
| 149 | - rdf:type ILAP:Profile ; | 190 | + rdf:type ILAP:ResourceProfile ; |
| 150 | rdfs:label "Profile 1"^^xsd:string ; | 191 | rdfs:label "Profile 1"^^xsd:string ; |
| 151 | ILAP:hasProfilePoint | 192 | ILAP:hasProfilePoint |
| 152 | - ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 . | 193 | + ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . |
| 153 | 194 | ||
| 154 | UC1:ProjectPlan_1 | 195 | UC1:ProjectPlan_1 |
| 155 | rdf:type ILAP:ProjectPlan ; | 196 | rdf:type ILAP:ProjectPlan ; |
| 156 | rdfs:label "Project plan 1"^^xsd:string ; | 197 | rdfs:label "Project plan 1"^^xsd:string ; |
| 198 | + ILAP:hasExternalReference | ||
| 199 | + <http://data.posccaesar.org/Data/UC2/R-1234567890> ; | ||
| 200 | + ILAP:hasPlanAssetOwner | ||
| 201 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 202 | + ILAP:hasPlanContractType | ||
| 203 | + ILAP:ScheduleDriven ; | ||
| 204 | + ILAP:hasPlanContractor | ||
| 205 | + <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 206 | + ILAP:hasPlanExpenseType | ||
| 207 | + ILAP:CAPEX ; | ||
| 208 | + ILAP:hasPlanGeoArea ILAP:Facility ; | ||
| 209 | + ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; | ||
| 210 | + ILAP:hasPlanLicensePartner | ||
| 211 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 212 | + ILAP:hasPlanLifecycleStage | ||
| 213 | + ILAP:Development ; | ||
| 214 | + ILAP:hasPlanNPDelement | ||
| 215 | + <http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ; | ||
| 216 | + ILAP:hasPlanObjectiveType | ||
| 217 | + ILAP:BusinessAsUsual ; | ||
| 218 | + ILAP:hasPlanOperator | ||
| 219 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 220 | + ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ; | ||
| 221 | + ILAP:hasPlanProjectType | ||
| 222 | + ILAP:GreenFieldProject ; | ||
| 223 | + ILAP:hasPlanRegulator | ||
| 224 | + <http://data.posccaesar.org/brreg/NPD> ; | ||
| 225 | + ILAP:hasPlanResponsible | ||
| 226 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
| 227 | + ILAP:hasPlanRollUpPlan | ||
| 228 | + <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
| 229 | + ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
| 230 | + ILAP:hasPlanSupplier | ||
| 231 | + <http://data.posccaesar.org/brreg/BakerHughes> , <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
| 157 | ILAP:hasPlanUserField | 232 | ILAP:hasPlanUserField |
| 158 | - <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> . | 233 | + <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; |
| 234 | + ILAP:hasReferenceID "RDS489590"^^xsd:string . | ||
| 159 | 235 | ||
| 160 | UC1:Project_1 | 236 | UC1:Project_1 |
| 161 | rdf:type ILAP:Project ; | 237 | rdf:type ILAP:Project ; |
| ... | @@ -187,6 +263,14 @@ UC1:UserField_3 | ... | @@ -187,6 +263,14 @@ UC1:UserField_3 |
| 187 | rdf:type ILAP:UserField ; | 263 | rdf:type ILAP:UserField ; |
| 188 | rdfs:label "User field 3"^^xsd:string . | 264 | rdfs:label "User field 3"^^xsd:string . |
| 189 | 265 | ||
| 266 | +<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1> | ||
| 267 | + ILAP:hasSchedulePlan | ||
| 268 | + UC1:ProjectPlan_1 . | ||
| 269 | + | ||
| 270 | +<http://data.posccaesar.org/Data/UC2/PlannedActivity_1> | ||
| 271 | + ILAP:hasActivityPlan | ||
| 272 | + UC1:ProjectPlan_1 . | ||
| 273 | + | ||
| 190 | <http://data.posccaesar.org/NCS_PLANNING/UserField_1> | 274 | <http://data.posccaesar.org/NCS_PLANNING/UserField_1> |
| 191 | ILAP:hasUserFieldName | 275 | ILAP:hasUserFieldName |
| 192 | "Area"^^xsd:string ; | 276 | "Area"^^xsd:string ; |
| ... | @@ -208,3 +292,7 @@ UC1:UserField_3 | ... | @@ -208,3 +292,7 @@ UC1:UserField_3 |
| 208 | <http://data.posccaesar.org/brreg/Sevan> ; | 292 | <http://data.posccaesar.org/brreg/Sevan> ; |
| 209 | ILAP:hasUserFieldValue | 293 | ILAP:hasUserFieldValue |
| 210 | "Explosive Environment"^^xsd:string . | 294 | "Explosive Environment"^^xsd:string . |
| 295 | + | ||
| 296 | +ILAP:PlannedActivity_1 | ||
| 297 | + ILAP:hasActivityPlan | ||
| 298 | + UC1:ProjectPlan_1 . | ... | ... |
| ... | @@ -16,10 +16,6 @@ | ... | @@ -16,10 +16,6 @@ |
| 16 | UC2: rdf:type owl:Ontology ; | 16 | UC2: rdf:type owl:Ontology ; |
| 17 | owl:imports NCS: . | 17 | owl:imports NCS: . |
| 18 | 18 | ||
| 19 | -UC2:ActivityDependency_1 | ||
| 20 | - rdf:type ILAP:ActivityDependency ; | ||
| 21 | - rdfs:label "Activity dependency 1"^^xsd:string . | ||
| 22 | - | ||
| 23 | UC2:ActivityWBS_1 | 19 | UC2:ActivityWBS_1 |
| 24 | rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; | 20 | rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; |
| 25 | rdfs:label "Activity WBS 1"^^xsd:string . | 21 | rdfs:label "Activity WBS 1"^^xsd:string . |
| ... | @@ -40,16 +36,6 @@ UC2:Discipline_1 | ... | @@ -40,16 +36,6 @@ UC2:Discipline_1 |
| 40 | rdf:type COR:BEA , ILAP:Discipline ; | 36 | rdf:type COR:BEA , ILAP:Discipline ; |
| 41 | rdfs:label "Discipline 1"^^xsd:string . | 37 | rdfs:label "Discipline 1"^^xsd:string . |
| 42 | 38 | ||
| 43 | -UC2:FinishToStart_1 | ||
| 44 | - rdf:type ILAP:FinishToStart ; | ||
| 45 | - rdfs:label "Finish to start 1"^^xsd:string ; | ||
| 46 | - ILAP:hasSuccessorActivity | ||
| 47 | - UC2:PlannedActivity_2 ; | ||
| 48 | - ILAP:hasSuccessorCalendar | ||
| 49 | - UC2:Regular8To16WorkingDayCalendar_1 ; | ||
| 50 | - ILAP:hasSuccessorLag | ||
| 51 | - 2 . | ||
| 52 | - | ||
| 53 | UC2:Location_1 | 39 | UC2:Location_1 |
| 54 | rdf:type NPD:StatfjordA , ILAP:Location ; | 40 | rdf:type NPD:StatfjordA , ILAP:Location ; |
| 55 | rdfs:label "Location 1"^^xsd:string . | 41 | rdfs:label "Location 1"^^xsd:string . |
| ... | @@ -59,7 +45,7 @@ UC2:Milestone_1 | ... | @@ -59,7 +45,7 @@ UC2:Milestone_1 |
| 59 | rdfs:label "Milestone 1"^^xsd:string . | 45 | rdfs:label "Milestone 1"^^xsd:string . |
| 60 | 46 | ||
| 61 | UC2:NetworkSchedule_1 | 47 | UC2:NetworkSchedule_1 |
| 62 | - rdf:type ILAP:NetworkSchedule ; | 48 | + rdf:type ILAP:Schedule ; |
| 63 | rdfs:label "Network schedule 1"^^xsd:string . | 49 | rdfs:label "Network schedule 1"^^xsd:string . |
| 64 | 50 | ||
| 65 | UC2:PlannedActivity_2 | 51 | UC2:PlannedActivity_2 |
| ... | @@ -67,7 +53,7 @@ UC2:PlannedActivity_2 | ... | @@ -67,7 +53,7 @@ UC2:PlannedActivity_2 |
| 67 | rdfs:label "Planned activity 2"^^xsd:string . | 53 | rdfs:label "Planned activity 2"^^xsd:string . |
| 68 | 54 | ||
| 69 | UC2:ProfilePoint_1 | 55 | UC2:ProfilePoint_1 |
| 70 | - rdf:type ILAP:ProfilePoint ; | 56 | + rdf:type ILAP:ResourceProfilePoint ; |
| 71 | rdfs:label "Profile point 1"^^xsd:string ; | 57 | rdfs:label "Profile point 1"^^xsd:string ; |
| 72 | ILAP:hasProfilePointXValue | 58 | ILAP:hasProfilePointXValue |
| 73 | "0"^^xsd:float ; | 59 | "0"^^xsd:float ; |
| ... | @@ -75,7 +61,7 @@ UC2:ProfilePoint_1 | ... | @@ -75,7 +61,7 @@ UC2:ProfilePoint_1 |
| 75 | "0"^^xsd:float . | 61 | "0"^^xsd:float . |
| 76 | 62 | ||
| 77 | UC2:ProfilePoint_2 | 63 | UC2:ProfilePoint_2 |
| 78 | - rdf:type ILAP:ProfilePoint ; | 64 | + rdf:type ILAP:ResourceProfilePoint ; |
| 79 | rdfs:label "Profile point 2"^^xsd:string ; | 65 | rdfs:label "Profile point 2"^^xsd:string ; |
| 80 | ILAP:hasProfilePointXValue | 66 | ILAP:hasProfilePointXValue |
| 81 | "1"^^xsd:float ; | 67 | "1"^^xsd:float ; |
| ... | @@ -83,10 +69,10 @@ UC2:ProfilePoint_2 | ... | @@ -83,10 +69,10 @@ UC2:ProfilePoint_2 |
| 83 | "1"^^xsd:float . | 69 | "1"^^xsd:float . |
| 84 | 70 | ||
| 85 | UC2:Profile_1 | 71 | UC2:Profile_1 |
| 86 | - rdf:type ILAP:Profile ; | 72 | + rdf:type ILAP:ResourceProfile ; |
| 87 | rdfs:label "Profile 1"^^xsd:string ; | 73 | rdfs:label "Profile 1"^^xsd:string ; |
| 88 | ILAP:hasProfilePoint | 74 | ILAP:hasProfilePoint |
| 89 | - UC2:ProfilePoint_2 , UC2:ProfilePoint_1 . | 75 | + UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . |
| 90 | 76 | ||
| 91 | UC2:ProjectPlan_2 | 77 | UC2:ProjectPlan_2 |
| 92 | rdf:type ILAP:ProjectPlan ; | 78 | rdf:type ILAP:ProjectPlan ; | ... | ... |
-
Please register or login to post a comment