Showing
1 changed file
with
185 additions
and
180 deletions
| ... | @@ -14,50 +14,50 @@ ILAP: | ... | @@ -14,50 +14,50 @@ ILAP: |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | 15 | ||
| 16 | ILAP:Activity | 16 | ILAP:Activity |
| 17 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 18 | rdfs:label "Activity"^^xsd:string ; | 18 | rdfs:label "Activity"^^xsd:string ; |
| 19 | rdfs:subClassOf | 19 | rdfs:subClassOf |
| 20 | [ rdf:type owl:Restriction ; | 20 | [ rdf:type owl:Restriction ; |
| 21 | - owl:allValuesFrom ILAP:Discipline ; | 21 | + owl:allValuesFrom ILAP:Status ; |
| 22 | - owl:onProperty ILAP:hasActivityDiscipline | 22 | + owl:onProperty ILAP:hasActivityStatus |
| 23 | ] ; | 23 | ] ; |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ILAP:Calendar ; | 26 | + owl:onProperty ILAP:hasExternalReference ; |
| 27 | - owl:onProperty ILAP:hasActivityCalendar | 27 | + owl:someValuesFrom ILAP:ExternalReference |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:onProperty ILAP:hasExternalReference ; | 31 | + owl:allValuesFrom ILAP:Calendar ; |
| 32 | - owl:someValuesFrom ILAP:ExternalReference | 32 | + owl:onProperty ILAP:hasActivityCalendar |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ILAP:Status ; | 36 | + owl:allValuesFrom ILAP:Discipline ; |
| 37 | - owl:onProperty ILAP:hasActivityStatus | 37 | + owl:onProperty ILAP:hasActivityDiscipline |
| 38 | ] . | 38 | ] . |
| 39 | 39 | ||
| 40 | ILAP:ActivityDependency | 40 | ILAP:ActivityDependency |
| 41 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 41 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
| 42 | rdfs:label "Activity Dependency"^^xsd:string ; | 42 | rdfs:label "Activity Dependency"^^xsd:string ; |
| 43 | rdfs:subClassOf ILAP:Constraint ; | 43 | rdfs:subClassOf ILAP:Constraint ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:onClass ILAP:Activity ; | 46 | owl:onClass ILAP:Activity ; |
| 47 | - owl:onProperty ILAP:hasPredecessorActivity ; | 47 | + owl:onProperty ILAP:hasSuccessorActivity ; |
| 48 | owl:qualifiedCardinality | 48 | owl:qualifiedCardinality |
| 49 | "1"^^xsd:nonNegativeInteger | 49 | "1"^^xsd:nonNegativeInteger |
| 50 | ] ; | 50 | ] ; |
| 51 | rdfs:subClassOf | 51 | rdfs:subClassOf |
| 52 | [ rdf:type owl:Restriction ; | 52 | [ rdf:type owl:Restriction ; |
| 53 | owl:onClass ILAP:Activity ; | 53 | owl:onClass ILAP:Activity ; |
| 54 | - owl:onProperty ILAP:hasSuccessorActivity ; | 54 | + owl:onProperty ILAP:hasPredecessorActivity ; |
| 55 | owl:qualifiedCardinality | 55 | owl:qualifiedCardinality |
| 56 | "1"^^xsd:nonNegativeInteger | 56 | "1"^^xsd:nonNegativeInteger |
| 57 | ] . | 57 | ] . |
| 58 | 58 | ||
| 59 | ILAP:ActivityPlan | 59 | ILAP:ActivityPlan |
| 60 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 61 | rdfs:label "Activity Plan"^^xsd:string ; | 61 | rdfs:label "Activity Plan"^^xsd:string ; |
| 62 | rdfs:subClassOf ILAP:Network ; | 62 | rdfs:subClassOf ILAP:Network ; |
| 63 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus | ... | @@ -72,22 +72,22 @@ ILAP:ActivityStatus |
| 72 | rdfs:subClassOf ILAP:Status . | 72 | rdfs:subClassOf ILAP:Status . |
| 73 | 73 | ||
| 74 | ILAP:ActivityWBS | 74 | ILAP:ActivityWBS |
| 75 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 75 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
| 76 | rdfs:label "Activity WBS"^^xsd:string ; | 76 | rdfs:label "Activity WBS"^^xsd:string ; |
| 77 | rdfs:subClassOf ILAP:Network . | 77 | rdfs:subClassOf ILAP:Network . |
| 78 | 78 | ||
| 79 | ILAP:Application | 79 | ILAP:Application |
| 80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 81 | rdfs:label "Application"^^xsd:string ; | 81 | rdfs:label "Application"^^xsd:string ; |
| 82 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 82 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
| 83 | 83 | ||
| 84 | ILAP:Asset | 84 | ILAP:Asset |
| 85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| 86 | rdfs:label "Asset"^^xsd:string ; | 86 | rdfs:label "Asset"^^xsd:string ; |
| 87 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
| 88 | 88 | ||
| 89 | ILAP:Baseline | 89 | ILAP:Baseline |
| 90 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 90 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 91 | rdfs:label "Baseline"^^xsd:string ; | 91 | rdfs:label "Baseline"^^xsd:string ; |
| 92 | rdfs:subClassOf ILAP:Network . | 92 | rdfs:subClassOf ILAP:Network . |
| 93 | 93 | ||
| ... | @@ -100,9 +100,9 @@ ILAP:CAPEX | ... | @@ -100,9 +100,9 @@ ILAP:CAPEX |
| 100 | rdfs:label "CAPEX"^^xsd:string . | 100 | rdfs:label "CAPEX"^^xsd:string . |
| 101 | 101 | ||
| 102 | ILAP:Calendar | 102 | ILAP:Calendar |
| 103 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 103 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 104 | rdfs:label "Calendar"^^xsd:string ; | 104 | rdfs:label "Calendar"^^xsd:string ; |
| 105 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 105 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
| 106 | rdfs:subClassOf | 106 | rdfs:subClassOf |
| 107 | [ rdf:type owl:Restriction ; | 107 | [ rdf:type owl:Restriction ; |
| 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 108 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
| ... | @@ -110,14 +110,14 @@ ILAP:Calendar | ... | @@ -110,14 +110,14 @@ ILAP:Calendar |
| 110 | ] . | 110 | ] . |
| 111 | 111 | ||
| 112 | ILAP:CalendarDay | 112 | ILAP:CalendarDay |
| 113 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 113 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
| 114 | rdfs:label "Calendar day"^^xsd:string ; | 114 | rdfs:label "Calendar day"^^xsd:string ; |
| 115 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 115 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
| 116 | 116 | ||
| 117 | ILAP:CalendarFreePeriod | 117 | ILAP:CalendarFreePeriod |
| 118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 118 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 119 | rdfs:label "Calendar free period"^^xsd:string ; | 119 | rdfs:label "Calendar free period"^^xsd:string ; |
| 120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 120 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
| 121 | rdfs:subClassOf | 121 | rdfs:subClassOf |
| 122 | [ rdf:type owl:Restriction ; | 122 | [ rdf:type owl:Restriction ; |
| 123 | owl:onClass ILAP:Calendar ; | 123 | owl:onClass ILAP:Calendar ; |
| ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod | ... | @@ -129,28 +129,28 @@ ILAP:CalendarFreePeriod |
| 129 | ] . | 129 | ] . |
| 130 | 130 | ||
| 131 | ILAP:CalendarFreePeriodWeekRepeat | 131 | ILAP:CalendarFreePeriodWeekRepeat |
| 132 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 132 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
| 133 | rdfs:label "Free day"^^xsd:string ; | 133 | rdfs:label "Free day"^^xsd:string ; |
| 134 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 134 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
| 135 | 135 | ||
| 136 | ILAP:CalendarHour | 136 | ILAP:CalendarHour |
| 137 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 137 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 138 | rdfs:label "calendar hour"^^xsd:string ; | 138 | rdfs:label "calendar hour"^^xsd:string ; |
| 139 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 139 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
| 140 | 140 | ||
| 141 | ILAP:CalendarPeriod | 141 | ILAP:CalendarPeriod |
| 142 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 142 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
| 143 | rdfs:label "Calendar period"^^xsd:string ; | 143 | rdfs:label "Calendar period"^^xsd:string ; |
| 144 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 144 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
| 145 | rdfs:subClassOf | 145 | rdfs:subClassOf |
| 146 | [ rdf:type owl:Restriction ; | 146 | [ rdf:type owl:Restriction ; |
| 147 | - owl:allValuesFrom ILAP:CalendarDay ; | 147 | + owl:allValuesFrom ILAP:CalendarHour ; |
| 148 | - owl:onProperty ILAP:hasCalendarPeriodDay | 148 | + owl:onProperty ILAP:hasCalendarPeriodHour |
| 149 | ] ; | 149 | ] ; |
| 150 | rdfs:subClassOf | 150 | rdfs:subClassOf |
| 151 | [ rdf:type owl:Restriction ; | 151 | [ rdf:type owl:Restriction ; |
| 152 | - owl:allValuesFrom ILAP:CalendarHour ; | 152 | + owl:allValuesFrom ILAP:CalendarDay ; |
| 153 | - owl:onProperty ILAP:hasCalendarPeriodHour | 153 | + owl:onProperty ILAP:hasCalendarPeriodDay |
| 154 | ] . | 154 | ] . |
| 155 | 155 | ||
| 156 | ILAP:Category | 156 | ILAP:Category |
| ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone | ... | @@ -166,7 +166,7 @@ ILAP:CommissioningMilestone |
| 166 | ILAP:Constraint | 166 | ILAP:Constraint |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "Constraint"^^xsd:string ; | 168 | rdfs:label "Constraint"^^xsd:string ; |
| 169 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 169 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
| 170 | 170 | ||
| 171 | ILAP:ConstructionMilestone | 171 | ILAP:ConstructionMilestone |
| 172 | rdf:type owl:Class ; | 172 | rdf:type owl:Class ; |
| ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone | ... | @@ -176,7 +176,7 @@ ILAP:ConstructionMilestone |
| 176 | ILAP:Contract | 176 | ILAP:Contract |
| 177 | rdf:type owl:Class ; | 177 | rdf:type owl:Class ; |
| 178 | rdfs:label "Contract"^^xsd:string ; | 178 | rdfs:label "Contract"^^xsd:string ; |
| 179 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 179 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
| 180 | 180 | ||
| 181 | ILAP:ContractMilestone | 181 | ILAP:ContractMilestone |
| 182 | rdf:type owl:Class ; | 182 | rdf:type owl:Class ; |
| ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule | ... | @@ -201,7 +201,7 @@ ILAP:ControlSchedule |
| 201 | ILAP:Cost | 201 | ILAP:Cost |
| 202 | rdf:type owl:Class ; | 202 | rdf:type owl:Class ; |
| 203 | rdfs:label "Cost"^^xsd:string ; | 203 | rdfs:label "Cost"^^xsd:string ; |
| 204 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 204 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
| 205 | 205 | ||
| 206 | ILAP:CostBased | 206 | ILAP:CostBased |
| 207 | rdf:type owl:Class ; | 207 | rdf:type owl:Class ; |
| ... | @@ -209,14 +209,14 @@ ILAP:CostBased | ... | @@ -209,14 +209,14 @@ ILAP:CostBased |
| 209 | rdfs:subClassOf ILAP:Resource . | 209 | rdfs:subClassOf ILAP:Resource . |
| 210 | 210 | ||
| 211 | ILAP:CurrentSchedule | 211 | ILAP:CurrentSchedule |
| 212 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 212 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 213 | rdfs:label "Current schedule"^^xsd:string ; | 213 | rdfs:label "Current schedule"^^xsd:string ; |
| 214 | rdfs:subClassOf ILAP:Schedule . | 214 | rdfs:subClassOf ILAP:Schedule . |
| 215 | 215 | ||
| 216 | ILAP:Data | 216 | ILAP:Data |
| 217 | rdf:type owl:Class ; | 217 | rdf:type owl:Class ; |
| 218 | rdfs:label "Data"^^xsd:string ; | 218 | rdfs:label "Data"^^xsd:string ; |
| 219 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 219 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
| 220 | rdfs:subClassOf | 220 | rdfs:subClassOf |
| 221 | [ rdf:type owl:Restriction ; | 221 | [ rdf:type owl:Restriction ; |
| 222 | owl:onClass ILAP:Project ; | 222 | owl:onClass ILAP:Project ; |
| ... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone | ... | @@ -246,7 +246,7 @@ ILAP:DesignMilestone |
| 246 | rdfs:subClassOf ILAP:MilestoneType . | 246 | rdfs:subClassOf ILAP:MilestoneType . |
| 247 | 247 | ||
| 248 | ILAP:Discipline | 248 | ILAP:Discipline |
| 249 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 249 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 250 | rdfs:label "Discipline"^^xsd:string ; | 250 | rdfs:label "Discipline"^^xsd:string ; |
| 251 | rdfs:subClassOf owl:Thing . | 251 | rdfs:subClassOf owl:Thing . |
| 252 | 252 | ||
| ... | @@ -266,15 +266,13 @@ ILAP:EngineeringMilestone | ... | @@ -266,15 +266,13 @@ ILAP:EngineeringMilestone |
| 266 | rdfs:subClassOf ILAP:MilestoneType . | 266 | rdfs:subClassOf ILAP:MilestoneType . |
| 267 | 267 | ||
| 268 | ILAP:ExternalReference | 268 | ILAP:ExternalReference |
| 269 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 269 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
| 270 | rdfs:label "External Reference"^^xsd:string ; | 270 | rdfs:label "External Reference"^^xsd:string ; |
| 271 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 271 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
| 272 | rdfs:subClassOf | 272 | rdfs:subClassOf |
| 273 | [ rdf:type owl:Restriction ; | 273 | [ rdf:type owl:Restriction ; |
| 274 | - owl:onDataRange xsd:string ; | 274 | + owl:allValuesFrom ILAP:Application ; |
| 275 | - owl:onProperty ILAP:hasObjectReferenceID ; | 275 | + owl:onProperty ILAP:hasReferenceApplication |
| 276 | - owl:qualifiedCardinality | ||
| 277 | - "1"^^xsd:nonNegativeInteger | ||
| 278 | ] ; | 276 | ] ; |
| 279 | rdfs:subClassOf | 277 | rdfs:subClassOf |
| 280 | [ rdf:type owl:Restriction ; | 278 | [ rdf:type owl:Restriction ; |
| ... | @@ -283,8 +281,10 @@ ILAP:ExternalReference | ... | @@ -283,8 +281,10 @@ ILAP:ExternalReference |
| 283 | ] ; | 281 | ] ; |
| 284 | rdfs:subClassOf | 282 | rdfs:subClassOf |
| 285 | [ rdf:type owl:Restriction ; | 283 | [ rdf:type owl:Restriction ; |
| 286 | - owl:allValuesFrom ILAP:Application ; | 284 | + owl:onDataRange xsd:string ; |
| 287 | - owl:onProperty ILAP:hasReferenceApplication | 285 | + owl:onProperty ILAP:hasObjectReferenceID ; |
| 286 | + owl:qualifiedCardinality | ||
| 287 | + "1"^^xsd:nonNegativeInteger | ||
| 288 | ] . | 288 | ] . |
| 289 | 289 | ||
| 290 | ILAP:Facility | 290 | ILAP:Facility |
| ... | @@ -298,14 +298,14 @@ ILAP:Field | ... | @@ -298,14 +298,14 @@ ILAP:Field |
| 298 | rdfs:subClassOf owl:Thing . | 298 | rdfs:subClassOf owl:Thing . |
| 299 | 299 | ||
| 300 | ILAP:FinishToFinish | 300 | ILAP:FinishToFinish |
| 301 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 301 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 302 | rdfs:label "Finish to finish"^^xsd:string ; | 302 | rdfs:label "Finish to finish"^^xsd:string ; |
| 303 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 303 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 304 | 304 | ||
| 305 | ILAP:FinishToStart | 305 | ILAP:FinishToStart |
| 306 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 306 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 307 | rdfs:label "Finish to start"^^xsd:string ; | 307 | rdfs:label "Finish to start"^^xsd:string ; |
| 308 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 308 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 309 | 309 | ||
| 310 | ILAP:FunctionalLocation | 310 | ILAP:FunctionalLocation |
| 311 | rdf:type owl:Class ; | 311 | rdf:type owl:Class ; |
| ... | @@ -320,7 +320,7 @@ ILAP:GeographicLocation | ... | @@ -320,7 +320,7 @@ ILAP:GeographicLocation |
| 320 | ILAP:Information | 320 | ILAP:Information |
| 321 | rdf:type owl:Class ; | 321 | rdf:type owl:Class ; |
| 322 | rdfs:label "Information"^^xsd:string ; | 322 | rdfs:label "Information"^^xsd:string ; |
| 323 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 323 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
| 324 | 324 | ||
| 325 | ILAP:Knowledge | 325 | ILAP:Knowledge |
| 326 | rdf:type owl:Class ; | 326 | rdf:type owl:Class ; |
| ... | @@ -338,14 +338,14 @@ ILAP:LifecyclePhase | ... | @@ -338,14 +338,14 @@ ILAP:LifecyclePhase |
| 338 | rdfs:subClassOf ILAP:Phase . | 338 | rdfs:subClassOf ILAP:Phase . |
| 339 | 339 | ||
| 340 | ILAP:LiveSchedule | 340 | ILAP:LiveSchedule |
| 341 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 341 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 342 | rdfs:label "Live schedule"^^xsd:string ; | 342 | rdfs:label "Live schedule"^^xsd:string ; |
| 343 | rdfs:subClassOf ILAP:Schedule . | 343 | rdfs:subClassOf ILAP:Schedule . |
| 344 | 344 | ||
| 345 | ILAP:Location | 345 | ILAP:Location |
| 346 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 346 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
| 347 | rdfs:label "Location"^^xsd:string ; | 347 | rdfs:label "Location"^^xsd:string ; |
| 348 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 348 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 349 | 349 | ||
| 350 | ILAP:MaterialOrderStatus | 350 | ILAP:MaterialOrderStatus |
| 351 | rdf:type owl:Class ; | 351 | rdf:type owl:Class ; |
| ... | @@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus | ... | @@ -353,7 +353,7 @@ ILAP:MaterialOrderStatus |
| 353 | rdfs:subClassOf ILAP:Status . | 353 | rdfs:subClassOf ILAP:Status . |
| 354 | 354 | ||
| 355 | ILAP:Milestone | 355 | ILAP:Milestone |
| 356 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 356 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
| 357 | rdfs:label "Milestone"^^xsd:string . | 357 | rdfs:label "Milestone"^^xsd:string . |
| 358 | 358 | ||
| 359 | ILAP:MilestoneType | 359 | ILAP:MilestoneType |
| ... | @@ -364,7 +364,7 @@ ILAP:MilestoneType | ... | @@ -364,7 +364,7 @@ ILAP:MilestoneType |
| 364 | ILAP:Network | 364 | ILAP:Network |
| 365 | rdf:type owl:Class ; | 365 | rdf:type owl:Class ; |
| 366 | rdfs:label "Network"^^xsd:string ; | 366 | rdfs:label "Network"^^xsd:string ; |
| 367 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 367 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
| 368 | 368 | ||
| 369 | ILAP:OPEX | 369 | ILAP:OPEX |
| 370 | rdfs:label "OPEX"^^xsd:string . | 370 | rdfs:label "OPEX"^^xsd:string . |
| ... | @@ -395,49 +395,49 @@ ILAP:PhysicalLocation | ... | @@ -395,49 +395,49 @@ ILAP:PhysicalLocation |
| 395 | rdfs:subClassOf ILAP:Location . | 395 | rdfs:subClassOf ILAP:Location . |
| 396 | 396 | ||
| 397 | ILAP:PlanClassifier | 397 | ILAP:PlanClassifier |
| 398 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 398 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 399 | rdfs:label "Plan classifier"^^xsd:string ; | 399 | rdfs:label "Plan classifier"^^xsd:string ; |
| 400 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 400 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
| 401 | 401 | ||
| 402 | ILAP:PlanContentType | 402 | ILAP:PlanContentType |
| 403 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 403 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
| 404 | rdfs:label "Plan content type"^^xsd:string ; | 404 | rdfs:label "Plan content type"^^xsd:string ; |
| 405 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 405 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . |
| 406 | 406 | ||
| 407 | ILAP:PlanContractType | 407 | ILAP:PlanContractType |
| 408 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 408 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 409 | rdfs:label "Plan contract type"^^xsd:string ; | 409 | rdfs:label "Plan contract type"^^xsd:string ; |
| 410 | rdfs:subClassOf ILAP:PlanClassifier . | 410 | rdfs:subClassOf ILAP:PlanClassifier . |
| 411 | 411 | ||
| 412 | ILAP:PlanExpenseType | 412 | ILAP:PlanExpenseType |
| 413 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 413 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
| 414 | rdfs:label "Plan expense type"^^xsd:string ; | 414 | rdfs:label "Plan expense type"^^xsd:string ; |
| 415 | rdfs:subClassOf ILAP:PlanClassifier . | 415 | rdfs:subClassOf ILAP:PlanClassifier . |
| 416 | 416 | ||
| 417 | ILAP:PlanGeoArea | 417 | ILAP:PlanGeoArea |
| 418 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 418 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
| 419 | rdfs:label "Plan geographic area"^^xsd:string ; | 419 | rdfs:label "Plan geographic area"^^xsd:string ; |
| 420 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 420 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 421 | 421 | ||
| 422 | ILAP:PlanLevel | 422 | ILAP:PlanLevel |
| 423 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 423 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 424 | rdfs:label "Plan level"^^xsd:string ; | 424 | rdfs:label "Plan level"^^xsd:string ; |
| 425 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 425 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 426 | 426 | ||
| 427 | ILAP:PlanLifecycleStage | 427 | ILAP:PlanLifecycleStage |
| 428 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 428 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 429 | rdfs:label "Plan lifecycle stage"^^xsd:string ; | 429 | rdfs:label "Plan lifecycle stage"^^xsd:string ; |
| 430 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 430 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
| 431 | 431 | ||
| 432 | ILAP:PlanObjectiveType | 432 | ILAP:PlanObjectiveType |
| 433 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 433 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
| 434 | rdfs:label "Plan objective type"^^xsd:string ; | 434 | rdfs:label "Plan objective type"^^xsd:string ; |
| 435 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 435 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . |
| 436 | 436 | ||
| 437 | ILAP:PlanProjectType | 437 | ILAP:PlanProjectType |
| 438 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 438 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
| 439 | rdfs:label "Plan project type"^^xsd:string ; | 439 | rdfs:label "Plan project type"^^xsd:string ; |
| 440 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 440 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
| 441 | 441 | ||
| 442 | ILAP:PlannedActivity | 442 | ILAP:PlannedActivity |
| 443 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 443 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| ... | @@ -445,20 +445,8 @@ ILAP:PlannedActivity | ... | @@ -445,20 +445,8 @@ ILAP:PlannedActivity |
| 445 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 445 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
| 446 | rdfs:subClassOf | 446 | rdfs:subClassOf |
| 447 | [ rdf:type owl:Restriction ; | 447 | [ rdf:type owl:Restriction ; |
| 448 | - owl:allValuesFrom ILAP:ResourceProfile ; | 448 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
| 449 | - owl:onProperty ILAP:hasActivityResourceProfile | 449 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
| 450 | - ] ; | ||
| 451 | - rdfs:subClassOf | ||
| 452 | - [ rdf:type owl:Restriction ; | ||
| 453 | - owl:maxQualifiedCardinality | ||
| 454 | - "1"^^xsd:nonNegativeInteger ; | ||
| 455 | - owl:onClass ILAP:Facility ; | ||
| 456 | - owl:onProperty ILAP:hasActivityFacility | ||
| 457 | - ] ; | ||
| 458 | - rdfs:subClassOf | ||
| 459 | - [ rdf:type owl:Restriction ; | ||
| 460 | - owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 461 | - owl:someValuesFrom ILAP:Discipline | ||
| 462 | ] ; | 450 | ] ; |
| 463 | rdfs:subClassOf | 451 | rdfs:subClassOf |
| 464 | [ rdf:type owl:Restriction ; | 452 | [ rdf:type owl:Restriction ; |
| ... | @@ -469,8 +457,10 @@ ILAP:PlannedActivity | ... | @@ -469,8 +457,10 @@ ILAP:PlannedActivity |
| 469 | ] ; | 457 | ] ; |
| 470 | rdfs:subClassOf | 458 | rdfs:subClassOf |
| 471 | [ rdf:type owl:Restriction ; | 459 | [ rdf:type owl:Restriction ; |
| 472 | - owl:allValuesFrom ILAP:ActivityDependency ; | 460 | + owl:maxQualifiedCardinality |
| 473 | - owl:onProperty ILAP:hasActivityPredecessor | 461 | + "1"^^xsd:nonNegativeInteger ; |
| 462 | + owl:onClass ILAP:Facility ; | ||
| 463 | + owl:onProperty ILAP:hasActivityFacility | ||
| 474 | ] ; | 464 | ] ; |
| 475 | rdfs:subClassOf | 465 | rdfs:subClassOf |
| 476 | [ rdf:type owl:Restriction ; | 466 | [ rdf:type owl:Restriction ; |
| ... | @@ -479,8 +469,8 @@ ILAP:PlannedActivity | ... | @@ -479,8 +469,8 @@ ILAP:PlannedActivity |
| 479 | ] ; | 469 | ] ; |
| 480 | rdfs:subClassOf | 470 | rdfs:subClassOf |
| 481 | [ rdf:type owl:Restriction ; | 471 | [ rdf:type owl:Restriction ; |
| 482 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 472 | + owl:allValuesFrom ILAP:Location ; |
| 483 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 473 | + owl:onProperty ILAP:hasActivityLocation |
| 484 | ] ; | 474 | ] ; |
| 485 | rdfs:subClassOf | 475 | rdfs:subClassOf |
| 486 | [ rdf:type owl:Restriction ; | 476 | [ rdf:type owl:Restriction ; |
| ... | @@ -489,13 +479,23 @@ ILAP:PlannedActivity | ... | @@ -489,13 +479,23 @@ ILAP:PlannedActivity |
| 489 | ] ; | 479 | ] ; |
| 490 | rdfs:subClassOf | 480 | rdfs:subClassOf |
| 491 | [ rdf:type owl:Restriction ; | 481 | [ rdf:type owl:Restriction ; |
| 492 | - owl:allValuesFrom ILAP:Location ; | 482 | + owl:allValuesFrom ILAP:Result ; |
| 493 | - owl:onProperty ILAP:hasActivityLocation | 483 | + owl:onProperty ILAP:hasActivityResult |
| 494 | ] ; | 484 | ] ; |
| 495 | rdfs:subClassOf | 485 | rdfs:subClassOf |
| 496 | [ rdf:type owl:Restriction ; | 486 | [ rdf:type owl:Restriction ; |
| 497 | - owl:allValuesFrom ILAP:Result ; | 487 | + owl:onProperty ILAP:hasActivityDiscipline ; |
| 498 | - owl:onProperty ILAP:hasActivityResult | 488 | + owl:someValuesFrom ILAP:Discipline |
| 489 | + ] ; | ||
| 490 | + rdfs:subClassOf | ||
| 491 | + [ rdf:type owl:Restriction ; | ||
| 492 | + owl:allValuesFrom ILAP:ResourceProfile ; | ||
| 493 | + owl:onProperty ILAP:hasActivityResourceProfile | ||
| 494 | + ] ; | ||
| 495 | + rdfs:subClassOf | ||
| 496 | + [ rdf:type owl:Restriction ; | ||
| 497 | + owl:allValuesFrom ILAP:ActivityDependency ; | ||
| 498 | + owl:onProperty ILAP:hasActivityPredecessor | ||
| 499 | ] . | 499 | ] . |
| 500 | 500 | ||
| 501 | ILAP:PlannedMilestone | 501 | ILAP:PlannedMilestone |
| ... | @@ -529,18 +529,13 @@ ILAP:Programme | ... | @@ -529,18 +529,13 @@ ILAP:Programme |
| 529 | rdfs:subClassOf ILAP:Project . | 529 | rdfs:subClassOf ILAP:Project . |
| 530 | 530 | ||
| 531 | ILAP:Project | 531 | ILAP:Project |
| 532 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 532 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 533 | rdfs:label "Project"^^xsd:string ; | 533 | rdfs:label "Project"^^xsd:string ; |
| 534 | rdfs:subClassOf ILAP:Activity ; | 534 | rdfs:subClassOf ILAP:Activity ; |
| 535 | rdfs:subClassOf | 535 | rdfs:subClassOf |
| 536 | [ rdf:type owl:Restriction ; | 536 | [ rdf:type owl:Restriction ; |
| 537 | - owl:allValuesFrom ILAP:Project ; | 537 | + owl:allValuesFrom BRREG:OilCompany ; |
| 538 | - owl:onProperty ILAP:hasProjectSubproject | 538 | + owl:onProperty ILAP:hasProjectResponsible |
| 539 | - ] ; | ||
| 540 | - rdfs:subClassOf | ||
| 541 | - [ rdf:type owl:Restriction ; | ||
| 542 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
| 543 | - owl:onProperty ILAP:hasExternalReference | ||
| 544 | ] ; | 539 | ] ; |
| 545 | rdfs:subClassOf | 540 | rdfs:subClassOf |
| 546 | [ rdf:type owl:Restriction ; | 541 | [ rdf:type owl:Restriction ; |
| ... | @@ -551,8 +546,13 @@ ILAP:Project | ... | @@ -551,8 +546,13 @@ ILAP:Project |
| 551 | ] ; | 546 | ] ; |
| 552 | rdfs:subClassOf | 547 | rdfs:subClassOf |
| 553 | [ rdf:type owl:Restriction ; | 548 | [ rdf:type owl:Restriction ; |
| 554 | - owl:allValuesFrom BRREG:OilCompany ; | 549 | + owl:allValuesFrom ILAP:ExternalReference ; |
| 555 | - owl:onProperty ILAP:hasProjectResponsible | 550 | + owl:onProperty ILAP:hasExternalReference |
| 551 | + ] ; | ||
| 552 | + rdfs:subClassOf | ||
| 553 | + [ rdf:type owl:Restriction ; | ||
| 554 | + owl:allValuesFrom ILAP:Project ; | ||
| 555 | + owl:onProperty ILAP:hasProjectSubproject | ||
| 556 | ] . | 556 | ] . |
| 557 | 557 | ||
| 558 | ILAP:ProjectEffectiveness | 558 | ILAP:ProjectEffectiveness |
| ... | @@ -571,50 +571,42 @@ ILAP:ProjectExecutionPlan | ... | @@ -571,50 +571,42 @@ ILAP:ProjectExecutionPlan |
| 571 | rdfs:subClassOf ILAP:Network ; | 571 | rdfs:subClassOf ILAP:Network ; |
| 572 | rdfs:subClassOf | 572 | rdfs:subClassOf |
| 573 | [ rdf:type owl:Restriction ; | 573 | [ rdf:type owl:Restriction ; |
| 574 | - owl:maxQualifiedCardinality | ||
| 575 | - "1"^^xsd:nonNegativeInteger ; | ||
| 576 | - owl:onClass ILAP:Project ; | ||
| 577 | - owl:onProperty ILAP:hasPlanProject | ||
| 578 | - ] ; | ||
| 579 | - rdfs:subClassOf | ||
| 580 | - [ rdf:type owl:Restriction ; | ||
| 581 | - owl:onProperty ILAP:hasPlanContentType ; | ||
| 582 | - owl:someValuesFrom ILAP:PlanContentType | ||
| 583 | - ] ; | ||
| 584 | - rdfs:subClassOf | ||
| 585 | - [ rdf:type owl:Restriction ; | ||
| 586 | owl:allValuesFrom ILAP:PlanContractType ; | 574 | owl:allValuesFrom ILAP:PlanContractType ; |
| 587 | owl:onProperty ILAP:hasPlanContractType | 575 | owl:onProperty ILAP:hasPlanContractType |
| 588 | ] ; | 576 | ] ; |
| 589 | rdfs:subClassOf | 577 | rdfs:subClassOf |
| 590 | [ rdf:type owl:Restriction ; | 578 | [ rdf:type owl:Restriction ; |
| 591 | - owl:onProperty ILAP:hasPlanProjectType ; | 579 | + owl:maxQualifiedCardinality |
| 592 | - owl:someValuesFrom ILAP:PlanProjectType | 580 | + "1"^^xsd:nonNegativeInteger ; |
| 581 | + owl:onClass ILAP:PlanLevel ; | ||
| 582 | + owl:onProperty ILAP:hasPlanLevel | ||
| 593 | ] ; | 583 | ] ; |
| 594 | rdfs:subClassOf | 584 | rdfs:subClassOf |
| 595 | [ rdf:type owl:Restriction ; | 585 | [ rdf:type owl:Restriction ; |
| 596 | - owl:allValuesFrom BRREG:LegalEntity ; | 586 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
| 597 | - owl:onProperty ILAP:hasPlanResponsible | 587 | + owl:onProperty ILAP:hasPlanSubplan |
| 598 | ] ; | 588 | ] ; |
| 599 | rdfs:subClassOf | 589 | rdfs:subClassOf |
| 600 | [ rdf:type owl:Restriction ; | 590 | [ rdf:type owl:Restriction ; |
| 601 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 591 | + owl:maxQualifiedCardinality |
| 602 | - owl:onProperty ILAP:hasPlanLifecycleStage | 592 | + "1"^^xsd:nonNegativeInteger ; |
| 593 | + owl:onClass ILAP:Project ; | ||
| 594 | + owl:onProperty ILAP:hasPlanProject | ||
| 603 | ] ; | 595 | ] ; |
| 604 | rdfs:subClassOf | 596 | rdfs:subClassOf |
| 605 | [ rdf:type owl:Restriction ; | 597 | [ rdf:type owl:Restriction ; |
| 606 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 598 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
| 607 | - owl:onProperty ILAP:hasPlanAsset | 599 | + owl:onProperty ILAP:hasPlanObjectiveType |
| 608 | ] ; | 600 | ] ; |
| 609 | rdfs:subClassOf | 601 | rdfs:subClassOf |
| 610 | [ rdf:type owl:Restriction ; | 602 | [ rdf:type owl:Restriction ; |
| 611 | - owl:onProperty ILAP:hasPlanLevel ; | 603 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
| 612 | - owl:someValuesFrom ILAP:PlanLevel | 604 | + owl:onProperty ILAP:hasPlanAsset |
| 613 | ] ; | 605 | ] ; |
| 614 | rdfs:subClassOf | 606 | rdfs:subClassOf |
| 615 | [ rdf:type owl:Restriction ; | 607 | [ rdf:type owl:Restriction ; |
| 616 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 608 | + owl:onProperty ILAP:hasPlanContentType ; |
| 617 | - owl:onProperty ILAP:hasPlanObjectiveType | 609 | + owl:someValuesFrom ILAP:PlanContentType |
| 618 | ] ; | 610 | ] ; |
| 619 | rdfs:subClassOf | 611 | rdfs:subClassOf |
| 620 | [ rdf:type owl:Restriction ; | 612 | [ rdf:type owl:Restriction ; |
| ... | @@ -623,10 +615,8 @@ ILAP:ProjectExecutionPlan | ... | @@ -623,10 +615,8 @@ ILAP:ProjectExecutionPlan |
| 623 | ] ; | 615 | ] ; |
| 624 | rdfs:subClassOf | 616 | rdfs:subClassOf |
| 625 | [ rdf:type owl:Restriction ; | 617 | [ rdf:type owl:Restriction ; |
| 626 | - owl:maxQualifiedCardinality | 618 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 627 | - "1"^^xsd:nonNegativeInteger ; | 619 | + owl:onProperty ILAP:hasPlanResponsible |
| 628 | - owl:onClass ILAP:PlanLevel ; | ||
| 629 | - owl:onProperty ILAP:hasPlanLevel | ||
| 630 | ] ; | 620 | ] ; |
| 631 | rdfs:subClassOf | 621 | rdfs:subClassOf |
| 632 | [ rdf:type owl:Restriction ; | 622 | [ rdf:type owl:Restriction ; |
| ... | @@ -635,8 +625,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -635,8 +625,18 @@ ILAP:ProjectExecutionPlan |
| 635 | ] ; | 625 | ] ; |
| 636 | rdfs:subClassOf | 626 | rdfs:subClassOf |
| 637 | [ rdf:type owl:Restriction ; | 627 | [ rdf:type owl:Restriction ; |
| 638 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 628 | + owl:onProperty ILAP:hasPlanLevel ; |
| 639 | - owl:onProperty ILAP:hasPlanSubplan | 629 | + owl:someValuesFrom ILAP:PlanLevel |
| 630 | + ] ; | ||
| 631 | + rdfs:subClassOf | ||
| 632 | + [ rdf:type owl:Restriction ; | ||
| 633 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; | ||
| 634 | + owl:onProperty ILAP:hasPlanLifecycleStage | ||
| 635 | + ] ; | ||
| 636 | + rdfs:subClassOf | ||
| 637 | + [ rdf:type owl:Restriction ; | ||
| 638 | + owl:onProperty ILAP:hasPlanProjectType ; | ||
| 639 | + owl:someValuesFrom ILAP:PlanProjectType | ||
| 640 | ] . | 640 | ] . |
| 641 | 641 | ||
| 642 | ILAP:ProjectMilestone | 642 | ILAP:ProjectMilestone |
| ... | @@ -650,9 +650,9 @@ ILAP:ProjectPhase | ... | @@ -650,9 +650,9 @@ ILAP:ProjectPhase |
| 650 | rdfs:subClassOf ILAP:Phase . | 650 | rdfs:subClassOf ILAP:Phase . |
| 651 | 651 | ||
| 652 | ILAP:Regular8To16WorkingDayCalendar | 652 | ILAP:Regular8To16WorkingDayCalendar |
| 653 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 653 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
| 654 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 654 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
| 655 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 655 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
| 656 | 656 | ||
| 657 | ILAP:Regulator | 657 | ILAP:Regulator |
| 658 | rdf:type owl:Class ; | 658 | rdf:type owl:Class ; |
| ... | @@ -660,9 +660,9 @@ ILAP:Regulator | ... | @@ -660,9 +660,9 @@ ILAP:Regulator |
| 660 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 660 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
| 661 | 661 | ||
| 662 | ILAP:Resource | 662 | ILAP:Resource |
| 663 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 663 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 664 | rdfs:label "Resource"^^xsd:string ; | 664 | rdfs:label "Resource"^^xsd:string ; |
| 665 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 665 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
| 666 | 666 | ||
| 667 | ILAP:ResourceEstimate | 667 | ILAP:ResourceEstimate |
| 668 | rdf:type owl:Class ; | 668 | rdf:type owl:Class ; |
| ... | @@ -670,14 +670,14 @@ ILAP:ResourceEstimate | ... | @@ -670,14 +670,14 @@ ILAP:ResourceEstimate |
| 670 | rdfs:subClassOf ILAP:ResourceStructure . | 670 | rdfs:subClassOf ILAP:ResourceStructure . |
| 671 | 671 | ||
| 672 | ILAP:ResourceProfile | 672 | ILAP:ResourceProfile |
| 673 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 673 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
| 674 | rdfs:label "Resource profile"^^xsd:string ; | 674 | rdfs:label "Resource profile"^^xsd:string ; |
| 675 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 675 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . |
| 676 | 676 | ||
| 677 | ILAP:ResourceProfilePoint | 677 | ILAP:ResourceProfilePoint |
| 678 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 678 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
| 679 | rdfs:label "resource Profile point"^^xsd:string ; | 679 | rdfs:label "resource Profile point"^^xsd:string ; |
| 680 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 680 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
| 681 | 681 | ||
| 682 | ILAP:ResourceStructure | 682 | ILAP:ResourceStructure |
| 683 | rdf:type owl:Class ; | 683 | rdf:type owl:Class ; |
| ... | @@ -685,17 +685,17 @@ ILAP:ResourceStructure | ... | @@ -685,17 +685,17 @@ ILAP:ResourceStructure |
| 685 | rdfs:subClassOf ILAP:Network . | 685 | rdfs:subClassOf ILAP:Network . |
| 686 | 686 | ||
| 687 | ILAP:ResponsibleOrganization | 687 | ILAP:ResponsibleOrganization |
| 688 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 688 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
| 689 | rdfs:label "Responsible organization"^^xsd:string ; | 689 | rdfs:label "Responsible organization"^^xsd:string ; |
| 690 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 690 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
| 691 | 691 | ||
| 692 | ILAP:ResponsiblePerson | 692 | ILAP:ResponsiblePerson |
| 693 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 693 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
| 694 | rdfs:label "Responsible"^^xsd:string ; | 694 | rdfs:label "Responsible"^^xsd:string ; |
| 695 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 695 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
| 696 | 696 | ||
| 697 | ILAP:Result | 697 | ILAP:Result |
| 698 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 698 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
| 699 | rdfs:label "Result"^^xsd:string ; | 699 | rdfs:label "Result"^^xsd:string ; |
| 700 | rdfs:subClassOf owl:Thing . | 700 | rdfs:subClassOf owl:Thing . |
| 701 | 701 | ||
| ... | @@ -715,9 +715,9 @@ ILAP:RiskType | ... | @@ -715,9 +715,9 @@ ILAP:RiskType |
| 715 | rdfs:subClassOf owl:Thing . | 715 | rdfs:subClassOf owl:Thing . |
| 716 | 716 | ||
| 717 | ILAP:Schedule | 717 | ILAP:Schedule |
| 718 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 718 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 719 | rdfs:label "Scheduled Activity Network"^^xsd:string ; | 719 | rdfs:label "Scheduled Activity Network"^^xsd:string ; |
| 720 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 720 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
| 721 | rdfs:subClassOf | 721 | rdfs:subClassOf |
| 722 | [ rdf:type owl:Restriction ; | 722 | [ rdf:type owl:Restriction ; |
| 723 | owl:maxQualifiedCardinality | 723 | owl:maxQualifiedCardinality |
| ... | @@ -727,22 +727,22 @@ ILAP:Schedule | ... | @@ -727,22 +727,22 @@ ILAP:Schedule |
| 727 | ] . | 727 | ] . |
| 728 | 728 | ||
| 729 | ILAP:ScheduledActivity | 729 | ILAP:ScheduledActivity |
| 730 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 730 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
| 731 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 731 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
| 732 | rdfs:subClassOf ILAP:PlannedActivity ; | 732 | rdfs:subClassOf ILAP:PlannedActivity ; |
| 733 | rdfs:subClassOf | 733 | rdfs:subClassOf |
| 734 | [ rdf:type owl:Restriction ; | 734 | [ rdf:type owl:Restriction ; |
| 735 | owl:maxQualifiedCardinality | 735 | owl:maxQualifiedCardinality |
| 736 | "1"^^xsd:nonNegativeInteger ; | 736 | "1"^^xsd:nonNegativeInteger ; |
| 737 | - owl:onClass ILAP:Schedule ; | 737 | + owl:onClass ILAP:PlannedActivity ; |
| 738 | - owl:onProperty ILAP:hasActivitySchedule | 738 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
| 739 | ] ; | 739 | ] ; |
| 740 | rdfs:subClassOf | 740 | rdfs:subClassOf |
| 741 | [ rdf:type owl:Restriction ; | 741 | [ rdf:type owl:Restriction ; |
| 742 | owl:maxQualifiedCardinality | 742 | owl:maxQualifiedCardinality |
| 743 | "1"^^xsd:nonNegativeInteger ; | 743 | "1"^^xsd:nonNegativeInteger ; |
| 744 | - owl:onClass ILAP:PlannedActivity ; | 744 | + owl:onClass ILAP:Schedule ; |
| 745 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 745 | + owl:onProperty ILAP:hasActivitySchedule |
| 746 | ] . | 746 | ] . |
| 747 | 747 | ||
| 748 | ILAP:ScheduledMilestone | 748 | ILAP:ScheduledMilestone |
| ... | @@ -766,9 +766,9 @@ ILAP:ShutdownType | ... | @@ -766,9 +766,9 @@ ILAP:ShutdownType |
| 766 | rdfs:subClassOf owl:Thing . | 766 | rdfs:subClassOf owl:Thing . |
| 767 | 767 | ||
| 768 | ILAP:Source | 768 | ILAP:Source |
| 769 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 769 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 770 | rdfs:label "Source"^^xsd:string ; | 770 | rdfs:label "Source"^^xsd:string ; |
| 771 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 771 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
| 772 | 772 | ||
| 773 | ILAP:StartMilestone | 773 | ILAP:StartMilestone |
| 774 | rdf:type owl:Class ; | 774 | rdf:type owl:Class ; |
| ... | @@ -776,25 +776,30 @@ ILAP:StartMilestone | ... | @@ -776,25 +776,30 @@ ILAP:StartMilestone |
| 776 | rdfs:subClassOf ILAP:MilestoneType . | 776 | rdfs:subClassOf ILAP:MilestoneType . |
| 777 | 777 | ||
| 778 | ILAP:StartToFinish | 778 | ILAP:StartToFinish |
| 779 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 779 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 780 | rdfs:label "Start to finish"^^xsd:string ; | 780 | rdfs:label "Start to finish"^^xsd:string ; |
| 781 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 781 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 782 | 782 | ||
| 783 | ILAP:StartToStart | 783 | ILAP:StartToStart |
| 784 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 784 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
| 785 | rdfs:label "Start to start"^^xsd:string ; | 785 | rdfs:label "Start to start"^^xsd:string ; |
| 786 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . | 786 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
| 787 | 787 | ||
| 788 | ILAP:Status | 788 | ILAP:Status |
| 789 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 789 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
| 790 | rdfs:label "Status"^^xsd:string ; | 790 | rdfs:label "Status"^^xsd:string ; |
| 791 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 791 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
| 792 | 792 | ||
| 793 | ILAP:TargetSchedule | 793 | ILAP:TargetSchedule |
| 794 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 794 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
| 795 | rdfs:label "Target schedule"^^xsd:string ; | 795 | rdfs:label "Target schedule"^^xsd:string ; |
| 796 | rdfs:subClassOf ILAP:Schedule . | 796 | rdfs:subClassOf ILAP:Schedule . |
| 797 | 797 | ||
| 798 | +ILAP:TaskMilestone | ||
| 799 | + rdf:type owl:Class ; | ||
| 800 | + rdfs:label "Task milestone"^^xsd:string ; | ||
| 801 | + rdfs:subClassOf ILAP:MilestoneType . | ||
| 802 | + | ||
| 798 | ILAP:Timebased | 803 | ILAP:Timebased |
| 799 | rdf:type owl:Class ; | 804 | rdf:type owl:Class ; |
| 800 | rdfs:label "Timebased"^^xsd:string ; | 805 | rdfs:label "Timebased"^^xsd:string ; |
| ... | @@ -808,12 +813,12 @@ ILAP:UnitBased | ... | @@ -808,12 +813,12 @@ ILAP:UnitBased |
| 808 | ILAP:Value | 813 | ILAP:Value |
| 809 | rdf:type owl:Class ; | 814 | rdf:type owl:Class ; |
| 810 | rdfs:label "Value"^^xsd:string ; | 815 | rdfs:label "Value"^^xsd:string ; |
| 811 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 816 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
| 812 | 817 | ||
| 813 | ILAP:WeekendsFreeCalendar | 818 | ILAP:WeekendsFreeCalendar |
| 814 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 819 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
| 815 | rdfs:label "Weekends free calendar"^^xsd:string ; | 820 | rdfs:label "Weekends free calendar"^^xsd:string ; |
| 816 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 821 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
| 817 | 822 | ||
| 818 | ILAP:WorkOrder | 823 | ILAP:WorkOrder |
| 819 | rdf:type owl:Class ; | 824 | rdf:type owl:Class ; |
| ... | @@ -821,18 +826,18 @@ ILAP:WorkOrder | ... | @@ -821,18 +826,18 @@ ILAP:WorkOrder |
| 821 | rdfs:subClassOf ILAP:WorkTask . | 826 | rdfs:subClassOf ILAP:WorkTask . |
| 822 | 827 | ||
| 823 | ILAP:WorkTask | 828 | ILAP:WorkTask |
| 824 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 829 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
| 825 | rdfs:label "Work task"^^xsd:string ; | 830 | rdfs:label "Work task"^^xsd:string ; |
| 826 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 831 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
| 827 | rdfs:subClassOf | 832 | rdfs:subClassOf |
| 828 | [ rdf:type owl:Restriction ; | 833 | [ rdf:type owl:Restriction ; |
| 829 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 834 | + owl:allValuesFrom BRREG:LegalEntity ; |
| 830 | - owl:someValuesFrom ILAP:Activity | 835 | + owl:onProperty ILAP:hasWorkTaskResponsible |
| 831 | ] ; | 836 | ] ; |
| 832 | rdfs:subClassOf | 837 | rdfs:subClassOf |
| 833 | [ rdf:type owl:Restriction ; | 838 | [ rdf:type owl:Restriction ; |
| 834 | - owl:allValuesFrom BRREG:LegalEntity ; | 839 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
| 835 | - owl:onProperty ILAP:hasWorkTaskResponsible | 840 | + owl:someValuesFrom ILAP:Activity |
| 836 | ] . | 841 | ] . |
| 837 | 842 | ||
| 838 | ILAP:WorkTaskStatus | 843 | ILAP:WorkTaskStatus |
| ... | @@ -957,7 +962,7 @@ ILAP:hasActivityPhysicalPercentComplete | ... | @@ -957,7 +962,7 @@ ILAP:hasActivityPhysicalPercentComplete |
| 957 | rdfs:range xsd:float . | 962 | rdfs:range xsd:float . |
| 958 | 963 | ||
| 959 | ILAP:hasActivityPlan | 964 | ILAP:hasActivityPlan |
| 960 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 965 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 961 | rdfs:domain ILAP:PlannedActivity ; | 966 | rdfs:domain ILAP:PlannedActivity ; |
| 962 | rdfs:label "has activity plan"^^xsd:string ; | 967 | rdfs:label "has activity plan"^^xsd:string ; |
| 963 | rdfs:range ILAP:ProjectExecutionPlan . | 968 | rdfs:range ILAP:ProjectExecutionPlan . |
| ... | @@ -1007,7 +1012,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -1007,7 +1012,7 @@ ILAP:hasActivityResponsibleOrganization |
| 1007 | rdfs:range ILAP:ResponsibleOrganization . | 1012 | rdfs:range ILAP:ResponsibleOrganization . |
| 1008 | 1013 | ||
| 1009 | ILAP:hasActivityResponsiblePerson | 1014 | ILAP:hasActivityResponsiblePerson |
| 1010 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1015 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1011 | rdfs:domain ILAP:PlannedActivity ; | 1016 | rdfs:domain ILAP:PlannedActivity ; |
| 1012 | rdfs:label "has activity responsible"^^xsd:string ; | 1017 | rdfs:label "has activity responsible"^^xsd:string ; |
| 1013 | rdfs:range ILAP:ResponsiblePerson . | 1018 | rdfs:range ILAP:ResponsiblePerson . |
| ... | @@ -1042,7 +1047,7 @@ ILAP:hasActivityStatus | ... | @@ -1042,7 +1047,7 @@ ILAP:hasActivityStatus |
| 1042 | rdfs:range ILAP:Status . | 1047 | rdfs:range ILAP:Status . |
| 1043 | 1048 | ||
| 1044 | ILAP:hasActivitySuccessor | 1049 | ILAP:hasActivitySuccessor |
| 1045 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1050 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1046 | rdfs:domain ILAP:PlannedActivity ; | 1051 | rdfs:domain ILAP:PlannedActivity ; |
| 1047 | rdfs:label "has activity successor"^^xsd:string ; | 1052 | rdfs:label "has activity successor"^^xsd:string ; |
| 1048 | rdfs:range ILAP:ActivityDependency ; | 1053 | rdfs:range ILAP:ActivityDependency ; |
| ... | @@ -1103,7 +1108,7 @@ ILAP:hasCalendarDate | ... | @@ -1103,7 +1108,7 @@ ILAP:hasCalendarDate |
| 1103 | rdfs:label "has calendar date"^^xsd:string . | 1108 | rdfs:label "has calendar date"^^xsd:string . |
| 1104 | 1109 | ||
| 1105 | ILAP:hasCalendarFreePeriod | 1110 | ILAP:hasCalendarFreePeriod |
| 1106 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1111 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1107 | rdfs:domain ILAP:Calendar ; | 1112 | rdfs:domain ILAP:Calendar ; |
| 1108 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 1113 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
| 1109 | rdfs:range ILAP:CalendarFreePeriod . | 1114 | rdfs:range ILAP:CalendarFreePeriod . |
| ... | @@ -1404,7 +1409,7 @@ ILAP:hasPlanRegulator | ... | @@ -1404,7 +1409,7 @@ ILAP:hasPlanRegulator |
| 1404 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1409 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
| 1405 | 1410 | ||
| 1406 | ILAP:hasPlanResponsible | 1411 | ILAP:hasPlanResponsible |
| 1407 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1412 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1408 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1413 | rdfs:domain ILAP:ProjectExecutionPlan ; |
| 1409 | rdfs:label "has plan responsible"^^xsd:string ; | 1414 | rdfs:label "has plan responsible"^^xsd:string ; |
| 1410 | rdfs:range ILAP:ResponsibleOrganization . | 1415 | rdfs:range ILAP:ResponsibleOrganization . |
| ... | @@ -1599,7 +1604,7 @@ ILAP:hasSourceApplicaton | ... | @@ -1599,7 +1604,7 @@ ILAP:hasSourceApplicaton |
| 1599 | rdfs:range ILAP:Application . | 1604 | rdfs:range ILAP:Application . |
| 1600 | 1605 | ||
| 1601 | ILAP:hasSuccessorActivity | 1606 | ILAP:hasSuccessorActivity |
| 1602 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1607 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 1603 | rdfs:domain ILAP:ActivityDependency ; | 1608 | rdfs:domain ILAP:ActivityDependency ; |
| 1604 | rdfs:label "has successor activity "^^xsd:string ; | 1609 | rdfs:label "has successor activity "^^xsd:string ; |
| 1605 | rdfs:range ILAP:PlannedActivity ; | 1610 | rdfs:range ILAP:PlannedActivity ; |
| ... | @@ -1627,7 +1632,7 @@ ILAP:hasTimeNow | ... | @@ -1627,7 +1632,7 @@ ILAP:hasTimeNow |
| 1627 | rdf:type owl:DatatypeProperty ; | 1632 | rdf:type owl:DatatypeProperty ; |
| 1628 | rdfs:domain ILAP:Schedule ; | 1633 | rdfs:domain ILAP:Schedule ; |
| 1629 | rdfs:label "has time now"^^xsd:string ; | 1634 | rdfs:label "has time now"^^xsd:string ; |
| 1630 | - rdfs:range xsd:dateTime , xsd:date . | 1635 | + rdfs:range xsd:date , xsd:dateTime . |
| 1631 | 1636 | ||
| 1632 | ILAP:hasWBScomponent | 1637 | ILAP:hasWBScomponent |
| 1633 | rdf:type owl:ObjectProperty ; | 1638 | rdf:type owl:ObjectProperty ; | ... | ... |
-
Please register or login to post a comment