Showing
2 changed files
with
251 additions
and
247 deletions
| ... | @@ -13,55 +13,130 @@ | ... | @@ -13,55 +13,130 @@ |
| 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 15 | ||
| 16 | +<http://data.posccaesar.org/Data/UC1/ActivityInSchedule_1> | ||
| 17 | + ILAP:hasActivityInScheduleActivityInPlan | ||
| 18 | + ILAP:ActivityInPlan_1 . | ||
| 19 | + | ||
| 20 | +<http://data.posccaesar.org/Data/UC1/ActivityInSchedule_2> | ||
| 21 | + ILAP:hasActivityInScheduleActivityInPlan | ||
| 22 | + ILAP:ActivityInPlan_1 . | ||
| 23 | + | ||
| 16 | ILAP: | 24 | ILAP: |
| 17 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 27 | ||
| 20 | ILAP:Activity | 28 | ILAP:Activity |
| 21 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 29 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 22 | rdfs:label "Activity"^^xsd:string ; | 30 | rdfs:label "Activity"^^xsd:string ; |
| 23 | rdfs:subClassOf | 31 | rdfs:subClassOf |
| 24 | [ rdf:type owl:Restriction ; | 32 | [ rdf:type owl:Restriction ; |
| 25 | - owl:allValuesFrom ILAP:Discipline ; | 33 | + owl:allValuesFrom ILAP:Status ; |
| 26 | - owl:onProperty ILAP:hasActivityDiscipline | 34 | + owl:onProperty ILAP:hasActivityStatus |
| 27 | ] ; | 35 | ] ; |
| 28 | rdfs:subClassOf | 36 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 37 | [ rdf:type owl:Restriction ; |
| 30 | - owl:allValuesFrom ILAP:Calendar ; | 38 | + owl:onProperty ILAP:hasExternalReference ; |
| 31 | - owl:onProperty ILAP:hasActivityCalendar | 39 | + owl:someValuesFrom ILAP:ExternalReference |
| 32 | ] ; | 40 | ] ; |
| 33 | rdfs:subClassOf | 41 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 42 | [ rdf:type owl:Restriction ; |
| 35 | - owl:onProperty ILAP:hasExternalReference ; | 43 | + owl:allValuesFrom ILAP:Calendar ; |
| 36 | - owl:someValuesFrom ILAP:ExternalReference | 44 | + owl:onProperty ILAP:hasActivityCalendar |
| 37 | ] ; | 45 | ] ; |
| 38 | rdfs:subClassOf | 46 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 47 | [ rdf:type owl:Restriction ; |
| 40 | - owl:allValuesFrom ILAP:Status ; | 48 | + owl:allValuesFrom ILAP:Discipline ; |
| 41 | - owl:onProperty ILAP:hasActivityStatus | 49 | + owl:onProperty ILAP:hasActivityDiscipline |
| 42 | ] . | 50 | ] . |
| 43 | 51 | ||
| 44 | ILAP:ActivityDependency | 52 | ILAP:ActivityDependency |
| 45 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 53 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 46 | rdfs:label "Activity Dependency"^^xsd:string ; | 54 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 47 | rdfs:subClassOf ILAP:Constraint ; | 55 | rdfs:subClassOf ILAP:Constraint ; |
| 48 | rdfs:subClassOf | 56 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 57 | [ rdf:type owl:Restriction ; |
| 50 | owl:onClass ILAP:Activity ; | 58 | owl:onClass ILAP:Activity ; |
| 51 | - owl:onProperty ILAP:hasPredecessorActivity ; | 59 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 52 | owl:qualifiedCardinality | 60 | owl:qualifiedCardinality |
| 53 | "1"^^xsd:nonNegativeInteger | 61 | "1"^^xsd:nonNegativeInteger |
| 54 | ] ; | 62 | ] ; |
| 55 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| 56 | [ rdf:type owl:Restriction ; | 64 | [ rdf:type owl:Restriction ; |
| 57 | owl:onClass ILAP:Activity ; | 65 | owl:onClass ILAP:Activity ; |
| 58 | - owl:onProperty ILAP:hasSuccessorActivity ; | 66 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 59 | owl:qualifiedCardinality | 67 | owl:qualifiedCardinality |
| 60 | "1"^^xsd:nonNegativeInteger | 68 | "1"^^xsd:nonNegativeInteger |
| 61 | ] . | 69 | ] . |
| 62 | 70 | ||
| 71 | +ILAP:ActivityInPlan_1 | ||
| 72 | + rdf:type ILAP:PlannedActivity ; | ||
| 73 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 74 | + ILAP:hasActivityActiveStatus | ||
| 75 | + <http://data.posccaesar.org/Data/UC1/ActivityStatus_1> ; | ||
| 76 | + ILAP:hasActivityActualProgressPercent | ||
| 77 | + "75"^^xsd:float ; | ||
| 78 | + ILAP:hasActivityCalendar | ||
| 79 | + <http://data.posccaesar.org/Data/UC1/Calendar_1> ; | ||
| 80 | + ILAP:hasActivityContractor | ||
| 81 | + BRREG:BakerHughes ; | ||
| 82 | + ILAP:hasActivityDiscipline | ||
| 83 | + <http://data.posccaesar.org/Data/UC1/Discipline_1> ; | ||
| 84 | + ILAP:hasActivityEstimatedWeight | ||
| 85 | + "10500"^^xsd:float ; | ||
| 86 | + ILAP:hasActivityLocation | ||
| 87 | + NCS:NPDelement_1 ; | ||
| 88 | + ILAP:hasActivityPartActivity | ||
| 89 | + <http://data.posccaesar.org/Data/UC1/ActivityInPlan_2> ; | ||
| 90 | + ILAP:hasActivityPhase | ||
| 91 | + <http://data.posccaesar.org/Data/UC1/Phase_1> ; | ||
| 92 | + ILAP:hasActivityPhysicalPercentComplete | ||
| 93 | + "70"^^xsd:float ; | ||
| 94 | + ILAP:hasActivityPlan | ||
| 95 | + <http://data.posccaesar.org/Data/UC1/ProjectPlan_1> ; | ||
| 96 | + ILAP:hasActivityPlannedProgressPercent | ||
| 97 | + 80 ; | ||
| 98 | + ILAP:hasActivityPlannedResource | ||
| 99 | + <http://data.posccaesar.org/Data/UC1/PlannedResource_1> ; | ||
| 100 | + ILAP:hasActivityRegulator | ||
| 101 | + BRREG:NPD ; | ||
| 102 | + ILAP:hasActivityResourceProfile | ||
| 103 | + <http://data.posccaesar.org/Data/UC1/Profile_1> ; | ||
| 104 | + ILAP:hasActivityResponsiblePerson | ||
| 105 | + POB:RolfHansen ; | ||
| 106 | + ILAP:hasActivityResult | ||
| 107 | + <http://data.posccaesar.org/Data/UC1/Result_1> ; | ||
| 108 | + ILAP:hasActivityRiskFactor | ||
| 109 | + <http://data.posccaesar.org/Data/UC1/RiskFactor_1> ; | ||
| 110 | + ILAP:hasActivityShutdown | ||
| 111 | + <http://data.posccaesar.org/Data/UC1/Shutdown_1> ; | ||
| 112 | + ILAP:hasActivityStatus | ||
| 113 | + ILAP:Active ; | ||
| 114 | + ILAP:hasActivitySuccessor | ||
| 115 | + <http://data.posccaesar.org/Data/UC1/ActivityDependency_1> ; | ||
| 116 | + ILAP:hasActivitySupplier | ||
| 117 | + BRREG:BakerHughes ; | ||
| 118 | + ILAP:hasActivityTaskLeader | ||
| 119 | + POB:NiloErdal ; | ||
| 120 | + ILAP:hasActivityVendor | ||
| 121 | + BRREG:BakerHughes ; | ||
| 122 | + ILAP:hasActivityWBSelement | ||
| 123 | + ILAP:ActivityWBS_1 ; | ||
| 124 | + ILAP:hasActivityWeight | ||
| 125 | + "10800"^^xsd:float ; | ||
| 126 | + ILAP:hasActivityWorkVolume | ||
| 127 | + "250"^^xsd:float ; | ||
| 128 | + ILAP:hasExternalReference | ||
| 129 | + <http://data.posccaesar.org/Data/UC1/ExternalReference_1> ; | ||
| 130 | + ILAP:hasFixedFinish "2014-10-17"^^xsd:date ; | ||
| 131 | + ILAP:hasFixedStart "2014-09-01"^^xsd:date ; | ||
| 132 | + ILAP:hasObjectDescription | ||
| 133 | + "Specific text object"^^xsd:string ; | ||
| 134 | + ILAP:hasObjectName "Soecific object name"^^xsd:string ; | ||
| 135 | + ILAP:hasObjectReferenceID | ||
| 136 | + "Specific object ID"^^xsd:string . | ||
| 137 | + | ||
| 63 | ILAP:ActivityPlan | 138 | ILAP:ActivityPlan |
| 64 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 139 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 65 | rdfs:label "Activity Plan"^^xsd:string ; | 140 | rdfs:label "Activity Plan"^^xsd:string ; |
| 66 | rdfs:subClassOf ILAP:Network ; | 141 | rdfs:subClassOf ILAP:Network ; |
| 67 | rdfs:subClassOf | 142 | rdfs:subClassOf |
| ... | @@ -76,7 +151,7 @@ ILAP:ActivityStatus | ... | @@ -76,7 +151,7 @@ ILAP:ActivityStatus |
| 76 | rdfs:subClassOf ILAP:Status . | 151 | rdfs:subClassOf ILAP:Status . |
| 77 | 152 | ||
| 78 | ILAP:ActivityWBS | 153 | ILAP:ActivityWBS |
| 79 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 154 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 80 | rdfs:label "Activity WBS"^^xsd:string ; | 155 | rdfs:label "Activity WBS"^^xsd:string ; |
| 81 | rdfs:subClassOf ILAP:Network . | 156 | rdfs:subClassOf ILAP:Network . |
| 82 | 157 | ||
| ... | @@ -87,15 +162,15 @@ ILAP:ActivityWBS_1 | ... | @@ -87,15 +162,15 @@ ILAP:ActivityWBS_1 |
| 87 | ILAP:Application | 162 | ILAP:Application |
| 88 | rdf:type owl:Class ; | 163 | rdf:type owl:Class ; |
| 89 | rdfs:label "Application"^^xsd:string ; | 164 | rdfs:label "Application"^^xsd:string ; |
| 90 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 165 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 91 | 166 | ||
| 92 | ILAP:Asset | 167 | ILAP:Asset |
| 93 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
| 94 | rdfs:label "Asset"^^xsd:string ; | 169 | rdfs:label "Asset"^^xsd:string ; |
| 95 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 170 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 96 | 171 | ||
| 97 | ILAP:Baseline | 172 | ILAP:Baseline |
| 98 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 173 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 99 | rdfs:label "Baseline"^^xsd:string ; | 174 | rdfs:label "Baseline"^^xsd:string ; |
| 100 | rdfs:subClassOf ILAP:Network . | 175 | rdfs:subClassOf ILAP:Network . |
| 101 | 176 | ||
| ... | @@ -109,9 +184,9 @@ ILAP:CAPEX | ... | @@ -109,9 +184,9 @@ ILAP:CAPEX |
| 109 | rdfs:label "CAPEX"^^xsd:string . | 184 | rdfs:label "CAPEX"^^xsd:string . |
| 110 | 185 | ||
| 111 | ILAP:Calendar | 186 | ILAP:Calendar |
| 112 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 187 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 113 | rdfs:label "Calendar"^^xsd:string ; | 188 | rdfs:label "Calendar"^^xsd:string ; |
| 114 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 189 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 115 | rdfs:subClassOf | 190 | rdfs:subClassOf |
| 116 | [ rdf:type owl:Restriction ; | 191 | [ rdf:type owl:Restriction ; |
| 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 192 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -119,14 +194,14 @@ ILAP:Calendar | ... | @@ -119,14 +194,14 @@ ILAP:Calendar |
| 119 | ] . | 194 | ] . |
| 120 | 195 | ||
| 121 | ILAP:CalendarDay | 196 | ILAP:CalendarDay |
| 122 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 197 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 123 | rdfs:label "Calendar day"^^xsd:string ; | 198 | rdfs:label "Calendar day"^^xsd:string ; |
| 124 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 199 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 125 | 200 | ||
| 126 | ILAP:CalendarFreePeriod | 201 | ILAP:CalendarFreePeriod |
| 127 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 202 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 128 | rdfs:label "Calendar free period"^^xsd:string ; | 203 | rdfs:label "Calendar free period"^^xsd:string ; |
| 129 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 204 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 130 | rdfs:subClassOf | 205 | rdfs:subClassOf |
| 131 | [ rdf:type owl:Restriction ; | 206 | [ rdf:type owl:Restriction ; |
| 132 | owl:onClass ILAP:Calendar ; | 207 | owl:onClass ILAP:Calendar ; |
| ... | @@ -138,28 +213,28 @@ ILAP:CalendarFreePeriod | ... | @@ -138,28 +213,28 @@ ILAP:CalendarFreePeriod |
| 138 | ] . | 213 | ] . |
| 139 | 214 | ||
| 140 | ILAP:CalendarFreePeriodWeekRepeat | 215 | ILAP:CalendarFreePeriodWeekRepeat |
| 141 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 216 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 142 | rdfs:label "Free day"^^xsd:string ; | 217 | rdfs:label "Free day"^^xsd:string ; |
| 143 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 218 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 144 | 219 | ||
| 145 | ILAP:CalendarHour | 220 | ILAP:CalendarHour |
| 146 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 221 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 147 | rdfs:label "calendar hour"^^xsd:string ; | 222 | rdfs:label "calendar hour"^^xsd:string ; |
| 148 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 223 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 149 | 224 | ||
| 150 | ILAP:CalendarPeriod | 225 | ILAP:CalendarPeriod |
| 151 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 226 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 152 | rdfs:label "Calendar period"^^xsd:string ; | 227 | rdfs:label "Calendar period"^^xsd:string ; |
| 153 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 228 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 154 | rdfs:subClassOf | 229 | rdfs:subClassOf |
| 155 | [ rdf:type owl:Restriction ; | 230 | [ rdf:type owl:Restriction ; |
| 156 | - owl:allValuesFrom ILAP:CalendarDay ; | 231 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 157 | - owl:onProperty ILAP:hasCalendarPeriodDay | 232 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 158 | ] ; | 233 | ] ; |
| 159 | rdfs:subClassOf | 234 | rdfs:subClassOf |
| 160 | [ rdf:type owl:Restriction ; | 235 | [ rdf:type owl:Restriction ; |
| 161 | - owl:allValuesFrom ILAP:CalendarHour ; | 236 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 162 | - owl:onProperty ILAP:hasCalendarPeriodHour | 237 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 163 | ] . | 238 | ] . |
| 164 | 239 | ||
| 165 | ILAP:Category | 240 | ILAP:Category |
| ... | @@ -170,12 +245,12 @@ ILAP:Category | ... | @@ -170,12 +245,12 @@ ILAP:Category |
| 170 | ILAP:Constraint | 245 | ILAP:Constraint |
| 171 | rdf:type owl:Class ; | 246 | rdf:type owl:Class ; |
| 172 | rdfs:label "Constraint"^^xsd:string ; | 247 | rdfs:label "Constraint"^^xsd:string ; |
| 173 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 248 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 174 | 249 | ||
| 175 | ILAP:Contract | 250 | ILAP:Contract |
| 176 | rdf:type owl:Class ; | 251 | rdf:type owl:Class ; |
| 177 | rdfs:label "Contract"^^xsd:string ; | 252 | rdfs:label "Contract"^^xsd:string ; |
| 178 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 253 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 179 | 254 | ||
| 180 | ILAP:ControlSchedule | 255 | ILAP:ControlSchedule |
| 181 | rdf:type owl:Class ; | 256 | rdf:type owl:Class ; |
| ... | @@ -185,7 +260,7 @@ ILAP:ControlSchedule | ... | @@ -185,7 +260,7 @@ ILAP:ControlSchedule |
| 185 | ILAP:Cost | 260 | ILAP:Cost |
| 186 | rdf:type owl:Class ; | 261 | rdf:type owl:Class ; |
| 187 | rdfs:label "Cost"^^xsd:string ; | 262 | rdfs:label "Cost"^^xsd:string ; |
| 188 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 263 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 189 | 264 | ||
| 190 | ILAP:CostBased | 265 | ILAP:CostBased |
| 191 | rdf:type owl:Class ; | 266 | rdf:type owl:Class ; |
| ... | @@ -193,14 +268,14 @@ ILAP:CostBased | ... | @@ -193,14 +268,14 @@ ILAP:CostBased |
| 193 | rdfs:subClassOf ILAP:Resource . | 268 | rdfs:subClassOf ILAP:Resource . |
| 194 | 269 | ||
| 195 | ILAP:CurrentSchedule | 270 | ILAP:CurrentSchedule |
| 196 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 271 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 197 | rdfs:label "Current schedule"^^xsd:string ; | 272 | rdfs:label "Current schedule"^^xsd:string ; |
| 198 | rdfs:subClassOf ILAP:Schedule . | 273 | rdfs:subClassOf ILAP:Schedule . |
| 199 | 274 | ||
| 200 | ILAP:Data | 275 | ILAP:Data |
| 201 | rdf:type owl:Class ; | 276 | rdf:type owl:Class ; |
| 202 | rdfs:label "Data"^^xsd:string ; | 277 | rdfs:label "Data"^^xsd:string ; |
| 203 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 278 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 204 | rdfs:subClassOf | 279 | rdfs:subClassOf |
| 205 | [ rdf:type owl:Restriction ; | 280 | [ rdf:type owl:Restriction ; |
| 206 | owl:onClass ILAP:Project ; | 281 | owl:onClass ILAP:Project ; |
| ... | @@ -225,20 +300,18 @@ ILAP:DegreeOfPriority | ... | @@ -225,20 +300,18 @@ ILAP:DegreeOfPriority |
| 225 | rdfs:subClassOf owl:Thing . | 300 | rdfs:subClassOf owl:Thing . |
| 226 | 301 | ||
| 227 | ILAP:Discipline | 302 | ILAP:Discipline |
| 228 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 303 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 229 | rdfs:label "Discipline"^^xsd:string ; | 304 | rdfs:label "Discipline"^^xsd:string ; |
| 230 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 305 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
| 231 | 306 | ||
| 232 | ILAP:ExternalReference | 307 | ILAP:ExternalReference |
| 233 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 308 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 234 | rdfs:label "External Reference"^^xsd:string ; | 309 | rdfs:label "External Reference"^^xsd:string ; |
| 235 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 310 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 236 | rdfs:subClassOf | 311 | rdfs:subClassOf |
| 237 | [ rdf:type owl:Restriction ; | 312 | [ rdf:type owl:Restriction ; |
| 238 | - owl:onDataRange xsd:string ; | 313 | + owl:allValuesFrom ILAP:Application ; |
| 239 | - owl:onProperty ILAP:hasObjectReferenceID ; | 314 | + owl:onProperty ILAP:hasReferenceApplication |
| 240 | - owl:qualifiedCardinality | ||
| 241 | - "1"^^xsd:nonNegativeInteger | ||
| 242 | ] ; | 315 | ] ; |
| 243 | rdfs:subClassOf | 316 | rdfs:subClassOf |
| 244 | [ rdf:type owl:Restriction ; | 317 | [ rdf:type owl:Restriction ; |
| ... | @@ -247,19 +320,21 @@ ILAP:ExternalReference | ... | @@ -247,19 +320,21 @@ ILAP:ExternalReference |
| 247 | ] ; | 320 | ] ; |
| 248 | rdfs:subClassOf | 321 | rdfs:subClassOf |
| 249 | [ rdf:type owl:Restriction ; | 322 | [ rdf:type owl:Restriction ; |
| 250 | - owl:allValuesFrom ILAP:Application ; | 323 | + owl:onDataRange xsd:string ; |
| 251 | - owl:onProperty ILAP:hasReferenceApplication | 324 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 325 | + owl:qualifiedCardinality | ||
| 326 | + "1"^^xsd:nonNegativeInteger | ||
| 252 | ] . | 327 | ] . |
| 253 | 328 | ||
| 254 | ILAP:FinishToFinish | 329 | ILAP:FinishToFinish |
| 255 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 330 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 256 | rdfs:label "Finish to finish"^^xsd:string ; | 331 | rdfs:label "Finish to finish"^^xsd:string ; |
| 257 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 332 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 258 | 333 | ||
| 259 | ILAP:FinishToStart | 334 | ILAP:FinishToStart |
| 260 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 335 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 261 | rdfs:label "Finish to start"^^xsd:string ; | 336 | rdfs:label "Finish to start"^^xsd:string ; |
| 262 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 337 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 263 | 338 | ||
| 264 | ILAP:FunctionalLocation | 339 | ILAP:FunctionalLocation |
| 265 | rdf:type owl:Class ; | 340 | rdf:type owl:Class ; |
| ... | @@ -277,7 +352,7 @@ ILAP:HighPriority | ... | @@ -277,7 +352,7 @@ ILAP:HighPriority |
| 277 | ILAP:Information | 352 | ILAP:Information |
| 278 | rdf:type owl:Class ; | 353 | rdf:type owl:Class ; |
| 279 | rdfs:label "Information"^^xsd:string ; | 354 | rdfs:label "Information"^^xsd:string ; |
| 280 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 355 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 281 | 356 | ||
| 282 | ILAP:Knowledge | 357 | ILAP:Knowledge |
| 283 | rdf:type owl:Class ; | 358 | rdf:type owl:Class ; |
| ... | @@ -285,14 +360,14 @@ ILAP:Knowledge | ... | @@ -285,14 +360,14 @@ ILAP:Knowledge |
| 285 | rdfs:subClassOf ILAP:Information . | 360 | rdfs:subClassOf ILAP:Information . |
| 286 | 361 | ||
| 287 | ILAP:LiveSchedule | 362 | ILAP:LiveSchedule |
| 288 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 363 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 289 | rdfs:label "Live schedule"^^xsd:string ; | 364 | rdfs:label "Live schedule"^^xsd:string ; |
| 290 | rdfs:subClassOf ILAP:Schedule . | 365 | rdfs:subClassOf ILAP:Schedule . |
| 291 | 366 | ||
| 292 | ILAP:Location | 367 | ILAP:Location |
| 293 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 368 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 294 | rdfs:label "Location"^^xsd:string ; | 369 | rdfs:label "Location"^^xsd:string ; |
| 295 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 370 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 296 | 371 | ||
| 297 | ILAP:LowCriticality | 372 | ILAP:LowCriticality |
| 298 | rdf:type ILAP:DegreeOfCriticality ; | 373 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -303,13 +378,13 @@ ILAP:LowPriority | ... | @@ -303,13 +378,13 @@ ILAP:LowPriority |
| 303 | rdfs:label "Low priority"^^xsd:string . | 378 | rdfs:label "Low priority"^^xsd:string . |
| 304 | 379 | ||
| 305 | ILAP:Milestone | 380 | ILAP:Milestone |
| 306 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 381 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 307 | rdfs:label "Milestone"^^xsd:string . | 382 | rdfs:label "Milestone"^^xsd:string . |
| 308 | 383 | ||
| 309 | ILAP:Network | 384 | ILAP:Network |
| 310 | rdf:type owl:Class ; | 385 | rdf:type owl:Class ; |
| 311 | rdfs:label "Network"^^xsd:string ; | 386 | rdfs:label "Network"^^xsd:string ; |
| 312 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 387 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 313 | 388 | ||
| 314 | ILAP:NormalCriticality | 389 | ILAP:NormalCriticality |
| 315 | rdf:type ILAP:DegreeOfCriticality ; | 390 | rdf:type ILAP:DegreeOfCriticality ; |
| ... | @@ -344,49 +419,49 @@ ILAP:PhysicalLocation | ... | @@ -344,49 +419,49 @@ ILAP:PhysicalLocation |
| 344 | rdfs:subClassOf ILAP:Location . | 419 | rdfs:subClassOf ILAP:Location . |
| 345 | 420 | ||
| 346 | ILAP:PlanClassifier | 421 | ILAP:PlanClassifier |
| 347 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 422 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 348 | rdfs:label "Plan classifier"^^xsd:string ; | 423 | rdfs:label "Plan classifier"^^xsd:string ; |
| 349 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 424 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 350 | 425 | ||
| 351 | ILAP:PlanContentType | 426 | ILAP:PlanContentType |
| 352 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 427 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 353 | rdfs:label "Content type"^^xsd:string ; | 428 | rdfs:label "Content type"^^xsd:string ; |
| 354 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 429 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 355 | 430 | ||
| 356 | ILAP:PlanContractType | 431 | ILAP:PlanContractType |
| 357 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 432 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 358 | rdfs:label "Plan contract type"^^xsd:string ; | 433 | rdfs:label "Plan contract type"^^xsd:string ; |
| 359 | rdfs:subClassOf ILAP:PlanClassifier . | 434 | rdfs:subClassOf ILAP:PlanClassifier . |
| 360 | 435 | ||
| 361 | ILAP:PlanExpenseType | 436 | ILAP:PlanExpenseType |
| 362 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 437 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 363 | rdfs:label "Plan expense type"^^xsd:string ; | 438 | rdfs:label "Plan expense type"^^xsd:string ; |
| 364 | rdfs:subClassOf ILAP:PlanClassifier . | 439 | rdfs:subClassOf ILAP:PlanClassifier . |
| 365 | 440 | ||
| 366 | ILAP:PlanGeoArea | 441 | ILAP:PlanGeoArea |
| 367 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 442 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 368 | rdfs:label "Plan geographic area"^^xsd:string ; | 443 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 369 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 444 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 370 | 445 | ||
| 371 | ILAP:PlanLevel | 446 | ILAP:PlanLevel |
| 372 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 447 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 373 | rdfs:label "Plan level"^^xsd:string ; | 448 | rdfs:label "Plan level"^^xsd:string ; |
| 374 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 449 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 375 | 450 | ||
| 376 | ILAP:PlanLifecycleStage | 451 | ILAP:PlanLifecycleStage |
| 377 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 452 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 378 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 453 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 379 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 454 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 380 | 455 | ||
| 381 | ILAP:PlanObjectiveType | 456 | ILAP:PlanObjectiveType |
| 382 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 457 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 383 | rdfs:label "Plan objective type"^^xsd:string ; | 458 | rdfs:label "Plan objective type"^^xsd:string ; |
| 384 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 459 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 385 | 460 | ||
| 386 | ILAP:PlanProjectType | 461 | ILAP:PlanProjectType |
| 387 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 462 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 388 | rdfs:label "Plan project type"^^xsd:string ; | 463 | rdfs:label "Plan project type"^^xsd:string ; |
| 389 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 464 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 390 | 465 | ||
| 391 | ILAP:PlannedActivity | 466 | ILAP:PlannedActivity |
| 392 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 467 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -394,50 +469,50 @@ ILAP:PlannedActivity | ... | @@ -394,50 +469,50 @@ ILAP:PlannedActivity |
| 394 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 469 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 395 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 396 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 397 | - owl:allValuesFrom ILAP:Result ; | 472 | + owl:allValuesFrom ILAP:Location ; |
| 398 | - owl:onProperty ILAP:hasActivityResult | 473 | + owl:onProperty ILAP:hasActivityLocation |
| 399 | ] ; | 474 | ] ; |
| 400 | rdfs:subClassOf | 475 | rdfs:subClassOf |
| 401 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
| 402 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 477 | + owl:maxQualifiedCardinality |
| 403 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 478 | + "1"^^xsd:nonNegativeInteger ; |
| 479 | + owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 480 | + owl:onProperty ILAP:hasActivityPlan | ||
| 404 | ] ; | 481 | ] ; |
| 405 | rdfs:subClassOf | 482 | rdfs:subClassOf |
| 406 | [ rdf:type owl:Restriction ; | 483 | [ rdf:type owl:Restriction ; |
| 407 | - owl:allValuesFrom ILAP:ResourceProfile ; | 484 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 408 | - owl:onProperty ILAP:hasActivityResourceProfile | 485 | + owl:onProperty ILAP:hasActivitySuccessor |
| 409 | ] ; | 486 | ] ; |
| 410 | rdfs:subClassOf | 487 | rdfs:subClassOf |
| 411 | [ rdf:type owl:Restriction ; | 488 | [ rdf:type owl:Restriction ; |
| 412 | - owl:allValuesFrom ILAP:Location ; | 489 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 413 | - owl:onProperty ILAP:hasActivityLocation | 490 | + owl:onProperty ILAP:hasActivityPredecessor |
| 414 | ] ; | 491 | ] ; |
| 415 | rdfs:subClassOf | 492 | rdfs:subClassOf |
| 416 | [ rdf:type owl:Restriction ; | 493 | [ rdf:type owl:Restriction ; |
| 417 | - owl:onProperty ILAP:hasActivityDiscipline ; | 494 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 418 | - owl:someValuesFrom ILAP:Discipline | 495 | + owl:onProperty ILAP:hasActivityWBSelement |
| 419 | ] ; | 496 | ] ; |
| 420 | rdfs:subClassOf | 497 | rdfs:subClassOf |
| 421 | [ rdf:type owl:Restriction ; | 498 | [ rdf:type owl:Restriction ; |
| 422 | - owl:allValuesFrom ILAP:ActivityDependency ; | 499 | + owl:allValuesFrom ILAP:Result ; |
| 423 | - owl:onProperty ILAP:hasActivityPredecessor | 500 | + owl:onProperty ILAP:hasActivityResult |
| 424 | ] ; | 501 | ] ; |
| 425 | rdfs:subClassOf | 502 | rdfs:subClassOf |
| 426 | [ rdf:type owl:Restriction ; | 503 | [ rdf:type owl:Restriction ; |
| 427 | - owl:allValuesFrom ILAP:ActivityDependency ; | 504 | + owl:allValuesFrom ILAP:ResourceProfile ; |
| 428 | - owl:onProperty ILAP:hasActivitySuccessor | 505 | + owl:onProperty ILAP:hasActivityResourceProfile |
| 429 | ] ; | 506 | ] ; |
| 430 | rdfs:subClassOf | 507 | rdfs:subClassOf |
| 431 | [ rdf:type owl:Restriction ; | 508 | [ rdf:type owl:Restriction ; |
| 432 | - owl:maxQualifiedCardinality | 509 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 433 | - "1"^^xsd:nonNegativeInteger ; | 510 | + owl:someValuesFrom ILAP:Discipline |
| 434 | - owl:onClass ILAP:ProjectExecutionPlan ; | ||
| 435 | - owl:onProperty ILAP:hasActivityPlan | ||
| 436 | ] ; | 511 | ] ; |
| 437 | rdfs:subClassOf | 512 | rdfs:subClassOf |
| 438 | [ rdf:type owl:Restriction ; | 513 | [ rdf:type owl:Restriction ; |
| 439 | - owl:allValuesFrom ILAP:ActivityWBS ; | 514 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 440 | - owl:onProperty ILAP:hasActivityWBSelement | 515 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 441 | ] . | 516 | ] . |
| 442 | 517 | ||
| 443 | ILAP:PlannedMilestone | 518 | ILAP:PlannedMilestone |
| ... | @@ -461,18 +536,13 @@ ILAP:Programme | ... | @@ -461,18 +536,13 @@ ILAP:Programme |
| 461 | rdfs:subClassOf ILAP:Project . | 536 | rdfs:subClassOf ILAP:Project . |
| 462 | 537 | ||
| 463 | ILAP:Project | 538 | ILAP:Project |
| 464 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 539 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 465 | rdfs:label "Project"^^xsd:string ; | 540 | rdfs:label "Project"^^xsd:string ; |
| 466 | rdfs:subClassOf ILAP:Activity ; | 541 | rdfs:subClassOf ILAP:Activity ; |
| 467 | rdfs:subClassOf | 542 | rdfs:subClassOf |
| 468 | [ rdf:type owl:Restriction ; | 543 | [ rdf:type owl:Restriction ; |
| 469 | - owl:allValuesFrom ILAP:Project ; | 544 | + owl:allValuesFrom BRREG:OilCompany ; |
| 470 | - owl:onProperty ILAP:hasProjectSubproject | 545 | + owl:onProperty ILAP:hasProjectResponsible |
| 471 | - ] ; | ||
| 472 | - rdfs:subClassOf | ||
| 473 | - [ rdf:type owl:Restriction ; | ||
| 474 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 475 | - owl:onProperty ILAP:hasExternalReference | ||
| 476 | ] ; | 546 | ] ; |
| 477 | rdfs:subClassOf | 547 | rdfs:subClassOf |
| 478 | [ rdf:type owl:Restriction ; | 548 | [ rdf:type owl:Restriction ; |
| ... | @@ -483,8 +553,13 @@ ILAP:Project | ... | @@ -483,8 +553,13 @@ ILAP:Project |
| 483 | ] ; | 553 | ] ; |
| 484 | rdfs:subClassOf | 554 | rdfs:subClassOf |
| 485 | [ rdf:type owl:Restriction ; | 555 | [ rdf:type owl:Restriction ; |
| 486 | - owl:allValuesFrom BRREG:OilCompany ; | 556 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 487 | - owl:onProperty ILAP:hasProjectResponsible | 557 | + owl:onProperty ILAP:hasExternalReference |
| 558 | + ] ; | ||
| 559 | + rdfs:subClassOf | ||
| 560 | + [ rdf:type owl:Restriction ; | ||
| 561 | + owl:allValuesFrom ILAP:Project ; | ||
| 562 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 488 | ] . | 563 | ] . |
| 489 | 564 | ||
| 490 | ILAP:ProjectExecutionPlan | 565 | ILAP:ProjectExecutionPlan |
| ... | @@ -493,40 +568,38 @@ ILAP:ProjectExecutionPlan | ... | @@ -493,40 +568,38 @@ ILAP:ProjectExecutionPlan |
| 493 | rdfs:subClassOf ILAP:Network ; | 568 | rdfs:subClassOf ILAP:Network ; |
| 494 | rdfs:subClassOf | 569 | rdfs:subClassOf |
| 495 | [ rdf:type owl:Restriction ; | 570 | [ rdf:type owl:Restriction ; |
| 496 | - owl:onProperty ILAP:hasPlanContentType ; | 571 | + owl:onProperty ILAP:hasPlanLevel ; |
| 497 | - owl:someValuesFrom ILAP:PlanContentType | 572 | + owl:someValuesFrom ILAP:PlanLevel |
| 498 | ] ; | 573 | ] ; |
| 499 | rdfs:subClassOf | 574 | rdfs:subClassOf |
| 500 | [ rdf:type owl:Restriction ; | 575 | [ rdf:type owl:Restriction ; |
| 501 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 576 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 502 | - owl:onProperty ILAP:hasPlanSubplan | 577 | + owl:someValuesFrom ILAP:PlanProjectType |
| 503 | ] ; | 578 | ] ; |
| 504 | rdfs:subClassOf | 579 | rdfs:subClassOf |
| 505 | [ rdf:type owl:Restriction ; | 580 | [ rdf:type owl:Restriction ; |
| 506 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 581 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 507 | - owl:onProperty ILAP:hasPlanRollUpPlan | 582 | + owl:onProperty ILAP:hasPlanContractType |
| 508 | ] ; | 583 | ] ; |
| 509 | rdfs:subClassOf | 584 | rdfs:subClassOf |
| 510 | [ rdf:type owl:Restriction ; | 585 | [ rdf:type owl:Restriction ; |
| 511 | - owl:onProperty ILAP:hasPlanProjectType ; | 586 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 512 | - owl:someValuesFrom ILAP:PlanProjectType | 587 | + owl:onProperty ILAP:hasPlanResponsible |
| 513 | ] ; | 588 | ] ; |
| 514 | rdfs:subClassOf | 589 | rdfs:subClassOf |
| 515 | [ rdf:type owl:Restriction ; | 590 | [ rdf:type owl:Restriction ; |
| 516 | - owl:allValuesFrom ILAP:PlanContractType ; | 591 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 517 | - owl:onProperty ILAP:hasPlanContractType | 592 | + owl:onProperty ILAP:hasPlanSubplan |
| 518 | ] ; | 593 | ] ; |
| 519 | rdfs:subClassOf | 594 | rdfs:subClassOf |
| 520 | [ rdf:type owl:Restriction ; | 595 | [ rdf:type owl:Restriction ; |
| 521 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 596 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 522 | - owl:onProperty ILAP:hasPlanLifecycleStage | 597 | + owl:onProperty ILAP:hasPlanAsset |
| 523 | ] ; | 598 | ] ; |
| 524 | rdfs:subClassOf | 599 | rdfs:subClassOf |
| 525 | [ rdf:type owl:Restriction ; | 600 | [ rdf:type owl:Restriction ; |
| 526 | - owl:maxQualifiedCardinality | 601 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 527 | - "1"^^xsd:nonNegativeInteger ; | 602 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 528 | - owl:onClass ILAP:Project ; | ||
| 529 | - owl:onProperty ILAP:hasPlanProject | ||
| 530 | ] ; | 603 | ] ; |
| 531 | rdfs:subClassOf | 604 | rdfs:subClassOf |
| 532 | [ rdf:type owl:Restriction ; | 605 | [ rdf:type owl:Restriction ; |
| ... | @@ -537,28 +610,30 @@ ILAP:ProjectExecutionPlan | ... | @@ -537,28 +610,30 @@ ILAP:ProjectExecutionPlan |
| 537 | ] ; | 610 | ] ; |
| 538 | rdfs:subClassOf | 611 | rdfs:subClassOf |
| 539 | [ rdf:type owl:Restriction ; | 612 | [ rdf:type owl:Restriction ; |
| 540 | - owl:onProperty ILAP:hasPlanGeoArea ; | 613 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 541 | - owl:someValuesFrom ILAP:PlanGeoArea | 614 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 542 | ] ; | 615 | ] ; |
| 543 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 544 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
| 545 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 618 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 546 | - owl:onProperty ILAP:hasPlanAsset | 619 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 547 | ] ; | 620 | ] ; |
| 548 | rdfs:subClassOf | 621 | rdfs:subClassOf |
| 549 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
| 550 | - owl:onProperty ILAP:hasPlanLevel ; | 623 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 551 | - owl:someValuesFrom ILAP:PlanLevel | 624 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 552 | ] ; | 625 | ] ; |
| 553 | rdfs:subClassOf | 626 | rdfs:subClassOf |
| 554 | [ rdf:type owl:Restriction ; | 627 | [ rdf:type owl:Restriction ; |
| 555 | - owl:allValuesFrom BRREG:LegalEntity ; | 628 | + owl:maxQualifiedCardinality |
| 556 | - owl:onProperty ILAP:hasPlanResponsible | 629 | + "1"^^xsd:nonNegativeInteger ; |
| 630 | + owl:onClass ILAP:Project ; | ||
| 631 | + owl:onProperty ILAP:hasPlanProject | ||
| 557 | ] ; | 632 | ] ; |
| 558 | rdfs:subClassOf | 633 | rdfs:subClassOf |
| 559 | [ rdf:type owl:Restriction ; | 634 | [ rdf:type owl:Restriction ; |
| 560 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 635 | + owl:onProperty ILAP:hasPlanContentType ; |
| 561 | - owl:onProperty ILAP:hasPlanObjectiveType | 636 | + owl:someValuesFrom ILAP:PlanContentType |
| 562 | ] . | 637 | ] . |
| 563 | 638 | ||
| 564 | ILAP:ProjectType | 639 | ILAP:ProjectType |
| ... | @@ -567,14 +642,14 @@ ILAP:ProjectType | ... | @@ -567,14 +642,14 @@ ILAP:ProjectType |
| 567 | rdfs:subClassOf owl:Thing . | 642 | rdfs:subClassOf owl:Thing . |
| 568 | 643 | ||
| 569 | ILAP:Regular8To16WorkingDayCalendar | 644 | ILAP:Regular8To16WorkingDayCalendar |
| 570 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 645 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 571 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 646 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 572 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 647 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 573 | 648 | ||
| 574 | ILAP:Resource | 649 | ILAP:Resource |
| 575 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 650 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 576 | rdfs:label "Resource"^^xsd:string ; | 651 | rdfs:label "Resource"^^xsd:string ; |
| 577 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 652 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 578 | 653 | ||
| 579 | ILAP:ResourceEstimate | 654 | ILAP:ResourceEstimate |
| 580 | rdf:type owl:Class ; | 655 | rdf:type owl:Class ; |
| ... | @@ -582,14 +657,14 @@ ILAP:ResourceEstimate | ... | @@ -582,14 +657,14 @@ ILAP:ResourceEstimate |
| 582 | rdfs:subClassOf ILAP:ResourceStructure . | 657 | rdfs:subClassOf ILAP:ResourceStructure . |
| 583 | 658 | ||
| 584 | ILAP:ResourceProfile | 659 | ILAP:ResourceProfile |
| 585 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 660 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 586 | rdfs:label "Resource profile"^^xsd:string ; | 661 | rdfs:label "Resource profile"^^xsd:string ; |
| 587 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 662 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 588 | 663 | ||
| 589 | ILAP:ResourceProfilePoint | 664 | ILAP:ResourceProfilePoint |
| 590 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 665 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 591 | rdfs:label "resource Profile point"^^xsd:string ; | 666 | rdfs:label "resource Profile point"^^xsd:string ; |
| 592 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 667 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 593 | 668 | ||
| 594 | ILAP:ResourceStructure | 669 | ILAP:ResourceStructure |
| 595 | rdf:type owl:Class ; | 670 | rdf:type owl:Class ; |
| ... | @@ -597,17 +672,17 @@ ILAP:ResourceStructure | ... | @@ -597,17 +672,17 @@ ILAP:ResourceStructure |
| 597 | rdfs:subClassOf ILAP:Network . | 672 | rdfs:subClassOf ILAP:Network . |
| 598 | 673 | ||
| 599 | ILAP:ResponsibleOrganization | 674 | ILAP:ResponsibleOrganization |
| 600 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 675 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 601 | rdfs:label "Responsible organization"^^xsd:string ; | 676 | rdfs:label "Responsible organization"^^xsd:string ; |
| 602 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 677 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 603 | 678 | ||
| 604 | ILAP:ResponsiblePerson | 679 | ILAP:ResponsiblePerson |
| 605 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 680 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 606 | rdfs:label "Responsible"^^xsd:string ; | 681 | rdfs:label "Responsible"^^xsd:string ; |
| 607 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 682 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 608 | 683 | ||
| 609 | ILAP:Result | 684 | ILAP:Result |
| 610 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 685 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 611 | rdfs:label "Result"^^xsd:string ; | 686 | rdfs:label "Result"^^xsd:string ; |
| 612 | rdfs:subClassOf owl:Thing . | 687 | rdfs:subClassOf owl:Thing . |
| 613 | 688 | ||
| ... | @@ -622,9 +697,9 @@ ILAP:RiskFactor | ... | @@ -622,9 +697,9 @@ ILAP:RiskFactor |
| 622 | rdfs:subClassOf owl:Thing . | 697 | rdfs:subClassOf owl:Thing . |
| 623 | 698 | ||
| 624 | ILAP:Schedule | 699 | ILAP:Schedule |
| 625 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 700 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 626 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 701 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 627 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 702 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 628 | rdfs:subClassOf | 703 | rdfs:subClassOf |
| 629 | [ rdf:type owl:Restriction ; | 704 | [ rdf:type owl:Restriction ; |
| 630 | owl:maxQualifiedCardinality | 705 | owl:maxQualifiedCardinality |
| ... | @@ -634,22 +709,22 @@ ILAP:Schedule | ... | @@ -634,22 +709,22 @@ ILAP:Schedule |
| 634 | ] . | 709 | ] . |
| 635 | 710 | ||
| 636 | ILAP:ScheduledActivity | 711 | ILAP:ScheduledActivity |
| 637 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 712 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 638 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 713 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 639 | rdfs:subClassOf ILAP:PlannedActivity ; | 714 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 640 | rdfs:subClassOf | 715 | rdfs:subClassOf |
| 641 | [ rdf:type owl:Restriction ; | 716 | [ rdf:type owl:Restriction ; |
| 642 | owl:maxQualifiedCardinality | 717 | owl:maxQualifiedCardinality |
| 643 | "1"^^xsd:nonNegativeInteger ; | 718 | "1"^^xsd:nonNegativeInteger ; |
| 644 | - owl:onClass ILAP:Schedule ; | 719 | + owl:onClass ILAP:PlannedActivity ; |
| 645 | - owl:onProperty ILAP:hasActivitySchedule | 720 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 646 | ] ; | 721 | ] ; |
| 647 | rdfs:subClassOf | 722 | rdfs:subClassOf |
| 648 | [ rdf:type owl:Restriction ; | 723 | [ rdf:type owl:Restriction ; |
| 649 | owl:maxQualifiedCardinality | 724 | owl:maxQualifiedCardinality |
| 650 | "1"^^xsd:nonNegativeInteger ; | 725 | "1"^^xsd:nonNegativeInteger ; |
| 651 | - owl:onClass ILAP:PlannedActivity ; | 726 | + owl:onClass ILAP:Schedule ; |
| 652 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 727 | + owl:onProperty ILAP:hasActivitySchedule |
| 653 | ] . | 728 | ] . |
| 654 | 729 | ||
| 655 | ILAP:ScheduledMilestone | 730 | ILAP:ScheduledMilestone |
| ... | @@ -663,9 +738,9 @@ ILAP:Shutdown | ... | @@ -663,9 +738,9 @@ ILAP:Shutdown |
| 663 | rdfs:subClassOf owl:Thing . | 738 | rdfs:subClassOf owl:Thing . |
| 664 | 739 | ||
| 665 | ILAP:Source | 740 | ILAP:Source |
| 666 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 741 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 667 | rdfs:label "Source"^^xsd:string ; | 742 | rdfs:label "Source"^^xsd:string ; |
| 668 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 743 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 669 | 744 | ||
| 670 | ILAP:SourceSpecifiedUserField | 745 | ILAP:SourceSpecifiedUserField |
| 671 | rdf:type owl:Class ; | 746 | rdf:type owl:Class ; |
| ... | @@ -678,22 +753,22 @@ ILAP:SpecifiedUserField | ... | @@ -678,22 +753,22 @@ ILAP:SpecifiedUserField |
| 678 | rdfs:subClassOf ILAP:UserField . | 753 | rdfs:subClassOf ILAP:UserField . |
| 679 | 754 | ||
| 680 | ILAP:StartToFinish | 755 | ILAP:StartToFinish |
| 681 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 756 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 682 | rdfs:label "Start to finish"^^xsd:string ; | 757 | rdfs:label "Start to finish"^^xsd:string ; |
| 683 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 758 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 684 | 759 | ||
| 685 | ILAP:StartToStart | 760 | ILAP:StartToStart |
| 686 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 761 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 687 | rdfs:label "Start to start"^^xsd:string ; | 762 | rdfs:label "Start to start"^^xsd:string ; |
| 688 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 763 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 689 | 764 | ||
| 690 | ILAP:Status | 765 | ILAP:Status |
| 691 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 766 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 692 | rdfs:label "Status"^^xsd:string ; | 767 | rdfs:label "Status"^^xsd:string ; |
| 693 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 768 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 694 | 769 | ||
| 695 | ILAP:TargetSchedule | 770 | ILAP:TargetSchedule |
| 696 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 771 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 697 | rdfs:label "Target schedule"^^xsd:string ; | 772 | rdfs:label "Target schedule"^^xsd:string ; |
| 698 | rdfs:subClassOf ILAP:Schedule . | 773 | rdfs:subClassOf ILAP:Schedule . |
| 699 | 774 | ||
| ... | @@ -708,7 +783,7 @@ ILAP:UnitBased | ... | @@ -708,7 +783,7 @@ ILAP:UnitBased |
| 708 | rdfs:subClassOf ILAP:Resource . | 783 | rdfs:subClassOf ILAP:Resource . |
| 709 | 784 | ||
| 710 | ILAP:UserField | 785 | ILAP:UserField |
| 711 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 786 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 712 | rdfs:label "User field"^^xsd:string ; | 787 | rdfs:label "User field"^^xsd:string ; |
| 713 | rdfs:subClassOf ILAP:Data ; | 788 | rdfs:subClassOf ILAP:Data ; |
| 714 | rdfs:subClassOf | 789 | rdfs:subClassOf |
| ... | @@ -722,12 +797,12 @@ ILAP:UserField | ... | @@ -722,12 +797,12 @@ ILAP:UserField |
| 722 | ILAP:Value | 797 | ILAP:Value |
| 723 | rdf:type owl:Class ; | 798 | rdf:type owl:Class ; |
| 724 | rdfs:label "Value"^^xsd:string ; | 799 | rdfs:label "Value"^^xsd:string ; |
| 725 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 800 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 726 | 801 | ||
| 727 | ILAP:WeekendsFreeCalendar | 802 | ILAP:WeekendsFreeCalendar |
| 728 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 803 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 729 | rdfs:label "Weekends free calendar"^^xsd:string ; | 804 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 730 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 805 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 731 | 806 | ||
| 732 | ILAP:WorkOrder | 807 | ILAP:WorkOrder |
| 733 | rdf:type owl:Class ; | 808 | rdf:type owl:Class ; |
| ... | @@ -735,18 +810,18 @@ ILAP:WorkOrder | ... | @@ -735,18 +810,18 @@ ILAP:WorkOrder |
| 735 | rdfs:subClassOf ILAP:WorkTask . | 810 | rdfs:subClassOf ILAP:WorkTask . |
| 736 | 811 | ||
| 737 | ILAP:WorkTask | 812 | ILAP:WorkTask |
| 738 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 813 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 739 | rdfs:label "Work task"^^xsd:string ; | 814 | rdfs:label "Work task"^^xsd:string ; |
| 740 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 815 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 741 | rdfs:subClassOf | 816 | rdfs:subClassOf |
| 742 | [ rdf:type owl:Restriction ; | 817 | [ rdf:type owl:Restriction ; |
| 743 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 818 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 744 | - owl:someValuesFrom ILAP:Activity | 819 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 745 | ] ; | 820 | ] ; |
| 746 | rdfs:subClassOf | 821 | rdfs:subClassOf |
| 747 | [ rdf:type owl:Restriction ; | 822 | [ rdf:type owl:Restriction ; |
| 748 | - owl:allValuesFrom BRREG:LegalEntity ; | 823 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 749 | - owl:onProperty ILAP:hasWorkTaskResponsible | 824 | + owl:someValuesFrom ILAP:Activity |
| 750 | ] . | 825 | ] . |
| 751 | 826 | ||
| 752 | ILAP:WorkTaskStatus | 827 | ILAP:WorkTaskStatus |
| ... | @@ -842,7 +917,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -842,7 +917,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 842 | rdfs:range xsd:float . | 917 | rdfs:range xsd:float . |
| 843 | 918 | ||
| 844 | ILAP:hasActivityPlan | 919 | ILAP:hasActivityPlan |
| 845 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 920 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 846 | rdfs:domain ILAP:PlannedActivity ; | 921 | rdfs:domain ILAP:PlannedActivity ; |
| 847 | rdfs:label "has activity plan"^^xsd:string ; | 922 | rdfs:label "has activity plan"^^xsd:string ; |
| 848 | rdfs:range ILAP:ProjectExecutionPlan . | 923 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -890,7 +965,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -890,7 +965,7 @@ ILAP:hasActivityResponsibleOrganization |
| 890 | rdfs:range ILAP:ResponsibleOrganization . | 965 | rdfs:range ILAP:ResponsibleOrganization . |
| 891 | 966 | ||
| 892 | ILAP:hasActivityResponsiblePerson | 967 | ILAP:hasActivityResponsiblePerson |
| 893 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 968 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 894 | rdfs:domain ILAP:PlannedActivity ; | 969 | rdfs:domain ILAP:PlannedActivity ; |
| 895 | rdfs:label "has activity responsible"^^xsd:string ; | 970 | rdfs:label "has activity responsible"^^xsd:string ; |
| 896 | rdfs:range ILAP:ResponsiblePerson . | 971 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -925,7 +1000,7 @@ ILAP:hasActivityStatus | ... | @@ -925,7 +1000,7 @@ ILAP:hasActivityStatus |
| 925 | rdfs:range ILAP:Status . | 1000 | rdfs:range ILAP:Status . |
| 926 | 1001 | ||
| 927 | ILAP:hasActivitySuccessor | 1002 | ILAP:hasActivitySuccessor |
| 928 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1003 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 929 | rdfs:domain ILAP:PlannedActivity ; | 1004 | rdfs:domain ILAP:PlannedActivity ; |
| 930 | rdfs:label "has activity successor"^^xsd:string ; | 1005 | rdfs:label "has activity successor"^^xsd:string ; |
| 931 | rdfs:range ILAP:ActivityDependency ; | 1006 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -986,7 +1061,7 @@ ILAP:hasCalendarDate | ... | @@ -986,7 +1061,7 @@ ILAP:hasCalendarDate |
| 986 | rdfs:label "has calendar date"^^xsd:string . | 1061 | rdfs:label "has calendar date"^^xsd:string . |
| 987 | 1062 | ||
| 988 | ILAP:hasCalendarFreePeriod | 1063 | ILAP:hasCalendarFreePeriod |
| 989 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1064 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 990 | rdfs:domain ILAP:Calendar ; | 1065 | rdfs:domain ILAP:Calendar ; |
| 991 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1066 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 992 | rdfs:range ILAP:CalendarFreePeriod . | 1067 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1269,7 +1344,7 @@ ILAP:hasPlanRegulator | ... | @@ -1269,7 +1344,7 @@ ILAP:hasPlanRegulator |
| 1269 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1344 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1270 | 1345 | ||
| 1271 | ILAP:hasPlanResponsible | 1346 | ILAP:hasPlanResponsible |
| 1272 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1347 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1273 | rdfs:domain ILAP:ResponsibleOrganization ; | 1348 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1274 | rdfs:label "has plan responsible"^^xsd:string . | 1349 | rdfs:label "has plan responsible"^^xsd:string . |
| 1275 | 1350 | ||
| ... | @@ -1428,7 +1503,7 @@ ILAP:hasScheduledStart | ... | @@ -1428,7 +1503,7 @@ ILAP:hasScheduledStart |
| 1428 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1503 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1429 | 1504 | ||
| 1430 | ILAP:hasSuccessorActivity | 1505 | ILAP:hasSuccessorActivity |
| 1431 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1506 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1432 | rdfs:domain ILAP:ActivityDependency ; | 1507 | rdfs:domain ILAP:ActivityDependency ; |
| 1433 | rdfs:label "has successor activity "^^xsd:string ; | 1508 | rdfs:label "has successor activity "^^xsd:string ; |
| 1434 | rdfs:range ILAP:PlannedActivity ; | 1509 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1456,7 +1531,7 @@ ILAP:hasTimeNow | ... | @@ -1456,7 +1531,7 @@ ILAP:hasTimeNow |
| 1456 | rdf:type owl:DatatypeProperty ; | 1531 | rdf:type owl:DatatypeProperty ; |
| 1457 | rdfs:domain ILAP:Schedule ; | 1532 | rdfs:domain ILAP:Schedule ; |
| 1458 | rdfs:label "has time now"^^xsd:string ; | 1533 | rdfs:label "has time now"^^xsd:string ; |
| 1459 | - rdfs:range xsd:dateTime , xsd:date . | 1534 | + rdfs:range xsd:date , xsd:dateTime . |
| 1460 | 1535 | ||
| 1461 | ILAP:hasUserFieldName | 1536 | ILAP:hasUserFieldName |
| 1462 | rdf:type owl:DatatypeProperty ; | 1537 | rdf:type owl:DatatypeProperty ; | ... | ... |
| ... | @@ -17,73 +17,6 @@ UC1:ActivityDependency_1 | ... | @@ -17,73 +17,6 @@ UC1:ActivityDependency_1 |
| 17 | rdf:type ILAP:ActivityDependency ; | 17 | rdf:type ILAP:ActivityDependency ; |
| 18 | rdfs:label "Activity dependency 1"^^xsd:string . | 18 | rdfs:label "Activity dependency 1"^^xsd:string . |
| 19 | 19 | ||
| 20 | -UC1:ActivityInPlan_1 | ||
| 21 | - rdf:type ILAP:PlannedActivity ; | ||
| 22 | - rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 23 | - ILAP:hasActivityActiveStatus | ||
| 24 | - UC1:ActivityStatus_1 ; | ||
| 25 | - ILAP:hasActivityActualProgressPercent | ||
| 26 | - "75"^^xsd:float ; | ||
| 27 | - ILAP:hasActivityCalendar | ||
| 28 | - UC1:Calendar_1 ; | ||
| 29 | - ILAP:hasActivityContractor | ||
| 30 | - <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 31 | - ILAP:hasActivityDiscipline | ||
| 32 | - UC1:Discipline_1 ; | ||
| 33 | - ILAP:hasActivityEstimatedWeight | ||
| 34 | - "10500"^^xsd:float ; | ||
| 35 | - ILAP:hasActivityLocation | ||
| 36 | - <http://data.posccaesar.org/NCS_PLANNING/NPDelement_1> ; | ||
| 37 | - ILAP:hasActivityPartActivity | ||
| 38 | - UC1:ActivityInPlan_2 ; | ||
| 39 | - ILAP:hasActivityPhase | ||
| 40 | - UC1:Phase_1 ; | ||
| 41 | - ILAP:hasActivityPhysicalPercentComplete | ||
| 42 | - "70"^^xsd:float ; | ||
| 43 | - ILAP:hasActivityPlan | ||
| 44 | - UC1:ProjectPlan_1 ; | ||
| 45 | - ILAP:hasActivityPlannedProgressPercent | ||
| 46 | - 80 ; | ||
| 47 | - ILAP:hasActivityPlannedResource | ||
| 48 | - UC1:PlannedResource_1 ; | ||
| 49 | - ILAP:hasActivityRegulator | ||
| 50 | - <http://data.posccaesar.org/brreg/NPD> ; | ||
| 51 | - ILAP:hasActivityResourceProfile | ||
| 52 | - UC1:Profile_1 ; | ||
| 53 | - ILAP:hasActivityResponsiblePerson | ||
| 54 | - <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 55 | - ILAP:hasActivityResult | ||
| 56 | - UC1:Result_1 ; | ||
| 57 | - ILAP:hasActivityRiskFactor | ||
| 58 | - UC1:RiskFactor_1 ; | ||
| 59 | - ILAP:hasActivityShutdown | ||
| 60 | - UC1:Shutdown_1 ; | ||
| 61 | - ILAP:hasActivityStatus | ||
| 62 | - ILAP:Active ; | ||
| 63 | - ILAP:hasActivitySuccessor | ||
| 64 | - UC1:ActivityDependency_1 ; | ||
| 65 | - ILAP:hasActivitySupplier | ||
| 66 | - <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 67 | - ILAP:hasActivityTaskLeader | ||
| 68 | - <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 69 | - ILAP:hasActivityVendor | ||
| 70 | - <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 71 | - ILAP:hasActivityWBSelement | ||
| 72 | - ILAP:ActivityWBS_1 ; | ||
| 73 | - ILAP:hasActivityWeight | ||
| 74 | - "10800"^^xsd:float ; | ||
| 75 | - ILAP:hasActivityWorkVolume | ||
| 76 | - "250"^^xsd:float ; | ||
| 77 | - ILAP:hasExternalReference | ||
| 78 | - UC1:ExternalReference_1 ; | ||
| 79 | - ILAP:hasFixedFinish "2014-10-17"^^xsd:date ; | ||
| 80 | - ILAP:hasFixedStart "2014-09-01"^^xsd:date ; | ||
| 81 | - ILAP:hasObjectDescription | ||
| 82 | - "Specific text object"^^xsd:string ; | ||
| 83 | - ILAP:hasObjectName "Soecific object name"^^xsd:string ; | ||
| 84 | - ILAP:hasObjectReferenceID | ||
| 85 | - "Specific object ID"^^xsd:string . | ||
| 86 | - | ||
| 87 | UC1:ActivityInPlan_2 | 20 | UC1:ActivityInPlan_2 |
| 88 | rdf:type ILAP:PlannedActivity ; | 21 | rdf:type ILAP:PlannedActivity ; |
| 89 | rdfs:label "Activity in plan 2"^^xsd:string ; | 22 | rdfs:label "Activity in plan 2"^^xsd:string ; |
| ... | @@ -95,8 +28,6 @@ UC1:ActivityInSchedule_1 | ... | @@ -95,8 +28,6 @@ UC1:ActivityInSchedule_1 |
| 95 | rdfs:label "Activity in schedule 1"^^xsd:string ; | 28 | rdfs:label "Activity in schedule 1"^^xsd:string ; |
| 96 | ILAP:hasActivityActualWeight | 29 | ILAP:hasActivityActualWeight |
| 97 | "100750"^^xsd:float ; | 30 | "100750"^^xsd:float ; |
| 98 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 99 | - UC1:ActivityInPlan_1 ; | ||
| 100 | ILAP:hasActivitySchedule | 31 | ILAP:hasActivitySchedule |
| 101 | UC1:LiveSchedule_1 ; | 32 | UC1:LiveSchedule_1 ; |
| 102 | ILAP:hasActivityScheduledResource | 33 | ILAP:hasActivityScheduledResource |
| ... | @@ -105,8 +36,6 @@ UC1:ActivityInSchedule_1 | ... | @@ -105,8 +36,6 @@ UC1:ActivityInSchedule_1 |
| 105 | UC1:ActivityInSchedule_2 | 36 | UC1:ActivityInSchedule_2 |
| 106 | rdf:type ILAP:ScheduledActivity ; | 37 | rdf:type ILAP:ScheduledActivity ; |
| 107 | rdfs:label "Activity in schedule 2"^^xsd:string ; | 38 | rdfs:label "Activity in schedule 2"^^xsd:string ; |
| 108 | - ILAP:hasActivityInScheduleActivityInPlan | ||
| 109 | - UC1:ActivityInPlan_1 ; | ||
| 110 | ILAP:hasActivitySchedule | 39 | ILAP:hasActivitySchedule |
| 111 | UC1:ActualSchedule_1 . | 40 | UC1:ActualSchedule_1 . |
| 112 | 41 | ... | ... |
-
Please register or login to post a comment