Showing
1 changed file
with
171 additions
and
171 deletions
| ... | @@ -18,50 +18,50 @@ ILAP: | ... | @@ -18,50 +18,50 @@ ILAP: |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 19 | ||
| 20 | ILAP:Activity | 20 | ILAP:Activity |
| 21 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 21 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 22 | rdfs:label "Activity"^^xsd:string ; | 22 | rdfs:label "Activity"^^xsd:string ; |
| 23 | rdfs:subClassOf | 23 | rdfs:subClassOf |
| 24 | [ rdf:type owl:Restriction ; | 24 | [ rdf:type owl:Restriction ; |
| 25 | - owl:allValuesFrom ILAP:Discipline ; | 25 | + owl:allValuesFrom ILAP:Status ; |
| 26 | - owl:onProperty ILAP:hasActivityDiscipline | 26 | + owl:onProperty ILAP:hasActivityStatus |
| 27 | ] ; | 27 | ] ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | - owl:allValuesFrom ILAP:Calendar ; | 30 | + owl:onProperty ILAP:hasExternalReference ; |
| 31 | - owl:onProperty ILAP:hasActivityCalendar | 31 | + owl:someValuesFrom ILAP:ExternalReference |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | - owl:onProperty ILAP:hasExternalReference ; | 35 | + owl:allValuesFrom ILAP:Calendar ; |
| 36 | - owl:someValuesFrom ILAP:ExternalReference | 36 | + owl:onProperty ILAP:hasActivityCalendar |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | - owl:allValuesFrom ILAP:Status ; | 40 | + owl:allValuesFrom ILAP:Discipline ; |
| 41 | - owl:onProperty ILAP:hasActivityStatus | 41 | + owl:onProperty ILAP:hasActivityDiscipline |
| 42 | ] . | 42 | ] . |
| 43 | 43 | ||
| 44 | ILAP:ActivityDependency | 44 | ILAP:ActivityDependency |
| 45 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 45 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 46 | rdfs:label "Activity Dependency"^^xsd:string ; | 46 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 47 | rdfs:subClassOf ILAP:Constraint ; | 47 | rdfs:subClassOf ILAP:Constraint ; |
| 48 | rdfs:subClassOf | 48 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
| 50 | owl:onClass ILAP:Activity ; | 50 | owl:onClass ILAP:Activity ; |
| 51 | - owl:onProperty ILAP:hasPredecessorActivity ; | 51 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 52 | owl:qualifiedCardinality | 52 | owl:qualifiedCardinality |
| 53 | "1"^^xsd:nonNegativeInteger | 53 | "1"^^xsd:nonNegativeInteger |
| 54 | ] ; | 54 | ] ; |
| 55 | rdfs:subClassOf | 55 | rdfs:subClassOf |
| 56 | [ rdf:type owl:Restriction ; | 56 | [ rdf:type owl:Restriction ; |
| 57 | owl:onClass ILAP:Activity ; | 57 | owl:onClass ILAP:Activity ; |
| 58 | - owl:onProperty ILAP:hasSuccessorActivity ; | 58 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 59 | owl:qualifiedCardinality | 59 | owl:qualifiedCardinality |
| 60 | "1"^^xsd:nonNegativeInteger | 60 | "1"^^xsd:nonNegativeInteger |
| 61 | ] . | 61 | ] . |
| 62 | 62 | ||
| 63 | ILAP:ActivityPlan | 63 | ILAP:ActivityPlan |
| 64 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 64 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 65 | rdfs:label "Activity Plan"^^xsd:string ; | 65 | rdfs:label "Activity Plan"^^xsd:string ; |
| 66 | rdfs:subClassOf ILAP:Network ; | 66 | rdfs:subClassOf ILAP:Network ; |
| 67 | rdfs:subClassOf | 67 | rdfs:subClassOf |
| ... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus | ... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus |
| 76 | rdfs:subClassOf ILAP:Status . | 76 | rdfs:subClassOf ILAP:Status . |
| 77 | 77 | ||
| 78 | ILAP:ActivityWBS | 78 | ILAP:ActivityWBS |
| 79 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 79 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 80 | rdfs:label "Activity WBS"^^xsd:string ; | 80 | rdfs:label "Activity WBS"^^xsd:string ; |
| 81 | rdfs:subClassOf ILAP:Network . | 81 | rdfs:subClassOf ILAP:Network . |
| 82 | 82 | ||
| ... | @@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 | ... | @@ -87,15 +87,15 @@ ILAP:ActivityWBS_1 |
| 87 | ILAP:Application | 87 | ILAP:Application |
| 88 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
| 89 | rdfs:label "Application"^^xsd:string ; | 89 | rdfs:label "Application"^^xsd:string ; |
| 90 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 90 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 91 | 91 | ||
| 92 | ILAP:Asset | 92 | ILAP:Asset |
| 93 | rdf:type owl:Class ; | 93 | rdf:type owl:Class ; |
| 94 | rdfs:label "Asset"^^xsd:string ; | 94 | rdfs:label "Asset"^^xsd:string ; |
| 95 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 95 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 96 | 96 | ||
| 97 | ILAP:Baseline | 97 | ILAP:Baseline |
| 98 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 98 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 99 | rdfs:label "Baseline"^^xsd:string ; | 99 | rdfs:label "Baseline"^^xsd:string ; |
| 100 | rdfs:subClassOf ILAP:Network . | 100 | rdfs:subClassOf ILAP:Network . |
| 101 | 101 | ||
| ... | @@ -109,9 +109,9 @@ ILAP:CAPEX | ... | @@ -109,9 +109,9 @@ ILAP:CAPEX |
| 109 | rdfs:label "CAPEX"^^xsd:string . | 109 | rdfs:label "CAPEX"^^xsd:string . |
| 110 | 110 | ||
| 111 | ILAP:Calendar | 111 | ILAP:Calendar |
| 112 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 112 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 113 | rdfs:label "Calendar"^^xsd:string ; | 113 | rdfs:label "Calendar"^^xsd:string ; |
| 114 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 115 | rdfs:subClassOf | 115 | rdfs:subClassOf |
| 116 | [ rdf:type owl:Restriction ; | 116 | [ rdf:type owl:Restriction ; |
| 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 117 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -119,14 +119,14 @@ ILAP:Calendar | ... | @@ -119,14 +119,14 @@ ILAP:Calendar |
| 119 | ] . | 119 | ] . |
| 120 | 120 | ||
| 121 | ILAP:CalendarDay | 121 | ILAP:CalendarDay |
| 122 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 122 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 123 | rdfs:label "Calendar day"^^xsd:string ; | 123 | rdfs:label "Calendar day"^^xsd:string ; |
| 124 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 124 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 125 | 125 | ||
| 126 | ILAP:CalendarFreePeriod | 126 | ILAP:CalendarFreePeriod |
| 127 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 127 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 128 | rdfs:label "Calendar free period"^^xsd:string ; | 128 | rdfs:label "Calendar free period"^^xsd:string ; |
| 129 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 129 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 130 | rdfs:subClassOf | 130 | rdfs:subClassOf |
| 131 | [ rdf:type owl:Restriction ; | 131 | [ rdf:type owl:Restriction ; |
| 132 | owl:onClass ILAP:Calendar ; | 132 | owl:onClass ILAP:Calendar ; |
| ... | @@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod | ... | @@ -138,39 +138,39 @@ ILAP:CalendarFreePeriod |
| 138 | ] . | 138 | ] . |
| 139 | 139 | ||
| 140 | ILAP:CalendarFreePeriodWeekRepeat | 140 | ILAP:CalendarFreePeriodWeekRepeat |
| 141 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 141 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 142 | rdfs:label "Free day"^^xsd:string ; | 142 | rdfs:label "Free day"^^xsd:string ; |
| 143 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 143 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 144 | 144 | ||
| 145 | ILAP:CalendarHour | 145 | ILAP:CalendarHour |
| 146 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 146 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 147 | rdfs:label "calendar hour"^^xsd:string ; | 147 | rdfs:label "calendar hour"^^xsd:string ; |
| 148 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 148 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 149 | 149 | ||
| 150 | ILAP:CalendarPeriod | 150 | ILAP:CalendarPeriod |
| 151 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 151 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 152 | rdfs:label "Calendar period"^^xsd:string ; | 152 | rdfs:label "Calendar period"^^xsd:string ; |
| 153 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 153 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 154 | rdfs:subClassOf | 154 | rdfs:subClassOf |
| 155 | [ rdf:type owl:Restriction ; | 155 | [ rdf:type owl:Restriction ; |
| 156 | - owl:allValuesFrom ILAP:CalendarDay ; | 156 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 157 | - owl:onProperty ILAP:hasCalendarPeriodDay | 157 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 158 | ] ; | 158 | ] ; |
| 159 | rdfs:subClassOf | 159 | rdfs:subClassOf |
| 160 | [ rdf:type owl:Restriction ; | 160 | [ rdf:type owl:Restriction ; |
| 161 | - owl:allValuesFrom ILAP:CalendarHour ; | 161 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 162 | - owl:onProperty ILAP:hasCalendarPeriodHour | 162 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 163 | ] . | 163 | ] . |
| 164 | 164 | ||
| 165 | ILAP:Constraint | 165 | ILAP:Constraint |
| 166 | rdf:type owl:Class ; | 166 | rdf:type owl:Class ; |
| 167 | rdfs:label "Constraint"^^xsd:string ; | 167 | rdfs:label "Constraint"^^xsd:string ; |
| 168 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 168 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 169 | 169 | ||
| 170 | ILAP:Contract | 170 | ILAP:Contract |
| 171 | rdf:type owl:Class ; | 171 | rdf:type owl:Class ; |
| 172 | rdfs:label "Contract"^^xsd:string ; | 172 | rdfs:label "Contract"^^xsd:string ; |
| 173 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 173 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 174 | 174 | ||
| 175 | ILAP:ControlSchedule | 175 | ILAP:ControlSchedule |
| 176 | rdf:type owl:Class ; | 176 | rdf:type owl:Class ; |
| ... | @@ -180,7 +180,7 @@ ILAP:ControlSchedule | ... | @@ -180,7 +180,7 @@ ILAP:ControlSchedule |
| 180 | ILAP:Cost | 180 | ILAP:Cost |
| 181 | rdf:type owl:Class ; | 181 | rdf:type owl:Class ; |
| 182 | rdfs:label "Cost"^^xsd:string ; | 182 | rdfs:label "Cost"^^xsd:string ; |
| 183 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 183 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 184 | 184 | ||
| 185 | ILAP:CostBased | 185 | ILAP:CostBased |
| 186 | rdf:type owl:Class ; | 186 | rdf:type owl:Class ; |
| ... | @@ -188,14 +188,14 @@ ILAP:CostBased | ... | @@ -188,14 +188,14 @@ ILAP:CostBased |
| 188 | rdfs:subClassOf ILAP:Resource . | 188 | rdfs:subClassOf ILAP:Resource . |
| 189 | 189 | ||
| 190 | ILAP:CurrentSchedule | 190 | ILAP:CurrentSchedule |
| 191 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 191 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 192 | rdfs:label "Current schedule"^^xsd:string ; | 192 | rdfs:label "Current schedule"^^xsd:string ; |
| 193 | rdfs:subClassOf ILAP:Schedule . | 193 | rdfs:subClassOf ILAP:Schedule . |
| 194 | 194 | ||
| 195 | ILAP:Data | 195 | ILAP:Data |
| 196 | rdf:type owl:Class ; | 196 | rdf:type owl:Class ; |
| 197 | rdfs:label "Data"^^xsd:string ; | 197 | rdfs:label "Data"^^xsd:string ; |
| 198 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 198 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 199 | rdfs:subClassOf | 199 | rdfs:subClassOf |
| 200 | [ rdf:type owl:Restriction ; | 200 | [ rdf:type owl:Restriction ; |
| 201 | owl:onClass ILAP:Project ; | 201 | owl:onClass ILAP:Project ; |
| ... | @@ -205,20 +205,18 @@ ILAP:Data | ... | @@ -205,20 +205,18 @@ ILAP:Data |
| 205 | ] . | 205 | ] . |
| 206 | 206 | ||
| 207 | ILAP:Discipline | 207 | ILAP:Discipline |
| 208 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 208 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 209 | rdfs:label "Discipline"^^xsd:string ; | 209 | rdfs:label "Discipline"^^xsd:string ; |
| 210 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 210 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
| 211 | 211 | ||
| 212 | ILAP:ExternalReference | 212 | ILAP:ExternalReference |
| 213 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 213 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 214 | rdfs:label "External Reference"^^xsd:string ; | 214 | rdfs:label "External Reference"^^xsd:string ; |
| 215 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 215 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 216 | rdfs:subClassOf | 216 | rdfs:subClassOf |
| 217 | [ rdf:type owl:Restriction ; | 217 | [ rdf:type owl:Restriction ; |
| 218 | - owl:onDataRange xsd:string ; | 218 | + owl:allValuesFrom ILAP:Application ; |
| 219 | - owl:onProperty ILAP:hasObjectReferenceID ; | 219 | + owl:onProperty ILAP:hasReferenceApplication |
| 220 | - owl:qualifiedCardinality | ||
| 221 | - "1"^^xsd:nonNegativeInteger | ||
| 222 | ] ; | 220 | ] ; |
| 223 | rdfs:subClassOf | 221 | rdfs:subClassOf |
| 224 | [ rdf:type owl:Restriction ; | 222 | [ rdf:type owl:Restriction ; |
| ... | @@ -227,26 +225,28 @@ ILAP:ExternalReference | ... | @@ -227,26 +225,28 @@ ILAP:ExternalReference |
| 227 | ] ; | 225 | ] ; |
| 228 | rdfs:subClassOf | 226 | rdfs:subClassOf |
| 229 | [ rdf:type owl:Restriction ; | 227 | [ rdf:type owl:Restriction ; |
| 230 | - owl:allValuesFrom ILAP:Application ; | 228 | + owl:onDataRange xsd:string ; |
| 231 | - owl:onProperty ILAP:hasReferenceApplication | 229 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 230 | + owl:qualifiedCardinality | ||
| 231 | + "1"^^xsd:nonNegativeInteger | ||
| 232 | ] . | 232 | ] . |
| 233 | 233 | ||
| 234 | ILAP:FinishToFinish | 234 | ILAP:FinishToFinish |
| 235 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 235 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 236 | rdfs:label "Finish to finish"^^xsd:string ; | 236 | rdfs:label "Finish to finish"^^xsd:string ; |
| 237 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 237 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 238 | 238 | ||
| 239 | ILAP:FinishToStart | 239 | ILAP:FinishToStart |
| 240 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 240 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 241 | rdfs:label "Finish to start"^^xsd:string ; | 241 | rdfs:label "Finish to start"^^xsd:string ; |
| 242 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 242 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 243 | 243 | ||
| 244 | ILAP:FunctionalLocation | 244 | ILAP:FunctionalLocation |
| 245 | rdf:type owl:Class ; | 245 | rdf:type owl:Class ; |
| 246 | rdfs:label "Functional location"^^xsd:string ; | 246 | rdfs:label "Functional location"^^xsd:string ; |
| 247 | rdfs:subClassOf ILAP:Location . | 247 | rdfs:subClassOf ILAP:Location . |
| 248 | 248 | ||
| 249 | -ILAP:HC_Systems_Work | 249 | +ILAP:HCSystemsWork |
| 250 | rdf:type ILAP:RiskFactor ; | 250 | rdf:type ILAP:RiskFactor ; |
| 251 | rdfs:label "HC Systems Work"^^xsd:string . | 251 | rdfs:label "HC Systems Work"^^xsd:string . |
| 252 | 252 | ||
| ... | @@ -257,7 +257,7 @@ ILAP:Hot_Work | ... | @@ -257,7 +257,7 @@ ILAP:Hot_Work |
| 257 | ILAP:Information | 257 | ILAP:Information |
| 258 | rdf:type owl:Class ; | 258 | rdf:type owl:Class ; |
| 259 | rdfs:label "Information"^^xsd:string ; | 259 | rdfs:label "Information"^^xsd:string ; |
| 260 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 260 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 261 | 261 | ||
| 262 | ILAP:Knowledge | 262 | ILAP:Knowledge |
| 263 | rdf:type owl:Class ; | 263 | rdf:type owl:Class ; |
| ... | @@ -269,17 +269,17 @@ ILAP:Lifting_Operation | ... | @@ -269,17 +269,17 @@ ILAP:Lifting_Operation |
| 269 | rdfs:label "Lifting Operation"^^xsd:string . | 269 | rdfs:label "Lifting Operation"^^xsd:string . |
| 270 | 270 | ||
| 271 | ILAP:LiveSchedule | 271 | ILAP:LiveSchedule |
| 272 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 272 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 273 | rdfs:label "Live schedule"^^xsd:string ; | 273 | rdfs:label "Live schedule"^^xsd:string ; |
| 274 | rdfs:subClassOf ILAP:Schedule . | 274 | rdfs:subClassOf ILAP:Schedule . |
| 275 | 275 | ||
| 276 | ILAP:Location | 276 | ILAP:Location |
| 277 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 277 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 278 | rdfs:label "Location"^^xsd:string ; | 278 | rdfs:label "Location"^^xsd:string ; |
| 279 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 279 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 280 | 280 | ||
| 281 | ILAP:Milestone | 281 | ILAP:Milestone |
| 282 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 282 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 283 | rdfs:label "Milestone"^^xsd:string . | 283 | rdfs:label "Milestone"^^xsd:string . |
| 284 | 284 | ||
| 285 | ILAP:Missing_Barriers | 285 | ILAP:Missing_Barriers |
| ... | @@ -289,7 +289,7 @@ ILAP:Missing_Barriers | ... | @@ -289,7 +289,7 @@ ILAP:Missing_Barriers |
| 289 | ILAP:Network | 289 | ILAP:Network |
| 290 | rdf:type owl:Class ; | 290 | rdf:type owl:Class ; |
| 291 | rdfs:label "Network"^^xsd:string ; | 291 | rdfs:label "Network"^^xsd:string ; |
| 292 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 292 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 293 | 293 | ||
| 294 | ILAP:OPEX | 294 | ILAP:OPEX |
| 295 | rdf:type ILAP:ProjectType ; | 295 | rdf:type ILAP:ProjectType ; |
| ... | @@ -316,49 +316,49 @@ ILAP:PhysicalLocation | ... | @@ -316,49 +316,49 @@ ILAP:PhysicalLocation |
| 316 | rdfs:subClassOf ILAP:Location . | 316 | rdfs:subClassOf ILAP:Location . |
| 317 | 317 | ||
| 318 | ILAP:PlanClassifier | 318 | ILAP:PlanClassifier |
| 319 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 319 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 320 | rdfs:label "Plan classifier"^^xsd:string ; | 320 | rdfs:label "Plan classifier"^^xsd:string ; |
| 321 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 321 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 322 | 322 | ||
| 323 | ILAP:PlanContentType | 323 | ILAP:PlanContentType |
| 324 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 324 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 325 | rdfs:label "Content type"^^xsd:string ; | 325 | rdfs:label "Content type"^^xsd:string ; |
| 326 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 326 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
| 327 | 327 | ||
| 328 | ILAP:PlanContractType | 328 | ILAP:PlanContractType |
| 329 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 329 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 330 | rdfs:label "Plan contract type"^^xsd:string ; | 330 | rdfs:label "Plan contract type"^^xsd:string ; |
| 331 | rdfs:subClassOf ILAP:PlanClassifier . | 331 | rdfs:subClassOf ILAP:PlanClassifier . |
| 332 | 332 | ||
| 333 | ILAP:PlanExpenseType | 333 | ILAP:PlanExpenseType |
| 334 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 334 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 335 | rdfs:label "Plan expense type"^^xsd:string ; | 335 | rdfs:label "Plan expense type"^^xsd:string ; |
| 336 | rdfs:subClassOf ILAP:PlanClassifier . | 336 | rdfs:subClassOf ILAP:PlanClassifier . |
| 337 | 337 | ||
| 338 | ILAP:PlanGeoArea | 338 | ILAP:PlanGeoArea |
| 339 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 339 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 340 | rdfs:label "Plan geographic area"^^xsd:string ; | 340 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 341 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 341 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 342 | 342 | ||
| 343 | ILAP:PlanLevel | 343 | ILAP:PlanLevel |
| 344 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 344 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 345 | rdfs:label "Plan level"^^xsd:string ; | 345 | rdfs:label "Plan level"^^xsd:string ; |
| 346 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 346 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 347 | 347 | ||
| 348 | ILAP:PlanLifecycleStage | 348 | ILAP:PlanLifecycleStage |
| 349 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 349 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 350 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 350 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 351 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 351 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 352 | 352 | ||
| 353 | ILAP:PlanObjectiveType | 353 | ILAP:PlanObjectiveType |
| 354 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 354 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 355 | rdfs:label "Plan objective type"^^xsd:string ; | 355 | rdfs:label "Plan objective type"^^xsd:string ; |
| 356 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 356 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 357 | 357 | ||
| 358 | ILAP:PlanProjectType | 358 | ILAP:PlanProjectType |
| 359 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 359 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 360 | rdfs:label "Plan project type"^^xsd:string ; | 360 | rdfs:label "Plan project type"^^xsd:string ; |
| 361 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 361 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 362 | 362 | ||
| 363 | ILAP:PlannedActivity | 363 | ILAP:PlannedActivity |
| 364 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 364 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -366,13 +366,8 @@ ILAP:PlannedActivity | ... | @@ -366,13 +366,8 @@ ILAP:PlannedActivity |
| 366 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 366 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 367 | rdfs:subClassOf | 367 | rdfs:subClassOf |
| 368 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
| 369 | - owl:onProperty ILAP:hasActivityDiscipline ; | 369 | + owl:allValuesFrom ILAP:Result ; |
| 370 | - owl:someValuesFrom ILAP:Discipline | 370 | + owl:onProperty ILAP:hasActivityResult |
| 371 | - ] ; | ||
| 372 | - rdfs:subClassOf | ||
| 373 | - [ rdf:type owl:Restriction ; | ||
| 374 | - owl:allValuesFrom ILAP:ActivityDependency ; | ||
| 375 | - owl:onProperty ILAP:hasActivityPredecessor | ||
| 376 | ] ; | 371 | ] ; |
| 377 | rdfs:subClassOf | 372 | rdfs:subClassOf |
| 378 | [ rdf:type owl:Restriction ; | 373 | [ rdf:type owl:Restriction ; |
| ... | @@ -381,13 +376,13 @@ ILAP:PlannedActivity | ... | @@ -381,13 +376,13 @@ ILAP:PlannedActivity |
| 381 | ] ; | 376 | ] ; |
| 382 | rdfs:subClassOf | 377 | rdfs:subClassOf |
| 383 | [ rdf:type owl:Restriction ; | 378 | [ rdf:type owl:Restriction ; |
| 384 | - owl:allValuesFrom ILAP:ActivityDependency ; | 379 | + owl:allValuesFrom ILAP:ActivityWBS ; |
| 385 | - owl:onProperty ILAP:hasActivitySuccessor | 380 | + owl:onProperty ILAP:hasActivityWBSelement |
| 386 | ] ; | 381 | ] ; |
| 387 | rdfs:subClassOf | 382 | rdfs:subClassOf |
| 388 | [ rdf:type owl:Restriction ; | 383 | [ rdf:type owl:Restriction ; |
| 389 | - owl:allValuesFrom ILAP:Result ; | 384 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 390 | - owl:onProperty ILAP:hasActivityResult | 385 | + owl:onProperty ILAP:hasActivitySuccessor |
| 391 | ] ; | 386 | ] ; |
| 392 | rdfs:subClassOf | 387 | rdfs:subClassOf |
| 393 | [ rdf:type owl:Restriction ; | 388 | [ rdf:type owl:Restriction ; |
| ... | @@ -396,13 +391,13 @@ ILAP:PlannedActivity | ... | @@ -396,13 +391,13 @@ ILAP:PlannedActivity |
| 396 | ] ; | 391 | ] ; |
| 397 | rdfs:subClassOf | 392 | rdfs:subClassOf |
| 398 | [ rdf:type owl:Restriction ; | 393 | [ rdf:type owl:Restriction ; |
| 399 | - owl:allValuesFrom ILAP:ActivityWBS ; | 394 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 400 | - owl:onProperty ILAP:hasActivityWBSelement | 395 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 401 | ] ; | 396 | ] ; |
| 402 | rdfs:subClassOf | 397 | rdfs:subClassOf |
| 403 | [ rdf:type owl:Restriction ; | 398 | [ rdf:type owl:Restriction ; |
| 404 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 399 | + owl:allValuesFrom ILAP:ActivityDependency ; |
| 405 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 400 | + owl:onProperty ILAP:hasActivityPredecessor |
| 406 | ] ; | 401 | ] ; |
| 407 | rdfs:subClassOf | 402 | rdfs:subClassOf |
| 408 | [ rdf:type owl:Restriction ; | 403 | [ rdf:type owl:Restriction ; |
| ... | @@ -410,6 +405,11 @@ ILAP:PlannedActivity | ... | @@ -410,6 +405,11 @@ ILAP:PlannedActivity |
| 410 | "1"^^xsd:nonNegativeInteger ; | 405 | "1"^^xsd:nonNegativeInteger ; |
| 411 | owl:onClass ILAP:ProjectExecutionPlan ; | 406 | owl:onClass ILAP:ProjectExecutionPlan ; |
| 412 | owl:onProperty ILAP:hasActivityPlan | 407 | owl:onProperty ILAP:hasActivityPlan |
| 408 | + ] ; | ||
| 409 | + rdfs:subClassOf | ||
| 410 | + [ rdf:type owl:Restriction ; | ||
| 411 | + owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 412 | + owl:someValuesFrom ILAP:Discipline | ||
| 413 | ] . | 413 | ] . |
| 414 | 414 | ||
| 415 | ILAP:PlannedMilestone | 415 | ILAP:PlannedMilestone |
| ... | @@ -433,18 +433,13 @@ ILAP:Programme | ... | @@ -433,18 +433,13 @@ ILAP:Programme |
| 433 | rdfs:subClassOf ILAP:Project . | 433 | rdfs:subClassOf ILAP:Project . |
| 434 | 434 | ||
| 435 | ILAP:Project | 435 | ILAP:Project |
| 436 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 436 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 437 | rdfs:label "Project"^^xsd:string ; | 437 | rdfs:label "Project"^^xsd:string ; |
| 438 | rdfs:subClassOf ILAP:Activity ; | 438 | rdfs:subClassOf ILAP:Activity ; |
| 439 | rdfs:subClassOf | 439 | rdfs:subClassOf |
| 440 | [ rdf:type owl:Restriction ; | 440 | [ rdf:type owl:Restriction ; |
| 441 | - owl:allValuesFrom ILAP:Project ; | 441 | + owl:allValuesFrom BRREG:OilCompany ; |
| 442 | - owl:onProperty ILAP:hasProjectSubproject | 442 | + owl:onProperty ILAP:hasProjectResponsible |
| 443 | - ] ; | ||
| 444 | - rdfs:subClassOf | ||
| 445 | - [ rdf:type owl:Restriction ; | ||
| 446 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 447 | - owl:onProperty ILAP:hasExternalReference | ||
| 448 | ] ; | 443 | ] ; |
| 449 | rdfs:subClassOf | 444 | rdfs:subClassOf |
| 450 | [ rdf:type owl:Restriction ; | 445 | [ rdf:type owl:Restriction ; |
| ... | @@ -455,8 +450,13 @@ ILAP:Project | ... | @@ -455,8 +450,13 @@ ILAP:Project |
| 455 | ] ; | 450 | ] ; |
| 456 | rdfs:subClassOf | 451 | rdfs:subClassOf |
| 457 | [ rdf:type owl:Restriction ; | 452 | [ rdf:type owl:Restriction ; |
| 458 | - owl:allValuesFrom BRREG:OilCompany ; | 453 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 459 | - owl:onProperty ILAP:hasProjectResponsible | 454 | + owl:onProperty ILAP:hasExternalReference |
| 455 | + ] ; | ||
| 456 | + rdfs:subClassOf | ||
| 457 | + [ rdf:type owl:Restriction ; | ||
| 458 | + owl:allValuesFrom ILAP:Project ; | ||
| 459 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 460 | ] . | 460 | ] . |
| 461 | 461 | ||
| 462 | ILAP:ProjectExecutionPlan | 462 | ILAP:ProjectExecutionPlan |
| ... | @@ -465,35 +465,33 @@ ILAP:ProjectExecutionPlan | ... | @@ -465,35 +465,33 @@ ILAP:ProjectExecutionPlan |
| 465 | rdfs:subClassOf ILAP:Network ; | 465 | rdfs:subClassOf ILAP:Network ; |
| 466 | rdfs:subClassOf | 466 | rdfs:subClassOf |
| 467 | [ rdf:type owl:Restriction ; | 467 | [ rdf:type owl:Restriction ; |
| 468 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 468 | + owl:onProperty ILAP:hasPlanGeoArea ; |
| 469 | - owl:onProperty ILAP:hasPlanSubplan | 469 | + owl:someValuesFrom ILAP:PlanGeoArea |
| 470 | ] ; | 470 | ] ; |
| 471 | rdfs:subClassOf | 471 | rdfs:subClassOf |
| 472 | [ rdf:type owl:Restriction ; | 472 | [ rdf:type owl:Restriction ; |
| 473 | - owl:allValuesFrom BRREG:LegalEntity ; | 473 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 474 | - owl:onProperty ILAP:hasPlanResponsible | 474 | + owl:onProperty ILAP:hasPlanAsset |
| 475 | ] ; | 475 | ] ; |
| 476 | rdfs:subClassOf | 476 | rdfs:subClassOf |
| 477 | [ rdf:type owl:Restriction ; | 477 | [ rdf:type owl:Restriction ; |
| 478 | - owl:onProperty ILAP:hasPlanProjectType ; | 478 | + owl:allValuesFrom ILAP:PlanContractType ; |
| 479 | - owl:someValuesFrom ILAP:PlanProjectType | 479 | + owl:onProperty ILAP:hasPlanContractType |
| 480 | ] ; | 480 | ] ; |
| 481 | rdfs:subClassOf | 481 | rdfs:subClassOf |
| 482 | [ rdf:type owl:Restriction ; | 482 | [ rdf:type owl:Restriction ; |
| 483 | - owl:onProperty ILAP:hasPlanGeoArea ; | 483 | + owl:onProperty ILAP:hasPlanContentType ; |
| 484 | - owl:someValuesFrom ILAP:PlanGeoArea | 484 | + owl:someValuesFrom ILAP:PlanContentType |
| 485 | ] ; | 485 | ] ; |
| 486 | rdfs:subClassOf | 486 | rdfs:subClassOf |
| 487 | [ rdf:type owl:Restriction ; | 487 | [ rdf:type owl:Restriction ; |
| 488 | - owl:maxQualifiedCardinality | 488 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 489 | - "1"^^xsd:nonNegativeInteger ; | 489 | + owl:onProperty ILAP:hasPlanRollUpPlan |
| 490 | - owl:onClass ILAP:PlanLevel ; | ||
| 491 | - owl:onProperty ILAP:hasPlanLevel | ||
| 492 | ] ; | 490 | ] ; |
| 493 | rdfs:subClassOf | 491 | rdfs:subClassOf |
| 494 | [ rdf:type owl:Restriction ; | 492 | [ rdf:type owl:Restriction ; |
| 495 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 493 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 496 | - owl:onProperty ILAP:hasPlanLifecycleStage | 494 | + owl:onProperty ILAP:hasPlanResponsible |
| 497 | ] ; | 495 | ] ; |
| 498 | rdfs:subClassOf | 496 | rdfs:subClassOf |
| 499 | [ rdf:type owl:Restriction ; | 497 | [ rdf:type owl:Restriction ; |
| ... | @@ -502,35 +500,37 @@ ILAP:ProjectExecutionPlan | ... | @@ -502,35 +500,37 @@ ILAP:ProjectExecutionPlan |
| 502 | ] ; | 500 | ] ; |
| 503 | rdfs:subClassOf | 501 | rdfs:subClassOf |
| 504 | [ rdf:type owl:Restriction ; | 502 | [ rdf:type owl:Restriction ; |
| 505 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 503 | + owl:maxQualifiedCardinality |
| 506 | - owl:onProperty ILAP:hasPlanRollUpPlan | 504 | + "1"^^xsd:nonNegativeInteger ; |
| 505 | + owl:onClass ILAP:Project ; | ||
| 506 | + owl:onProperty ILAP:hasPlanProject | ||
| 507 | ] ; | 507 | ] ; |
| 508 | rdfs:subClassOf | 508 | rdfs:subClassOf |
| 509 | [ rdf:type owl:Restriction ; | 509 | [ rdf:type owl:Restriction ; |
| 510 | owl:maxQualifiedCardinality | 510 | owl:maxQualifiedCardinality |
| 511 | "1"^^xsd:nonNegativeInteger ; | 511 | "1"^^xsd:nonNegativeInteger ; |
| 512 | - owl:onClass ILAP:Project ; | 512 | + owl:onClass ILAP:PlanLevel ; |
| 513 | - owl:onProperty ILAP:hasPlanProject | 513 | + owl:onProperty ILAP:hasPlanLevel |
| 514 | ] ; | 514 | ] ; |
| 515 | rdfs:subClassOf | 515 | rdfs:subClassOf |
| 516 | [ rdf:type owl:Restriction ; | 516 | [ rdf:type owl:Restriction ; |
| 517 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 517 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
| 518 | - owl:onProperty ILAP:hasPlanAsset | 518 | + owl:onProperty ILAP:hasPlanLifecycleStage |
| 519 | ] ; | 519 | ] ; |
| 520 | rdfs:subClassOf | 520 | rdfs:subClassOf |
| 521 | [ rdf:type owl:Restriction ; | 521 | [ rdf:type owl:Restriction ; |
| 522 | - owl:onProperty ILAP:hasPlanContentType ; | 522 | + owl:onProperty ILAP:hasPlanProjectType ; |
| 523 | - owl:someValuesFrom ILAP:PlanContentType | 523 | + owl:someValuesFrom ILAP:PlanProjectType |
| 524 | ] ; | 524 | ] ; |
| 525 | rdfs:subClassOf | 525 | rdfs:subClassOf |
| 526 | [ rdf:type owl:Restriction ; | 526 | [ rdf:type owl:Restriction ; |
| 527 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 527 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 528 | - owl:onProperty ILAP:hasPlanObjectiveType | 528 | + owl:onProperty ILAP:hasPlanSubplan |
| 529 | ] ; | 529 | ] ; |
| 530 | rdfs:subClassOf | 530 | rdfs:subClassOf |
| 531 | [ rdf:type owl:Restriction ; | 531 | [ rdf:type owl:Restriction ; |
| 532 | - owl:allValuesFrom ILAP:PlanContractType ; | 532 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 533 | - owl:onProperty ILAP:hasPlanContractType | 533 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 534 | ] . | 534 | ] . |
| 535 | 535 | ||
| 536 | ILAP:ProjectType | 536 | ILAP:ProjectType |
| ... | @@ -539,18 +539,18 @@ ILAP:ProjectType | ... | @@ -539,18 +539,18 @@ ILAP:ProjectType |
| 539 | rdfs:subClassOf owl:Thing . | 539 | rdfs:subClassOf owl:Thing . |
| 540 | 540 | ||
| 541 | ILAP:Regular8To16WorkingDayCalendar | 541 | ILAP:Regular8To16WorkingDayCalendar |
| 542 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 542 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 543 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 543 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 544 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 544 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 545 | 545 | ||
| 546 | ILAP:Reservoir_Drilling | 546 | ILAP:Reservoir_Drilling |
| 547 | rdf:type ILAP:RiskFactor ; | 547 | rdf:type ILAP:RiskFactor ; |
| 548 | rdfs:label "Reservoir Drilling"^^xsd:string . | 548 | rdfs:label "Reservoir Drilling"^^xsd:string . |
| 549 | 549 | ||
| 550 | ILAP:Resource | 550 | ILAP:Resource |
| 551 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 551 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 552 | rdfs:label "Resource"^^xsd:string ; | 552 | rdfs:label "Resource"^^xsd:string ; |
| 553 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 553 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 554 | 554 | ||
| 555 | ILAP:ResourceEstimate | 555 | ILAP:ResourceEstimate |
| 556 | rdf:type owl:Class ; | 556 | rdf:type owl:Class ; |
| ... | @@ -558,14 +558,14 @@ ILAP:ResourceEstimate | ... | @@ -558,14 +558,14 @@ ILAP:ResourceEstimate |
| 558 | rdfs:subClassOf ILAP:ResourceStructure . | 558 | rdfs:subClassOf ILAP:ResourceStructure . |
| 559 | 559 | ||
| 560 | ILAP:ResourceProfile | 560 | ILAP:ResourceProfile |
| 561 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 561 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 562 | rdfs:label "Resource profile"^^xsd:string ; | 562 | rdfs:label "Resource profile"^^xsd:string ; |
| 563 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 563 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 564 | 564 | ||
| 565 | ILAP:ResourceProfilePoint | 565 | ILAP:ResourceProfilePoint |
| 566 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 566 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 567 | rdfs:label "resource Profile point"^^xsd:string ; | 567 | rdfs:label "resource Profile point"^^xsd:string ; |
| 568 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 568 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 569 | 569 | ||
| 570 | ILAP:ResourceStructure | 570 | ILAP:ResourceStructure |
| 571 | rdf:type owl:Class ; | 571 | rdf:type owl:Class ; |
| ... | @@ -573,17 +573,17 @@ ILAP:ResourceStructure | ... | @@ -573,17 +573,17 @@ ILAP:ResourceStructure |
| 573 | rdfs:subClassOf ILAP:Network . | 573 | rdfs:subClassOf ILAP:Network . |
| 574 | 574 | ||
| 575 | ILAP:ResponsibleOrganization | 575 | ILAP:ResponsibleOrganization |
| 576 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 576 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 577 | rdfs:label "Responsible organization"^^xsd:string ; | 577 | rdfs:label "Responsible organization"^^xsd:string ; |
| 578 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 578 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 579 | 579 | ||
| 580 | ILAP:ResponsiblePerson | 580 | ILAP:ResponsiblePerson |
| 581 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 581 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 582 | rdfs:label "Responsible"^^xsd:string ; | 582 | rdfs:label "Responsible"^^xsd:string ; |
| 583 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 583 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 584 | 584 | ||
| 585 | ILAP:Result | 585 | ILAP:Result |
| 586 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 586 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 587 | rdfs:label "Result"^^xsd:string ; | 587 | rdfs:label "Result"^^xsd:string ; |
| 588 | rdfs:subClassOf owl:Thing . | 588 | rdfs:subClassOf owl:Thing . |
| 589 | 589 | ||
| ... | @@ -598,9 +598,9 @@ ILAP:RiskFactor | ... | @@ -598,9 +598,9 @@ ILAP:RiskFactor |
| 598 | rdfs:subClassOf owl:Thing . | 598 | rdfs:subClassOf owl:Thing . |
| 599 | 599 | ||
| 600 | ILAP:Schedule | 600 | ILAP:Schedule |
| 601 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 601 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 602 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 602 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 603 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 603 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 604 | rdfs:subClassOf | 604 | rdfs:subClassOf |
| 605 | [ rdf:type owl:Restriction ; | 605 | [ rdf:type owl:Restriction ; |
| 606 | owl:maxQualifiedCardinality | 606 | owl:maxQualifiedCardinality |
| ... | @@ -610,22 +610,22 @@ ILAP:Schedule | ... | @@ -610,22 +610,22 @@ ILAP:Schedule |
| 610 | ] . | 610 | ] . |
| 611 | 611 | ||
| 612 | ILAP:ScheduledActivity | 612 | ILAP:ScheduledActivity |
| 613 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 613 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 614 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 614 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 615 | rdfs:subClassOf ILAP:PlannedActivity ; | 615 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 616 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 617 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
| 618 | owl:maxQualifiedCardinality | 618 | owl:maxQualifiedCardinality |
| 619 | "1"^^xsd:nonNegativeInteger ; | 619 | "1"^^xsd:nonNegativeInteger ; |
| 620 | - owl:onClass ILAP:Schedule ; | 620 | + owl:onClass ILAP:PlannedActivity ; |
| 621 | - owl:onProperty ILAP:hasActivitySchedule | 621 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 622 | ] ; | 622 | ] ; |
| 623 | rdfs:subClassOf | 623 | rdfs:subClassOf |
| 624 | [ rdf:type owl:Restriction ; | 624 | [ rdf:type owl:Restriction ; |
| 625 | owl:maxQualifiedCardinality | 625 | owl:maxQualifiedCardinality |
| 626 | "1"^^xsd:nonNegativeInteger ; | 626 | "1"^^xsd:nonNegativeInteger ; |
| 627 | - owl:onClass ILAP:PlannedActivity ; | 627 | + owl:onClass ILAP:Schedule ; |
| 628 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 628 | + owl:onProperty ILAP:hasActivitySchedule |
| 629 | ] . | 629 | ] . |
| 630 | 630 | ||
| 631 | ILAP:ScheduledMilestone | 631 | ILAP:ScheduledMilestone |
| ... | @@ -638,9 +638,9 @@ ILAP:Shallow_Gas | ... | @@ -638,9 +638,9 @@ ILAP:Shallow_Gas |
| 638 | rdfs:label "Shallow Gas"^^xsd:string . | 638 | rdfs:label "Shallow Gas"^^xsd:string . |
| 639 | 639 | ||
| 640 | ILAP:Source | 640 | ILAP:Source |
| 641 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 641 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 642 | rdfs:label "Source"^^xsd:string ; | 642 | rdfs:label "Source"^^xsd:string ; |
| 643 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 643 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 644 | 644 | ||
| 645 | ILAP:SourceSpecifiedUserField | 645 | ILAP:SourceSpecifiedUserField |
| 646 | rdf:type owl:Class ; | 646 | rdf:type owl:Class ; |
| ... | @@ -653,22 +653,22 @@ ILAP:SpecifiedUserField | ... | @@ -653,22 +653,22 @@ ILAP:SpecifiedUserField |
| 653 | rdfs:subClassOf ILAP:UserField . | 653 | rdfs:subClassOf ILAP:UserField . |
| 654 | 654 | ||
| 655 | ILAP:StartToFinish | 655 | ILAP:StartToFinish |
| 656 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 656 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 657 | rdfs:label "Start to finish"^^xsd:string ; | 657 | rdfs:label "Start to finish"^^xsd:string ; |
| 658 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 658 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 659 | 659 | ||
| 660 | ILAP:StartToStart | 660 | ILAP:StartToStart |
| 661 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 661 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 662 | rdfs:label "Start to start"^^xsd:string ; | 662 | rdfs:label "Start to start"^^xsd:string ; |
| 663 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 663 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 664 | 664 | ||
| 665 | ILAP:Status | 665 | ILAP:Status |
| 666 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 666 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 667 | rdfs:label "Status"^^xsd:string ; | 667 | rdfs:label "Status"^^xsd:string ; |
| 668 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 668 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 669 | 669 | ||
| 670 | ILAP:TargetSchedule | 670 | ILAP:TargetSchedule |
| 671 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 671 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 672 | rdfs:label "Target schedule"^^xsd:string ; | 672 | rdfs:label "Target schedule"^^xsd:string ; |
| 673 | rdfs:subClassOf ILAP:Schedule . | 673 | rdfs:subClassOf ILAP:Schedule . |
| 674 | 674 | ||
| ... | @@ -683,7 +683,7 @@ ILAP:UnitBased | ... | @@ -683,7 +683,7 @@ ILAP:UnitBased |
| 683 | rdfs:subClassOf ILAP:Resource . | 683 | rdfs:subClassOf ILAP:Resource . |
| 684 | 684 | ||
| 685 | ILAP:UserField | 685 | ILAP:UserField |
| 686 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 686 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
| 687 | rdfs:label "User field"^^xsd:string ; | 687 | rdfs:label "User field"^^xsd:string ; |
| 688 | rdfs:subClassOf ILAP:Data ; | 688 | rdfs:subClassOf ILAP:Data ; |
| 689 | rdfs:subClassOf | 689 | rdfs:subClassOf |
| ... | @@ -697,16 +697,16 @@ ILAP:UserField | ... | @@ -697,16 +697,16 @@ ILAP:UserField |
| 697 | ILAP:Value | 697 | ILAP:Value |
| 698 | rdf:type owl:Class ; | 698 | rdf:type owl:Class ; |
| 699 | rdfs:label "Value"^^xsd:string ; | 699 | rdfs:label "Value"^^xsd:string ; |
| 700 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 700 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 701 | 701 | ||
| 702 | ILAP:Vessel_Operation | 702 | ILAP:Vessel_Operation |
| 703 | rdf:type ILAP:RiskFactor ; | 703 | rdf:type ILAP:RiskFactor ; |
| 704 | rdfs:label "Vessel Operation"^^xsd:string . | 704 | rdfs:label "Vessel Operation"^^xsd:string . |
| 705 | 705 | ||
| 706 | ILAP:WeekendsFreeCalendar | 706 | ILAP:WeekendsFreeCalendar |
| 707 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 707 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 708 | rdfs:label "Weekends free calendar"^^xsd:string ; | 708 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 709 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 709 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 710 | 710 | ||
| 711 | ILAP:WorkOrder | 711 | ILAP:WorkOrder |
| 712 | rdf:type owl:Class ; | 712 | rdf:type owl:Class ; |
| ... | @@ -714,18 +714,18 @@ ILAP:WorkOrder | ... | @@ -714,18 +714,18 @@ ILAP:WorkOrder |
| 714 | rdfs:subClassOf ILAP:WorkTask . | 714 | rdfs:subClassOf ILAP:WorkTask . |
| 715 | 715 | ||
| 716 | ILAP:WorkTask | 716 | ILAP:WorkTask |
| 717 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 717 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 718 | rdfs:label "Work task"^^xsd:string ; | 718 | rdfs:label "Work task"^^xsd:string ; |
| 719 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 719 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 720 | rdfs:subClassOf | 720 | rdfs:subClassOf |
| 721 | [ rdf:type owl:Restriction ; | 721 | [ rdf:type owl:Restriction ; |
| 722 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 722 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 723 | - owl:someValuesFrom ILAP:Activity | 723 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 724 | ] ; | 724 | ] ; |
| 725 | rdfs:subClassOf | 725 | rdfs:subClassOf |
| 726 | [ rdf:type owl:Restriction ; | 726 | [ rdf:type owl:Restriction ; |
| 727 | - owl:allValuesFrom BRREG:LegalEntity ; | 727 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 728 | - owl:onProperty ILAP:hasWorkTaskResponsible | 728 | + owl:someValuesFrom ILAP:Activity |
| 729 | ] . | 729 | ] . |
| 730 | 730 | ||
| 731 | ILAP:WorkTaskStatus | 731 | ILAP:WorkTaskStatus |
| ... | @@ -825,7 +825,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -825,7 +825,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 825 | rdfs:range xsd:float . | 825 | rdfs:range xsd:float . |
| 826 | 826 | ||
| 827 | ILAP:hasActivityPlan | 827 | ILAP:hasActivityPlan |
| 828 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 828 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 829 | rdfs:domain ILAP:PlannedActivity ; | 829 | rdfs:domain ILAP:PlannedActivity ; |
| 830 | rdfs:label "has activity plan"^^xsd:string ; | 830 | rdfs:label "has activity plan"^^xsd:string ; |
| 831 | rdfs:range ILAP:ProjectExecutionPlan . | 831 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -873,7 +873,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -873,7 +873,7 @@ ILAP:hasActivityResponsibleOrganization |
| 873 | rdfs:range ILAP:ResponsibleOrganization . | 873 | rdfs:range ILAP:ResponsibleOrganization . |
| 874 | 874 | ||
| 875 | ILAP:hasActivityResponsiblePerson | 875 | ILAP:hasActivityResponsiblePerson |
| 876 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 876 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 877 | rdfs:domain ILAP:PlannedActivity ; | 877 | rdfs:domain ILAP:PlannedActivity ; |
| 878 | rdfs:label "has activity responsible"^^xsd:string ; | 878 | rdfs:label "has activity responsible"^^xsd:string ; |
| 879 | rdfs:range ILAP:ResponsiblePerson . | 879 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -908,7 +908,7 @@ ILAP:hasActivityStatus | ... | @@ -908,7 +908,7 @@ ILAP:hasActivityStatus |
| 908 | rdfs:range ILAP:Status . | 908 | rdfs:range ILAP:Status . |
| 909 | 909 | ||
| 910 | ILAP:hasActivitySuccessor | 910 | ILAP:hasActivitySuccessor |
| 911 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 911 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 912 | rdfs:domain ILAP:PlannedActivity ; | 912 | rdfs:domain ILAP:PlannedActivity ; |
| 913 | rdfs:label "has activity successor"^^xsd:string ; | 913 | rdfs:label "has activity successor"^^xsd:string ; |
| 914 | rdfs:range ILAP:ActivityDependency ; | 914 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -969,7 +969,7 @@ ILAP:hasCalendarDate | ... | @@ -969,7 +969,7 @@ ILAP:hasCalendarDate |
| 969 | rdfs:label "has calendar date"^^xsd:string . | 969 | rdfs:label "has calendar date"^^xsd:string . |
| 970 | 970 | ||
| 971 | ILAP:hasCalendarFreePeriod | 971 | ILAP:hasCalendarFreePeriod |
| 972 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 972 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 973 | rdfs:domain ILAP:Calendar ; | 973 | rdfs:domain ILAP:Calendar ; |
| 974 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 974 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 975 | rdfs:range ILAP:CalendarFreePeriod . | 975 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1246,7 +1246,7 @@ ILAP:hasPlanRegulator | ... | @@ -1246,7 +1246,7 @@ ILAP:hasPlanRegulator |
| 1246 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1246 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1247 | 1247 | ||
| 1248 | ILAP:hasPlanResponsible | 1248 | ILAP:hasPlanResponsible |
| 1249 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1249 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1250 | rdfs:domain ILAP:ResponsibleOrganization ; | 1250 | rdfs:domain ILAP:ResponsibleOrganization ; |
| 1251 | rdfs:label "has plan responsible"^^xsd:string . | 1251 | rdfs:label "has plan responsible"^^xsd:string . |
| 1252 | 1252 | ||
| ... | @@ -1405,7 +1405,7 @@ ILAP:hasScheduledStart | ... | @@ -1405,7 +1405,7 @@ ILAP:hasScheduledStart |
| 1405 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1405 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
| 1406 | 1406 | ||
| 1407 | ILAP:hasSuccessorActivity | 1407 | ILAP:hasSuccessorActivity |
| 1408 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1408 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1409 | rdfs:domain ILAP:ActivityDependency ; | 1409 | rdfs:domain ILAP:ActivityDependency ; |
| 1410 | rdfs:label "has successor activity "^^xsd:string ; | 1410 | rdfs:label "has successor activity "^^xsd:string ; |
| 1411 | rdfs:range ILAP:PlannedActivity ; | 1411 | rdfs:range ILAP:PlannedActivity ; | ... | ... |
-
Please register or login to post a comment