Showing
34 changed files
with
5199 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +*.project |
NCS_PLANNING.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | +# imports: http://data.posccaesar.org/ccu/ | ||
| 4 | +# imports: http://data.posccaesar.org/diskos/ | ||
| 5 | +# imports: http://data.posccaesar.org/epcis/ | ||
| 6 | +# imports: http://data.posccaesar.org/ilap/ | ||
| 7 | +# imports: http://data.posccaesar.org/npd/ | ||
| 8 | +# imports: http://data.posccaesar.org/pob/ | ||
| 9 | +# imports: http://data.posccaesar.org/sccs/ | ||
| 10 | + | ||
| 11 | +# c14n-version: 3 | ||
| 12 | +@prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | ||
| 13 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 14 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | ||
| 15 | +@prefix SCCS: <http://data.posccaesar.org/sccs/> . | ||
| 16 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 17 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 18 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 20 | +NCS: | ||
| 21 | + rdf:type owl:Ontology ; | ||
| 22 | + owl:imports <http://data.posccaesar.org/brreg/> ; | ||
| 23 | + owl:imports <http://data.posccaesar.org/ccu/> ; | ||
| 24 | + owl:imports <http://data.posccaesar.org/diskos/> ; | ||
| 25 | + owl:imports <http://data.posccaesar.org/epcis/> ; | ||
| 26 | + owl:imports ILAP: ; | ||
| 27 | + owl:imports <http://data.posccaesar.org/npd/> ; | ||
| 28 | + owl:imports <http://data.posccaesar.org/pob/> ; | ||
| 29 | + owl:imports SCCS: ; | ||
| 30 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +NCS:Active | ||
| 33 | + rdf:type ILAP:Status ; | ||
| 34 | + rdfs:label "Active"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +NCS:Aquisition | ||
| 37 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 38 | + rdfs:label "Aquire"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +NCS:BrownFieldProject | ||
| 41 | + rdf:type ILAP:PlanProjectType ; | ||
| 42 | + rdfs:label "Brown field project"^^xsd:string ; | ||
| 43 | +. | ||
| 44 | +NCS:BusinessArea | ||
| 45 | + rdf:type ILAP:PlanGeoArea ; | ||
| 46 | + rdfs:label "Business area"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +NCS:BusinessAsUsual | ||
| 49 | + rdf:type ILAP:PlanValueObjective ; | ||
| 50 | + rdfs:label "Business as usual"^^xsd:string ; | ||
| 51 | +. | ||
| 52 | +NCS:CAPEX | ||
| 53 | + rdf:type ILAP:PlanExpenseType ; | ||
| 54 | + rdfs:label "CAPEX"^^xsd:string ; | ||
| 55 | +. | ||
| 56 | +NCS:Cancelled | ||
| 57 | + rdf:type ILAP:Status ; | ||
| 58 | + rdfs:label "Cancelled"^^xsd:string ; | ||
| 59 | +. | ||
| 60 | +NCS:Completed | ||
| 61 | + rdf:type ILAP:Status ; | ||
| 62 | + rdfs:label "Completed"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +NCS:Continent | ||
| 65 | + rdf:type ILAP:PlanGeoArea ; | ||
| 66 | + rdfs:label "Continent"^^xsd:string ; | ||
| 67 | +. | ||
| 68 | +NCS:CostDriven | ||
| 69 | + rdf:type ILAP:PlanContractType ; | ||
| 70 | + rdfs:label "Cost driven"^^xsd:string ; | ||
| 71 | +. | ||
| 72 | +NCS:Country | ||
| 73 | + rdf:type ILAP:PlanGeoArea ; | ||
| 74 | + rdfs:label "Country"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +NCS:Development | ||
| 77 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 78 | + rdfs:label "Develop"^^xsd:string ; | ||
| 79 | +. | ||
| 80 | +NCS:DisasterRecovery | ||
| 81 | + rdf:type ILAP:PlanValueObjective ; | ||
| 82 | + rdfs:label "Disaster recovery"^^xsd:string ; | ||
| 83 | +. | ||
| 84 | +NCS:Disposal | ||
| 85 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 86 | + rdfs:label "Dispose"^^xsd:string ; | ||
| 87 | +. | ||
| 88 | +NCS:DrillingAndWell | ||
| 89 | + rdf:type ILAP:PlanProjectType ; | ||
| 90 | + rdfs:label "Drilling and well"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +NCS:Facility | ||
| 93 | + rdf:type ILAP:PlanGeoArea ; | ||
| 94 | + rdfs:label "Facility"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +NCS:Field | ||
| 97 | + rdf:type ILAP:PlanGeoArea ; | ||
| 98 | + rdfs:label "Field"^^xsd:string ; | ||
| 99 | +. | ||
| 100 | +NCS:FieldStudy | ||
| 101 | + rdf:type ILAP:PlanProjectType ; | ||
| 102 | + rdfs:label "Field study"^^xsd:string ; | ||
| 103 | +. | ||
| 104 | +NCS:Friday | ||
| 105 | + rdf:type ILAP:CalendarDay ; | ||
| 106 | + rdfs:label "Friday"^^xsd:string ; | ||
| 107 | +. | ||
| 108 | +NCS:From00To08 | ||
| 109 | + rdf:type ILAP:CalendarHour ; | ||
| 110 | + ILAP:hasActivityEndTime "08:00:00"^^xsd:time ; | ||
| 111 | + ILAP:hasActivityStartTime "00:00:00"^^xsd:time ; | ||
| 112 | + rdfs:label "From 00 To 08"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +NCS:From08To16 | ||
| 115 | + rdf:type ILAP:CalendarHour ; | ||
| 116 | + ILAP:hasActivityEndTime "16:00:00"^^xsd:time ; | ||
| 117 | + ILAP:hasActivityStartTime "08:00:00"^^xsd:time ; | ||
| 118 | + rdfs:label "From 08 To 16"^^xsd:string ; | ||
| 119 | +. | ||
| 120 | +NCS:From16To24 | ||
| 121 | + rdf:type ILAP:CalendarHour ; | ||
| 122 | + ILAP:hasActivityEndTime "24:00:00"^^xsd:time ; | ||
| 123 | + ILAP:hasActivityStartTime "16:00:00"^^xsd:time ; | ||
| 124 | + rdfs:label "From 16 To 24"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +NCS:GreenFieldProject | ||
| 127 | + rdf:type ILAP:PlanProjectType ; | ||
| 128 | + rdfs:label "Green field project"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +NCS:IncreasedRecovery | ||
| 131 | + rdf:type ILAP:PlanValueObjective ; | ||
| 132 | + rdfs:label "Increased recovery"^^xsd:string ; | ||
| 133 | +. | ||
| 134 | +NCS:IncrementalImprovement | ||
| 135 | + rdf:type ILAP:PlanValueObjective ; | ||
| 136 | + rdfs:label "Incremental improvement"^^xsd:string ; | ||
| 137 | +. | ||
| 138 | +NCS:L1_ProgramPortfolioSchedule | ||
| 139 | + rdf:type ILAP:PlanLevel ; | ||
| 140 | + rdfs:label "PPS"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +NCS:L2_ProjectMasterSchedule | ||
| 143 | + rdf:type ILAP:PlanLevel ; | ||
| 144 | + rdfs:label "PMS"^^xsd:string ; | ||
| 145 | +. | ||
| 146 | +NCS:L3_ContractMasterSchedule | ||
| 147 | + rdf:type ILAP:PlanLevel ; | ||
| 148 | + rdfs:label "CMS"^^xsd:string ; | ||
| 149 | +. | ||
| 150 | +NCS:L3_ProjectControlNetworkSchedule | ||
| 151 | + rdf:type ILAP:PlanLevel ; | ||
| 152 | + rdfs:label "PCS"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +NCS:L4_ContractControlNetworkSchedule | ||
| 155 | + rdf:type ILAP:PlanLevel ; | ||
| 156 | + rdfs:label "CCS"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +NCS:L5_ContractTaskSchedule | ||
| 159 | + rdf:type ILAP:PlanLevel ; | ||
| 160 | + rdfs:label "DWS"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +NCS:L6_ContractorWorkOrderSchedule | ||
| 163 | + rdf:type ILAP:PlanLevel ; | ||
| 164 | + rdfs:label "CWS"^^xsd:string ; | ||
| 165 | +. | ||
| 166 | +NCS:L7_ContractorOperationsSchedule | ||
| 167 | + rdf:type ILAP:PlanLevel ; | ||
| 168 | + rdfs:label "COS"^^xsd:string ; | ||
| 169 | +. | ||
| 170 | +NCS:Maintenance | ||
| 171 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 172 | + rdfs:label "Maintain"^^xsd:string ; | ||
| 173 | +. | ||
| 174 | +NCS:ManagedClosedown | ||
| 175 | + rdf:type ILAP:PlanValueObjective ; | ||
| 176 | + rdfs:label "Managed closedown"^^xsd:string ; | ||
| 177 | +. | ||
| 178 | +NCS:Modification | ||
| 179 | + rdf:type ILAP:PlanProjectType ; | ||
| 180 | + rdfs:label "Modification"^^xsd:string ; | ||
| 181 | +. | ||
| 182 | +NCS:Monday | ||
| 183 | + rdf:type ILAP:CalendarDay ; | ||
| 184 | + rdfs:label "Monday"^^xsd:string ; | ||
| 185 | +. | ||
| 186 | +NCS:OPEX | ||
| 187 | + rdf:type ILAP:PlanExpenseType ; | ||
| 188 | + rdfs:label "OPEX"^^xsd:string ; | ||
| 189 | +. | ||
| 190 | +NCS:Operation | ||
| 191 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 192 | + rdfs:label "Operate"^^xsd:string ; | ||
| 193 | +. | ||
| 194 | +NCS:OperationAndMaintenance | ||
| 195 | + rdf:type ILAP:PlanProjectType ; | ||
| 196 | + rdfs:label "Operation and maintenance"^^xsd:string ; | ||
| 197 | +. | ||
| 198 | +NCS:Pending | ||
| 199 | + rdf:type ILAP:Status ; | ||
| 200 | + rdfs:label "Pending"^^xsd:string ; | ||
| 201 | +. | ||
| 202 | +NCS:Primavera | ||
| 203 | + rdf:type ILAP:Application ; | ||
| 204 | + rdfs:label "Primavera"^^xsd:string ; | ||
| 205 | +. | ||
| 206 | +NCS:RadicalChange | ||
| 207 | + rdf:type ILAP:PlanValueObjective ; | ||
| 208 | + rdfs:label "Radical change"^^xsd:string ; | ||
| 209 | +. | ||
| 210 | +NCS:Regular8To16WorkingDayCalendar | ||
| 211 | + rdf:type ILAP:Regular8To16WorkingDayCalendar ; | ||
| 212 | + rdfs:label "Regular8To16Working day calendar 1"^^xsd:string ; | ||
| 213 | +. | ||
| 214 | +NCS:Renewal | ||
| 215 | + rdf:type ILAP:PlanLifecyclePhase ; | ||
| 216 | + rdfs:label "Renew"^^xsd:string ; | ||
| 217 | +. | ||
| 218 | +NCS:ResourceDriven | ||
| 219 | + rdf:type ILAP:PlanContractType ; | ||
| 220 | + rdfs:label "Resource driven"^^xsd:string ; | ||
| 221 | +. | ||
| 222 | +NCS:SAP | ||
| 223 | + rdf:type ILAP:Application ; | ||
| 224 | + rdfs:label "SAP"^^xsd:string ; | ||
| 225 | +. | ||
| 226 | +NCS:Safran | ||
| 227 | + rdf:type ILAP:Application ; | ||
| 228 | + rdfs:label "Safran"^^xsd:string ; | ||
| 229 | +. | ||
| 230 | +NCS:Saturday | ||
| 231 | + rdf:type ILAP:CalendarDay ; | ||
| 232 | + rdfs:label "Saturday"^^xsd:string ; | ||
| 233 | +. | ||
| 234 | +NCS:ScheduleDriven | ||
| 235 | + rdf:type ILAP:PlanContractType ; | ||
| 236 | + rdfs:label "Schedule driven"^^xsd:string ; | ||
| 237 | +. | ||
| 238 | +NCS:Scheduled | ||
| 239 | + rdf:type ILAP:Status ; | ||
| 240 | + rdfs:label "Scheduled"^^xsd:string ; | ||
| 241 | +. | ||
| 242 | +NCS:StandardFreeWeekendPeriod | ||
| 243 | + rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | ||
| 244 | + rdfs:label "Standard free weekend period"^^xsd:string ; | ||
| 245 | +. | ||
| 246 | +NCS:StandardWorkWeekdayPeriod | ||
| 247 | + rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | ||
| 248 | + rdfs:label "Standard work weekday period"^^xsd:string ; | ||
| 249 | +. | ||
| 250 | +NCS:Sunday | ||
| 251 | + rdf:type ILAP:CalendarDay ; | ||
| 252 | + rdfs:label "Sunday"^^xsd:string ; | ||
| 253 | +. | ||
| 254 | +NCS:Thursday | ||
| 255 | + rdf:type ILAP:CalendarDay ; | ||
| 256 | + rdfs:label "Thursday"^^xsd:string ; | ||
| 257 | +. | ||
| 258 | +NCS:Tuesday | ||
| 259 | + rdf:type ILAP:CalendarDay ; | ||
| 260 | + rdfs:label "Tuesday"^^xsd:string ; | ||
| 261 | +. | ||
| 262 | +NCS:Unknown | ||
| 263 | + rdf:type ILAP:Status ; | ||
| 264 | + rdfs:label "Unknown"^^xsd:string ; | ||
| 265 | +. | ||
| 266 | +NCS:Wednesday | ||
| 267 | + rdf:type ILAP:CalendarDay ; | ||
| 268 | + rdfs:label "Wednesday"^^xsd:string ; | ||
| 269 | +. | ||
| 270 | +NCS:Wellbore | ||
| 271 | + rdf:type ILAP:PlanGeoArea ; | ||
| 272 | + rdfs:label "Wellbore"^^xsd:string ; | ||
| 273 | +. | ||
| 274 | +ILAP:PlannedActivity | ||
| 275 | + rdfs:subClassOf [ | ||
| 276 | + rdf:type owl:Restriction ; | ||
| 277 | + owl:allValuesFrom SCCS:SCCScode ; | ||
| 278 | + owl:onProperty ILAP:hasActivityILAPWBS ; | ||
| 279 | + ] ; | ||
| 280 | +. | ||
| 281 | +ILAP:Regular8To16WorkingDayCalendar | ||
| 282 | + rdfs:subClassOf [ | ||
| 283 | + rdf:type owl:Restriction ; | ||
| 284 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 285 | + owl:onClass [ | ||
| 286 | + rdf:type owl:Class ; | ||
| 287 | + owl:oneOf ( | ||
| 288 | + NCS:StandardFreeWeekendPeriod | ||
| 289 | + ) ; | ||
| 290 | + ] ; | ||
| 291 | + owl:onProperty ILAP:hasCalendarFreePeriod ; | ||
| 292 | + ] ; | ||
| 293 | +. | ||
| 294 | +ILAP:WeekendsFreeCalendar | ||
| 295 | + rdfs:subClassOf [ | ||
| 296 | + rdf:type owl:Restriction ; | ||
| 297 | + owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 298 | + owl:onClass [ | ||
| 299 | + rdf:type owl:Class ; | ||
| 300 | + owl:oneOf ( | ||
| 301 | + NCS:StandardFreeWeekendPeriod | ||
| 302 | + ) ; | ||
| 303 | + ] ; | ||
| 304 | + owl:onProperty ILAP:hasCalendarFreePeriod ; | ||
| 305 | + ] ; | ||
| 306 | +. | ||
| 307 | +ILAP:hasActivityCOR | ||
| 308 | + rdfs:range SCCS:CORcode ; | ||
| 309 | +. | ||
| 310 | +ILAP:hasActivityILAPWBS | ||
| 311 | + rdfs:range SCCS:SCCScode ; | ||
| 312 | +. | ||
| 313 | +ILAP:hasPlanAsset | ||
| 314 | + rdfs:range <http://data.posccaesar.org/diskos/Asset> ; | ||
| 315 | +. |
PLANNING_CORE.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ilap/ | ||
| 2 | +# imports: http://data.posccaesar.org/15926/tech/ontology/core/v-1 | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix BRREG: <http://data.posccaesar.org/brreg/> . | ||
| 6 | +@prefix CCU: <http://data.posccaesar.org/ccu/> . | ||
| 7 | +@prefix DISKOS: <http://data.posccaesar.org/diskos/> . | ||
| 8 | +@prefix EPCIS: <http://data.posccaesar.org/epcis/> . | ||
| 9 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 10 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | ||
| 11 | +@prefix NPD: <http://data.posccaesar.org/npd/> . | ||
| 12 | +@prefix POB: <http://data.posccaesar.org/pob/> . | ||
| 13 | +@prefix SCCS: <http://data.posccaesar.org/sccs/> . | ||
| 14 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 15 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 16 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 18 | +EPCIS:CBVevent | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "CBVevent"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf ILAP:WorkTask ; | ||
| 22 | +. | ||
| 23 | +ILAP: | ||
| 24 | + rdf:type owl:Ontology ; | ||
| 25 | + owl:imports <http://data.posccaesar.org/15926/tech/ontology/core/v-1> ; | ||
| 26 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +ILAP:Activity | ||
| 29 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 30 | + rdf:type owl:Class ; | ||
| 31 | + rdfs:label "Activity"^^xsd:string ; | ||
| 32 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 33 | + rdfs:subClassOf [ | ||
| 34 | + rdf:type owl:Restriction ; | ||
| 35 | + owl:allValuesFrom ILAP:Calendar ; | ||
| 36 | + owl:onProperty ILAP:hasActivityCalendar ; | ||
| 37 | + ] ; | ||
| 38 | + rdfs:subClassOf [ | ||
| 39 | + rdf:type owl:Restriction ; | ||
| 40 | + owl:allValuesFrom ILAP:Status ; | ||
| 41 | + owl:onProperty ILAP:hasActivityStatus ; | ||
| 42 | + ] ; | ||
| 43 | + rdfs:subClassOf [ | ||
| 44 | + rdf:type owl:Restriction ; | ||
| 45 | + owl:onProperty ILAP:hasExternalReference ; | ||
| 46 | + owl:someValuesFrom ILAP:ExternalReference ; | ||
| 47 | + ] ; | ||
| 48 | +. | ||
| 49 | +ILAP:ActivityNetwork | ||
| 50 | + rdf:type owl:Class ; | ||
| 51 | + rdfs:label "Activity network"^^xsd:string ; | ||
| 52 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> ; | ||
| 53 | + rdfs:subClassOf owl:Thing ; | ||
| 54 | + rdfs:subClassOf [ | ||
| 55 | + rdf:type owl:Restriction ; | ||
| 56 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 57 | + owl:onProperty ILAP:hasExternalReference ; | ||
| 58 | + ] ; | ||
| 59 | +. | ||
| 60 | +ILAP:ActualSchedule | ||
| 61 | + rdf:type owl:Class ; | ||
| 62 | + rdfs:label "Actual baseline"^^xsd:string ; | ||
| 63 | + rdfs:subClassOf ILAP:CurrentControlSchedule ; | ||
| 64 | +. | ||
| 65 | +ILAP:Application | ||
| 66 | + rdf:type owl:Class ; | ||
| 67 | + rdfs:label "System"^^xsd:string ; | ||
| 68 | + rdfs:subClassOf owl:Thing ; | ||
| 69 | +. | ||
| 70 | +ILAP:Baseline | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Baseline"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf owl:Thing ; | ||
| 74 | +. | ||
| 75 | +ILAP:BaselineSetting | ||
| 76 | + rdf:type owl:Class ; | ||
| 77 | + rdfs:label "Baseline setting"^^xsd:string ; | ||
| 78 | + rdfs:subClassOf ILAP:Planning ; | ||
| 79 | +. | ||
| 80 | +ILAP:Calendar | ||
| 81 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 82 | + rdf:type owl:Class ; | ||
| 83 | + rdfs:label "Calendar"^^xsd:string ; | ||
| 84 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; | ||
| 85 | + rdfs:subClassOf owl:Thing ; | ||
| 86 | + rdfs:subClassOf [ | ||
| 87 | + rdf:type owl:Restriction ; | ||
| 88 | + owl:allValuesFrom ILAP:CalendarFreePeriod ; | ||
| 89 | + owl:onProperty ILAP:hasCalendarFreePeriod ; | ||
| 90 | + ] ; | ||
| 91 | + rdfs:subClassOf [ | ||
| 92 | + rdf:type owl:Restriction ; | ||
| 93 | + owl:allValuesFrom ILAP:CalendarWorkPeriod ; | ||
| 94 | + owl:onProperty ILAP:hasCalendarWorkPeriod ; | ||
| 95 | + ] ; | ||
| 96 | +. | ||
| 97 | +ILAP:CalendarDay | ||
| 98 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | ||
| 99 | + rdf:type owl:Class ; | ||
| 100 | + rdfs:label "Calendar day"^^xsd:string ; | ||
| 101 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> ; | ||
| 102 | + rdfs:subClassOf owl:Thing ; | ||
| 103 | +. | ||
| 104 | +ILAP:CalendarFreePeriod | ||
| 105 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
| 106 | + rdf:type owl:Class ; | ||
| 107 | + rdfs:label "Calendar free period"^^xsd:string ; | ||
| 108 | + rdfs:subClassOf ILAP:CalendarPeriod ; | ||
| 109 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; | ||
| 110 | + rdfs:subClassOf [ | ||
| 111 | + rdf:type owl:Restriction ; | ||
| 112 | + owl:onClass ILAP:Calendar ; | ||
| 113 | + owl:onProperty [ | ||
| 114 | + owl:inverseOf ILAP:hasCalendarFreePeriod ; | ||
| 115 | + ] ; | ||
| 116 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 117 | + ] ; | ||
| 118 | +. | ||
| 119 | +ILAP:CalendarFreePeriodWeekRepeat | ||
| 120 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
| 121 | + rdf:type owl:Class ; | ||
| 122 | + rdfs:label "Free day"^^xsd:string ; | ||
| 123 | + rdfs:subClassOf ILAP:CalendarFreePeriod ; | ||
| 124 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; | ||
| 125 | +. | ||
| 126 | +ILAP:CalendarHour | ||
| 127 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> ; | ||
| 128 | + rdf:type owl:Class ; | ||
| 129 | + rdfs:label "calendar hour"^^xsd:string ; | ||
| 130 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> ; | ||
| 131 | + rdfs:subClassOf owl:Thing ; | ||
| 132 | +. | ||
| 133 | +ILAP:CalendarPeriod | ||
| 134 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
| 135 | + rdf:type owl:Class ; | ||
| 136 | + rdfs:label "Calendar period"^^xsd:string ; | ||
| 137 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; | ||
| 138 | + rdfs:subClassOf owl:Thing ; | ||
| 139 | + rdfs:subClassOf [ | ||
| 140 | + rdf:type owl:Restriction ; | ||
| 141 | + owl:allValuesFrom ILAP:CalendarDay ; | ||
| 142 | + owl:onProperty ILAP:hasCalendarPeriodDay ; | ||
| 143 | + ] ; | ||
| 144 | + rdfs:subClassOf [ | ||
| 145 | + rdf:type owl:Restriction ; | ||
| 146 | + owl:allValuesFrom ILAP:CalendarHour ; | ||
| 147 | + owl:onProperty ILAP:hasCalendarPeriodHour ; | ||
| 148 | + ] ; | ||
| 149 | +. | ||
| 150 | +ILAP:CalendarWorkPeriod | ||
| 151 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
| 152 | + rdf:type owl:Class ; | ||
| 153 | + rdfs:label "Calendar work period"^^xsd:string ; | ||
| 154 | + rdfs:subClassOf ILAP:CalendarPeriod ; | ||
| 155 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; | ||
| 156 | + rdfs:subClassOf [ | ||
| 157 | + rdf:type owl:Restriction ; | ||
| 158 | + owl:onProperty ILAP:hasCalendarPeriodWorkDay ; | ||
| 159 | + owl:someValuesFrom ILAP:CalendarDay ; | ||
| 160 | + ] ; | ||
| 161 | + rdfs:subClassOf [ | ||
| 162 | + rdf:type owl:Restriction ; | ||
| 163 | + owl:onProperty ILAP:hasCalendarPeriodWorkHour ; | ||
| 164 | + owl:someValuesFrom ILAP:CalendarHour ; | ||
| 165 | + ] ; | ||
| 166 | +. | ||
| 167 | +ILAP:CalendarWorkPeriodWeekRepeat | ||
| 168 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
| 169 | + rdf:type owl:Class ; | ||
| 170 | + rdfs:label "Free day"^^xsd:string ; | ||
| 171 | + rdfs:subClassOf ILAP:CalendarWorkPeriod ; | ||
| 172 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> ; | ||
| 173 | +. | ||
| 174 | +ILAP:ContractorWBS | ||
| 175 | + rdf:type owl:Class ; | ||
| 176 | + rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ; | ||
| 177 | + rdfs:subClassOf owl:Thing ; | ||
| 178 | +. | ||
| 179 | +ILAP:CostBased | ||
| 180 | + rdf:type owl:Class ; | ||
| 181 | + rdfs:label "Cost based"^^xsd:string ; | ||
| 182 | + rdfs:subClassOf ILAP:Resource ; | ||
| 183 | +. | ||
| 184 | +ILAP:CostEstimate | ||
| 185 | + rdf:type owl:Class ; | ||
| 186 | + rdfs:label "Cost stimate"^^xsd:string ; | ||
| 187 | + rdfs:subClassOf ILAP:ResourceStructure ; | ||
| 188 | +. | ||
| 189 | +ILAP:CurrentControlEstimate | ||
| 190 | + rdf:type owl:Class ; | ||
| 191 | + rdfs:label "Current control estimate"^^xsd:string ; | ||
| 192 | + rdfs:subClassOf ILAP:CostEstimate ; | ||
| 193 | +. | ||
| 194 | +ILAP:CurrentControlSchedule | ||
| 195 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 196 | + rdf:type owl:Class ; | ||
| 197 | + rdfs:label "CCS"^^xsd:string ; | ||
| 198 | + rdfs:subClassOf ILAP:NetworkSchedule ; | ||
| 199 | +. | ||
| 200 | +ILAP:CurrentSchedule | ||
| 201 | + rdf:type owl:Class ; | ||
| 202 | + rdfs:label "Current schedule"^^xsd:string ; | ||
| 203 | + rdfs:subClassOf ILAP:CurrentControlSchedule ; | ||
| 204 | +. | ||
| 205 | +ILAP:Discipline | ||
| 206 | + rdf:type owl:Class ; | ||
| 207 | + rdfs:label "Discipline"^^xsd:string ; | ||
| 208 | + rdfs:subClassOf owl:Thing ; | ||
| 209 | +. | ||
| 210 | +ILAP:ExecutionPlan | ||
| 211 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 212 | + rdf:type owl:Class ; | ||
| 213 | + rdfs:label "Planned Activity network"^^xsd:string ; | ||
| 214 | + rdfs:subClassOf ILAP:ActivityNetwork ; | ||
| 215 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> ; | ||
| 216 | + rdfs:subClassOf [ | ||
| 217 | + rdf:type owl:Restriction ; | ||
| 218 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | ||
| 219 | + owl:onProperty ILAP:hasPlanAsset ; | ||
| 220 | + ] ; | ||
| 221 | + rdfs:subClassOf [ | ||
| 222 | + rdf:type owl:Restriction ; | ||
| 223 | + owl:allValuesFrom BRREG:LegalEntity ; | ||
| 224 | + owl:onProperty ILAP:hasPlanResponsible ; | ||
| 225 | + ] ; | ||
| 226 | + rdfs:subClassOf [ | ||
| 227 | + rdf:type owl:Restriction ; | ||
| 228 | + owl:allValuesFrom ILAP:ExecutionPlan ; | ||
| 229 | + owl:onProperty ILAP:hasPlanRollUp ; | ||
| 230 | + ] ; | ||
| 231 | + rdfs:subClassOf [ | ||
| 232 | + rdf:type owl:Restriction ; | ||
| 233 | + owl:allValuesFrom ILAP:ExecutionPlan ; | ||
| 234 | + owl:onProperty ILAP:hasPlanSubplan ; | ||
| 235 | + ] ; | ||
| 236 | + rdfs:subClassOf [ | ||
| 237 | + rdf:type owl:Restriction ; | ||
| 238 | + owl:allValuesFrom ILAP:PlanContractType ; | ||
| 239 | + owl:onProperty ILAP:hasPlanContractType ; | ||
| 240 | + ] ; | ||
| 241 | + rdfs:subClassOf [ | ||
| 242 | + rdf:type owl:Restriction ; | ||
| 243 | + owl:allValuesFrom ILAP:PlanLifecyclePhase ; | ||
| 244 | + owl:onProperty ILAP:hasPlanLifecyclePhase ; | ||
| 245 | + ] ; | ||
| 246 | + rdfs:subClassOf [ | ||
| 247 | + rdf:type owl:Restriction ; | ||
| 248 | + owl:allValuesFrom ILAP:PlanValueObjective ; | ||
| 249 | + owl:onProperty ILAP:hasPlanValueObjective ; | ||
| 250 | + ] ; | ||
| 251 | + rdfs:subClassOf [ | ||
| 252 | + rdf:type owl:Restriction ; | ||
| 253 | + owl:allValuesFrom NPD:NPDelement ; | ||
| 254 | + owl:onProperty ILAP:hasPlanNPDelement ; | ||
| 255 | + ] ; | ||
| 256 | + rdfs:subClassOf [ | ||
| 257 | + rdf:type owl:Restriction ; | ||
| 258 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 259 | + owl:onClass ILAP:PlanLevel ; | ||
| 260 | + owl:onProperty ILAP:hasPlanLevel ; | ||
| 261 | + ] ; | ||
| 262 | + rdfs:subClassOf [ | ||
| 263 | + rdf:type owl:Restriction ; | ||
| 264 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 265 | + owl:onClass ILAP:Project ; | ||
| 266 | + owl:onProperty ILAP:hasPlanProject ; | ||
| 267 | + ] ; | ||
| 268 | + rdfs:subClassOf [ | ||
| 269 | + rdf:type owl:Restriction ; | ||
| 270 | + owl:onProperty ILAP:hasPlanContentType ; | ||
| 271 | + owl:someValuesFrom ILAP:PlanContentType ; | ||
| 272 | + ] ; | ||
| 273 | + rdfs:subClassOf [ | ||
| 274 | + rdf:type owl:Restriction ; | ||
| 275 | + owl:onProperty ILAP:hasPlanGeoArea ; | ||
| 276 | + owl:someValuesFrom ILAP:PlanGeoArea ; | ||
| 277 | + ] ; | ||
| 278 | + rdfs:subClassOf [ | ||
| 279 | + rdf:type owl:Restriction ; | ||
| 280 | + owl:onProperty ILAP:hasPlanLevel ; | ||
| 281 | + owl:someValuesFrom ILAP:PlanLevel ; | ||
| 282 | + ] ; | ||
| 283 | + rdfs:subClassOf [ | ||
| 284 | + rdf:type owl:Restriction ; | ||
| 285 | + owl:onProperty ILAP:hasPlanProjectType ; | ||
| 286 | + owl:someValuesFrom ILAP:PlanProjectType ; | ||
| 287 | + ] ; | ||
| 288 | +. | ||
| 289 | +ILAP:ExternalReference | ||
| 290 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 291 | + rdf:type owl:Class ; | ||
| 292 | + rdfs:label "External Reference"^^xsd:string ; | ||
| 293 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> ; | ||
| 294 | + rdfs:subClassOf owl:Thing ; | ||
| 295 | + rdfs:subClassOf [ | ||
| 296 | + rdf:type owl:Restriction ; | ||
| 297 | + owl:allValuesFrom ILAP:Application ; | ||
| 298 | + owl:onProperty ILAP:hasReferenceApplication ; | ||
| 299 | + ] ; | ||
| 300 | + rdfs:subClassOf [ | ||
| 301 | + rdf:type owl:Restriction ; | ||
| 302 | + owl:allValuesFrom ILAP:Source ; | ||
| 303 | + owl:onProperty ILAP:hasReferenceSource ; | ||
| 304 | + ] ; | ||
| 305 | + rdfs:subClassOf [ | ||
| 306 | + rdf:type owl:Restriction ; | ||
| 307 | + owl:onDataRange xsd:string ; | ||
| 308 | + owl:onProperty ILAP:hasReferenceID ; | ||
| 309 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 310 | + ] ; | ||
| 311 | +. | ||
| 312 | +ILAP:FinishToFinish | ||
| 313 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | ||
| 314 | + rdf:type owl:Class ; | ||
| 315 | + rdfs:label "Finish to finish"^^xsd:string ; | ||
| 316 | + rdfs:subClassOf ILAP:Successor ; | ||
| 317 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; | ||
| 318 | +. | ||
| 319 | +ILAP:FinishToStart | ||
| 320 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | ||
| 321 | + rdf:type owl:Class ; | ||
| 322 | + rdfs:label "Finish to start"^^xsd:string ; | ||
| 323 | + rdfs:subClassOf ILAP:Successor ; | ||
| 324 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; | ||
| 325 | +. | ||
| 326 | +ILAP:LiveSchedule | ||
| 327 | + rdf:type owl:Class ; | ||
| 328 | + rdfs:label "Live schedule"^^xsd:string ; | ||
| 329 | + rdfs:subClassOf ILAP:CurrentControlSchedule ; | ||
| 330 | +. | ||
| 331 | +ILAP:Location | ||
| 332 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 333 | + rdf:type owl:Class ; | ||
| 334 | + rdfs:label "Location"^^xsd:string ; | ||
| 335 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 336 | + rdfs:subClassOf owl:Thing ; | ||
| 337 | +. | ||
| 338 | +ILAP:Milestone | ||
| 339 | + rdf:type owl:Class ; | ||
| 340 | + rdfs:label "Milestone"^^xsd:string ; | ||
| 341 | +. | ||
| 342 | +ILAP:NetworkSchedule | ||
| 343 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 344 | + rdf:type owl:Class ; | ||
| 345 | + rdfs:label "Scheduled Activity Network"^^xsd:string ; | ||
| 346 | + rdfs:subClassOf ILAP:ActivityNetwork ; | ||
| 347 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> ; | ||
| 348 | + rdfs:subClassOf [ | ||
| 349 | + rdf:type owl:Restriction ; | ||
| 350 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 351 | + owl:onClass ILAP:ExecutionPlan ; | ||
| 352 | + owl:onProperty ILAP:hasSchedulePlan ; | ||
| 353 | + ] ; | ||
| 354 | +. | ||
| 355 | +ILAP:Operation | ||
| 356 | + rdf:type owl:Class ; | ||
| 357 | + rdfs:label "Operation"^^xsd:string ; | ||
| 358 | + rdfs:subClassOf ILAP:WorkTask ; | ||
| 359 | +. | ||
| 360 | +ILAP:OriginalControlEstimate | ||
| 361 | + rdf:type owl:Class ; | ||
| 362 | + rdfs:label "original control estimate"^^xsd:string ; | ||
| 363 | + rdfs:subClassOf ILAP:CostEstimate ; | ||
| 364 | +. | ||
| 365 | +ILAP:OriginalControlSchedule | ||
| 366 | + rdf:type owl:Class ; | ||
| 367 | + rdfs:label "OCS"^^xsd:string ; | ||
| 368 | + rdfs:subClassOf ILAP:NetworkSchedule ; | ||
| 369 | +. | ||
| 370 | +ILAP:Phase | ||
| 371 | + rdf:type owl:Class ; | ||
| 372 | + rdfs:label "Phase"^^xsd:string ; | ||
| 373 | + rdfs:subClassOf owl:Thing ; | ||
| 374 | +. | ||
| 375 | +ILAP:PlanClassifier | ||
| 376 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 377 | + rdf:type owl:Class ; | ||
| 378 | + rdfs:label "Plan classifier"^^xsd:string ; | ||
| 379 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; | ||
| 380 | + rdfs:subClassOf owl:Thing ; | ||
| 381 | +. | ||
| 382 | +ILAP:PlanContentType | ||
| 383 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 384 | + rdf:type owl:Class ; | ||
| 385 | + rdfs:label "Content type"^^xsd:string ; | ||
| 386 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 387 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> ; | ||
| 388 | +. | ||
| 389 | +ILAP:PlanContractType | ||
| 390 | + rdf:type owl:Class ; | ||
| 391 | + rdfs:label "Plan contract type"^^xsd:string ; | ||
| 392 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 393 | +. | ||
| 394 | +ILAP:PlanExpenseType | ||
| 395 | + rdf:type owl:Class ; | ||
| 396 | + rdfs:label "Plan expense type"^^xsd:string ; | ||
| 397 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 398 | +. | ||
| 399 | +ILAP:PlanGeoArea | ||
| 400 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | ||
| 401 | + rdf:type owl:Class ; | ||
| 402 | + rdfs:label "Plan geographic area"^^xsd:string ; | ||
| 403 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 404 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; | ||
| 405 | +. | ||
| 406 | +ILAP:PlanLevel | ||
| 407 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 408 | + rdf:type owl:Class ; | ||
| 409 | + rdfs:label "Plan level"^^xsd:string ; | ||
| 410 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 411 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; | ||
| 412 | +. | ||
| 413 | +ILAP:PlanLifecyclePhase | ||
| 414 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 415 | + rdf:type owl:Class ; | ||
| 416 | + rdfs:label "Plan lifecycle phase"^^xsd:string ; | ||
| 417 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 418 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> ; | ||
| 419 | +. | ||
| 420 | +ILAP:PlanProjectType | ||
| 421 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | ||
| 422 | + rdf:type owl:Class ; | ||
| 423 | + rdfs:label "Plan project type"^^xsd:string ; | ||
| 424 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 425 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> ; | ||
| 426 | +. | ||
| 427 | +ILAP:PlanValueObjective | ||
| 428 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | ||
| 429 | + rdf:type owl:Class ; | ||
| 430 | + rdfs:label "Plan value objective"^^xsd:string ; | ||
| 431 | + rdfs:subClassOf ILAP:PlanClassifier ; | ||
| 432 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> ; | ||
| 433 | +. | ||
| 434 | +ILAP:PlannedActivity | ||
| 435 | + rdf:type owl:Class ; | ||
| 436 | + rdfs:label "Activity in Execution Plan"^^xsd:string ; | ||
| 437 | + rdfs:subClassOf ILAP:Activity ; | ||
| 438 | + rdfs:subClassOf [ | ||
| 439 | + rdf:type owl:Restriction ; | ||
| 440 | + owl:allValuesFrom BRREG:LegalEntity ; | ||
| 441 | + owl:onProperty ILAP:hasActivityResponsibleOrganization ; | ||
| 442 | + ] ; | ||
| 443 | + rdfs:subClassOf [ | ||
| 444 | + rdf:type owl:Restriction ; | ||
| 445 | + owl:allValuesFrom ILAP:ContractorWBS ; | ||
| 446 | + owl:onProperty ILAP:hasActivityContractorWBS ; | ||
| 447 | + ] ; | ||
| 448 | + rdfs:subClassOf [ | ||
| 449 | + rdf:type owl:Restriction ; | ||
| 450 | + owl:allValuesFrom ILAP:Location ; | ||
| 451 | + owl:onProperty ILAP:hasActivityLocation ; | ||
| 452 | + ] ; | ||
| 453 | + rdfs:subClassOf [ | ||
| 454 | + rdf:type owl:Restriction ; | ||
| 455 | + owl:allValuesFrom ILAP:Phase ; | ||
| 456 | + owl:onProperty ILAP:hasActivityPhase ; | ||
| 457 | + ] ; | ||
| 458 | + rdfs:subClassOf [ | ||
| 459 | + rdf:type owl:Restriction ; | ||
| 460 | + owl:allValuesFrom ILAP:PlannedResource ; | ||
| 461 | + owl:onProperty ILAP:hasActivityPlannedResource ; | ||
| 462 | + ] ; | ||
| 463 | + rdfs:subClassOf [ | ||
| 464 | + rdf:type owl:Restriction ; | ||
| 465 | + owl:allValuesFrom ILAP:Profile ; | ||
| 466 | + owl:onProperty ILAP:hasActivityResourceProfile ; | ||
| 467 | + ] ; | ||
| 468 | + rdfs:subClassOf [ | ||
| 469 | + rdf:type owl:Restriction ; | ||
| 470 | + owl:allValuesFrom ILAP:ResponsiblePerson ; | ||
| 471 | + owl:onProperty ILAP:hasActivityResponsiblePerson ; | ||
| 472 | + ] ; | ||
| 473 | + rdfs:subClassOf [ | ||
| 474 | + rdf:type owl:Restriction ; | ||
| 475 | + owl:allValuesFrom ILAP:Result ; | ||
| 476 | + owl:onProperty ILAP:hasActivityResult ; | ||
| 477 | + ] ; | ||
| 478 | + rdfs:subClassOf [ | ||
| 479 | + rdf:type owl:Restriction ; | ||
| 480 | + owl:allValuesFrom ILAP:Successor ; | ||
| 481 | + owl:onProperty ILAP:hasActivityPredecessor ; | ||
| 482 | + ] ; | ||
| 483 | + rdfs:subClassOf [ | ||
| 484 | + rdf:type owl:Restriction ; | ||
| 485 | + owl:allValuesFrom ILAP:Successor ; | ||
| 486 | + owl:onProperty ILAP:hasActivitySuccessor ; | ||
| 487 | + ] ; | ||
| 488 | + rdfs:subClassOf [ | ||
| 489 | + rdf:type owl:Restriction ; | ||
| 490 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 491 | + owl:onClass ILAP:ExecutionPlan ; | ||
| 492 | + owl:onProperty ILAP:hasActivityPlan ; | ||
| 493 | + ] ; | ||
| 494 | + rdfs:subClassOf [ | ||
| 495 | + rdf:type owl:Restriction ; | ||
| 496 | + owl:onProperty ILAP:hasActivityDiscipline ; | ||
| 497 | + owl:someValuesFrom ILAP:PlannedActivity ; | ||
| 498 | + ] ; | ||
| 499 | +. | ||
| 500 | +ILAP:PlannedResource | ||
| 501 | + rdf:type owl:Class ; | ||
| 502 | + rdfs:label "Planned resource"^^xsd:string ; | ||
| 503 | + rdfs:subClassOf ILAP:Resource ; | ||
| 504 | +. | ||
| 505 | +ILAP:Planning | ||
| 506 | + rdf:type owl:Class ; | ||
| 507 | + rdfs:label "Planning"^^xsd:string ; | ||
| 508 | + rdfs:subClassOf <http://data.posccaesar.org/15926/tech/ontology/Activity> ; | ||
| 509 | +. | ||
| 510 | +ILAP:PortfolioPlan | ||
| 511 | + rdf:type owl:Class ; | ||
| 512 | + rdfs:label "Portfolio plan"^^xsd:string ; | ||
| 513 | + rdfs:subClassOf ILAP:ExecutionPlan ; | ||
| 514 | +. | ||
| 515 | +ILAP:Profile | ||
| 516 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | ||
| 517 | + rdf:type owl:Class ; | ||
| 518 | + rdfs:label "Resource profile"^^xsd:string ; | ||
| 519 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> ; | ||
| 520 | + rdfs:subClassOf owl:Thing ; | ||
| 521 | +. | ||
| 522 | +ILAP:ProfilePoint | ||
| 523 | + rdf:type owl:Class ; | ||
| 524 | + rdfs:label "Profile point"^^xsd:string ; | ||
| 525 | + rdfs:subClassOf owl:Thing ; | ||
| 526 | +. | ||
| 527 | +ILAP:ProgrammePlan | ||
| 528 | + rdf:type owl:Class ; | ||
| 529 | + rdfs:label "Programme plan"^^xsd:string ; | ||
| 530 | + rdfs:subClassOf ILAP:ExecutionPlan ; | ||
| 531 | +. | ||
| 532 | +ILAP:Project | ||
| 533 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 534 | + rdf:type owl:Class ; | ||
| 535 | + rdfs:label "Project"^^xsd:string ; | ||
| 536 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> ; | ||
| 537 | + rdfs:subClassOf owl:Thing ; | ||
| 538 | + rdfs:subClassOf [ | ||
| 539 | + rdf:type owl:Restriction ; | ||
| 540 | + owl:allValuesFrom BRREG:OilCompany ; | ||
| 541 | + owl:onProperty ILAP:hasProjectResponsible ; | ||
| 542 | + ] ; | ||
| 543 | + rdfs:subClassOf [ | ||
| 544 | + rdf:type owl:Restriction ; | ||
| 545 | + owl:allValuesFrom ILAP:ExternalReference ; | ||
| 546 | + owl:onProperty ILAP:hasExternalReference ; | ||
| 547 | + ] ; | ||
| 548 | + rdfs:subClassOf [ | ||
| 549 | + rdf:type owl:Restriction ; | ||
| 550 | + owl:allValuesFrom ILAP:Project ; | ||
| 551 | + owl:onProperty ILAP:hasProjectSubproject ; | ||
| 552 | + ] ; | ||
| 553 | + rdfs:subClassOf [ | ||
| 554 | + rdf:type owl:Restriction ; | ||
| 555 | + owl:onDataRange xsd:string ; | ||
| 556 | + owl:onProperty ILAP:hasName ; | ||
| 557 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 558 | + ] ; | ||
| 559 | +. | ||
| 560 | +ILAP:ProjectPlan | ||
| 561 | + rdf:type owl:Class ; | ||
| 562 | + rdfs:label "Project plan"^^xsd:string ; | ||
| 563 | + rdfs:subClassOf ILAP:ExecutionPlan ; | ||
| 564 | +. | ||
| 565 | +ILAP:Regular8To16WorkingDayCalendar | ||
| 566 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 567 | + rdf:type owl:Class ; | ||
| 568 | + rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | ||
| 569 | + rdfs:subClassOf ILAP:WeekendsFreeCalendar ; | ||
| 570 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; | ||
| 571 | +. | ||
| 572 | +ILAP:Resource | ||
| 573 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 574 | + rdf:type owl:Class ; | ||
| 575 | + rdfs:label "Resource"^^xsd:string ; | ||
| 576 | + rdfs:subClassOf owl:Thing ; | ||
| 577 | + rdfs:subClassOf [ | ||
| 578 | + rdf:type owl:Restriction ; | ||
| 579 | + owl:onClass ILAP:Profile ; | ||
| 580 | + owl:onProperty ILAP:hasResourceProfile ; | ||
| 581 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 582 | + ] ; | ||
| 583 | +. | ||
| 584 | +ILAP:ResourceBased | ||
| 585 | + rdf:type owl:Class ; | ||
| 586 | + rdfs:label "Resource based"^^xsd:string ; | ||
| 587 | + rdfs:subClassOf ILAP:Resource ; | ||
| 588 | +. | ||
| 589 | +ILAP:ResourceStructure | ||
| 590 | + rdf:type owl:Class ; | ||
| 591 | + rdfs:label "Resource structure"^^xsd:string ; | ||
| 592 | + rdfs:subClassOf owl:Thing ; | ||
| 593 | +. | ||
| 594 | +ILAP:ResponsibleOrganization | ||
| 595 | + rdf:type owl:Class ; | ||
| 596 | + rdfs:label "Responsible organization"^^xsd:string ; | ||
| 597 | + rdfs:subClassOf owl:Thing ; | ||
| 598 | +. | ||
| 599 | +ILAP:ResponsiblePerson | ||
| 600 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Class> ; | ||
| 601 | + rdf:type owl:Class ; | ||
| 602 | + rdfs:label "Responsible"^^xsd:string ; | ||
| 603 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS1001138391> ; | ||
| 604 | + rdfs:subClassOf owl:Thing ; | ||
| 605 | +. | ||
| 606 | +ILAP:Result | ||
| 607 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 608 | + rdf:type owl:Class ; | ||
| 609 | + rdfs:label "Result"^^xsd:string ; | ||
| 610 | + rdfs:subClassOf owl:Thing ; | ||
| 611 | +. | ||
| 612 | +ILAP:ScheduledActivity | ||
| 613 | + rdf:type owl:Class ; | ||
| 614 | + rdfs:label "Activity in schedule"^^xsd:string ; | ||
| 615 | + rdfs:subClassOf ILAP:Activity ; | ||
| 616 | + rdfs:subClassOf [ | ||
| 617 | + rdf:type owl:Restriction ; | ||
| 618 | + owl:allValuesFrom ILAP:ScheduledResource ; | ||
| 619 | + owl:onProperty ILAP:hasActivityScheduledResource ; | ||
| 620 | + ] ; | ||
| 621 | + rdfs:subClassOf [ | ||
| 622 | + rdf:type owl:Restriction ; | ||
| 623 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 624 | + owl:onClass ILAP:NetworkSchedule ; | ||
| 625 | + owl:onProperty ILAP:hasActivitySchedule ; | ||
| 626 | + ] ; | ||
| 627 | + rdfs:subClassOf [ | ||
| 628 | + rdf:type owl:Restriction ; | ||
| 629 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 630 | + owl:onClass ILAP:PlannedActivity ; | ||
| 631 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan ; | ||
| 632 | + ] ; | ||
| 633 | +. | ||
| 634 | +ILAP:ScheduledResource | ||
| 635 | + rdf:type owl:Class ; | ||
| 636 | + rdfs:label "Scheduled resource"^^xsd:string ; | ||
| 637 | + rdfs:subClassOf ILAP:Resource ; | ||
| 638 | +. | ||
| 639 | +ILAP:Source | ||
| 640 | + rdf:type owl:Class ; | ||
| 641 | + rdfs:label "Source"^^xsd:string ; | ||
| 642 | + rdfs:subClassOf owl:Thing ; | ||
| 643 | +. | ||
| 644 | +ILAP:SourceSpecifiedUserField | ||
| 645 | + rdf:type owl:Class ; | ||
| 646 | + rdfs:label "Source specified user field"^^xsd:string ; | ||
| 647 | + rdfs:subClassOf ILAP:UserField ; | ||
| 648 | +. | ||
| 649 | +ILAP:SpecifiedUserField | ||
| 650 | + rdf:type owl:Class ; | ||
| 651 | + rdfs:label "Specified user field"^^xsd:string ; | ||
| 652 | + rdfs:subClassOf ILAP:UserField ; | ||
| 653 | +. | ||
| 654 | +ILAP:StartToFinish | ||
| 655 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | ||
| 656 | + rdf:type owl:Class ; | ||
| 657 | + rdfs:label "Start to finish"^^xsd:string ; | ||
| 658 | + rdfs:subClassOf ILAP:Successor ; | ||
| 659 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; | ||
| 660 | +. | ||
| 661 | +ILAP:StartToStart | ||
| 662 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | ||
| 663 | + rdf:type owl:Class ; | ||
| 664 | + rdfs:label "Start to start"^^xsd:string ; | ||
| 665 | + rdfs:subClassOf ILAP:Successor ; | ||
| 666 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; | ||
| 667 | +. | ||
| 668 | +ILAP:Status | ||
| 669 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | ||
| 670 | + rdf:type owl:Class ; | ||
| 671 | + rdfs:label "Status"^^xsd:string ; | ||
| 672 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> ; | ||
| 673 | + rdfs:subClassOf owl:Thing ; | ||
| 674 | +. | ||
| 675 | +ILAP:Successor | ||
| 676 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | ||
| 677 | + rdf:type owl:Class ; | ||
| 678 | + rdfs:label "Successor"^^xsd:string ; | ||
| 679 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> ; | ||
| 680 | + rdfs:subClassOf owl:Thing ; | ||
| 681 | + rdfs:subClassOf [ | ||
| 682 | + rdf:type owl:Restriction ; | ||
| 683 | + owl:onClass ILAP:Activity ; | ||
| 684 | + owl:onProperty ILAP:hasPredecessorActivity ; | ||
| 685 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 686 | + ] ; | ||
| 687 | + rdfs:subClassOf [ | ||
| 688 | + rdf:type owl:Restriction ; | ||
| 689 | + owl:onClass ILAP:Activity ; | ||
| 690 | + owl:onProperty ILAP:hasSuccessorActivity ; | ||
| 691 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 692 | + ] ; | ||
| 693 | +. | ||
| 694 | +ILAP:TargetSchedule | ||
| 695 | + rdf:type owl:Class ; | ||
| 696 | + rdfs:label "Target baseline"^^xsd:string ; | ||
| 697 | + rdfs:subClassOf ILAP:OriginalControlSchedule ; | ||
| 698 | +. | ||
| 699 | +ILAP:Timebased | ||
| 700 | + rdf:type owl:Class ; | ||
| 701 | + rdfs:label "Timebased"^^xsd:string ; | ||
| 702 | + rdfs:subClassOf ILAP:Resource ; | ||
| 703 | +. | ||
| 704 | +ILAP:UserField | ||
| 705 | + rdf:type owl:Class ; | ||
| 706 | + rdfs:label "User field"^^xsd:string ; | ||
| 707 | + rdfs:subClassOf owl:Thing ; | ||
| 708 | + rdfs:subClassOf [ | ||
| 709 | + rdf:type owl:Restriction ; | ||
| 710 | + owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 711 | + owl:onClass ILAP:Source ; | ||
| 712 | + owl:onProperty ILAP:hasUserFieldSource ; | ||
| 713 | + ] ; | ||
| 714 | +. | ||
| 715 | +ILAP:WeekendsFreeCalendar | ||
| 716 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 717 | + rdf:type owl:Class ; | ||
| 718 | + rdfs:label "Weekends free calendar"^^xsd:string ; | ||
| 719 | + rdfs:subClassOf ILAP:Calendar ; | ||
| 720 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> ; | ||
| 721 | +. | ||
| 722 | +ILAP:WorkOrders | ||
| 723 | + rdf:type owl:Class ; | ||
| 724 | + rdfs:label "Work orders"^^xsd:string ; | ||
| 725 | + rdfs:subClassOf ILAP:WorkTask ; | ||
| 726 | +. | ||
| 727 | +ILAP:WorkTask | ||
| 728 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 729 | + rdf:type owl:Class ; | ||
| 730 | + rdfs:label "Work task"^^xsd:string ; | ||
| 731 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 732 | + rdfs:subClassOf owl:Thing ; | ||
| 733 | + rdfs:subClassOf [ | ||
| 734 | + rdf:type owl:Restriction ; | ||
| 735 | + owl:allValuesFrom BRREG:LegalEntity ; | ||
| 736 | + owl:onProperty ILAP:hasWorkTaskResponsible ; | ||
| 737 | + ] ; | ||
| 738 | + rdfs:subClassOf [ | ||
| 739 | + rdf:type owl:Restriction ; | ||
| 740 | + owl:onProperty ILAP:hasWorkTaskActivity ; | ||
| 741 | + owl:someValuesFrom ILAP:Activity ; | ||
| 742 | + ] ; | ||
| 743 | +. | ||
| 744 | +ILAP:hasActivityActualWeight | ||
| 745 | + rdf:type owl:DatatypeProperty ; | ||
| 746 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 747 | + rdfs:label "has activity actual weight"^^xsd:string ; | ||
| 748 | + rdfs:range xsd:float ; | ||
| 749 | + rdfs:subPropertyOf ILAP:hasActivityWeight ; | ||
| 750 | +. | ||
| 751 | +ILAP:hasActivityCOR | ||
| 752 | + rdf:type owl:ObjectProperty ; | ||
| 753 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 754 | + rdfs:label "has activity COR"^^xsd:string ; | ||
| 755 | + rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; | ||
| 756 | +. | ||
| 757 | +ILAP:hasActivityCalendar | ||
| 758 | + rdf:type owl:ObjectProperty ; | ||
| 759 | + rdfs:domain ILAP:Activity ; | ||
| 760 | + rdfs:label "has activity calendar"^^xsd:string ; | ||
| 761 | + rdfs:range ILAP:Calendar ; | ||
| 762 | +. | ||
| 763 | +ILAP:hasActivityContractor | ||
| 764 | + rdf:type owl:ObjectProperty ; | ||
| 765 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 766 | + rdfs:label "has activity contractor"^^xsd:string ; | ||
| 767 | + rdfs:range BRREG:Contractor ; | ||
| 768 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; | ||
| 769 | +. | ||
| 770 | +ILAP:hasActivityContractorWBS | ||
| 771 | + rdf:type owl:ObjectProperty ; | ||
| 772 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 773 | + rdfs:label "has activity contractorWBS"^^xsd:string ; | ||
| 774 | + rdfs:range ILAP:ContractorWBS ; | ||
| 775 | +. | ||
| 776 | +ILAP:hasActivityCurrentProgressPercent | ||
| 777 | + rdf:type owl:DatatypeProperty ; | ||
| 778 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 779 | + rdfs:label "has activity current progress percentage"^^xsd:string ; | ||
| 780 | + rdfs:range xsd:integer ; | ||
| 781 | +. | ||
| 782 | +ILAP:hasActivityDiscipline | ||
| 783 | + rdf:type owl:ObjectProperty ; | ||
| 784 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 785 | + rdfs:label "has activity discipline"^^xsd:string ; | ||
| 786 | + rdfs:range ILAP:Discipline ; | ||
| 787 | +. | ||
| 788 | +ILAP:hasActivityDuration | ||
| 789 | + rdf:type owl:DatatypeProperty ; | ||
| 790 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 791 | + rdfs:label "has activity duration"^^xsd:string ; | ||
| 792 | + rdfs:range xsd:duration ; | ||
| 793 | +. | ||
| 794 | +ILAP:hasActivityEstimatedWeight | ||
| 795 | + rdf:type owl:DatatypeProperty ; | ||
| 796 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 797 | + rdfs:label "has activity estimated weight"^^xsd:string ; | ||
| 798 | + rdfs:range xsd:float ; | ||
| 799 | + rdfs:subPropertyOf ILAP:hasActivityWeight ; | ||
| 800 | +. | ||
| 801 | +ILAP:hasActivityILAPWBS | ||
| 802 | + rdf:type owl:ObjectProperty ; | ||
| 803 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 804 | + rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string ; | ||
| 805 | +. | ||
| 806 | +ILAP:hasActivityInScheduleActivityInPlan | ||
| 807 | + rdf:type owl:ObjectProperty ; | ||
| 808 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 809 | + rdfs:label "has activity in schedule activity in plan"^^xsd:string ; | ||
| 810 | + rdfs:range ILAP:PlannedActivity ; | ||
| 811 | +. | ||
| 812 | +ILAP:hasActivityLocation | ||
| 813 | + rdf:type owl:ObjectProperty ; | ||
| 814 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 815 | + rdfs:label "has location"^^xsd:string ; | ||
| 816 | + rdfs:range ILAP:Location ; | ||
| 817 | +. | ||
| 818 | +ILAP:hasActivityPBS | ||
| 819 | + rdf:type owl:ObjectProperty ; | ||
| 820 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 821 | + rdfs:label "has activity PBS"^^xsd:string ; | ||
| 822 | + rdfs:range SCCS:PBScode ; | ||
| 823 | + rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; | ||
| 824 | +. | ||
| 825 | +ILAP:hasActivityPartActivity | ||
| 826 | + rdf:type owl:ObjectProperty ; | ||
| 827 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 828 | + rdfs:label "has activity part activity"^^xsd:string ; | ||
| 829 | + rdfs:range ILAP:PlannedActivity ; | ||
| 830 | +. | ||
| 831 | +ILAP:hasActivityPercentComplete | ||
| 832 | + rdf:type owl:DatatypeProperty ; | ||
| 833 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 834 | + rdfs:label "has activity percent complete"^^xsd:string ; | ||
| 835 | + rdfs:range xsd:float ; | ||
| 836 | +. | ||
| 837 | +ILAP:hasActivityPhase | ||
| 838 | + rdf:type owl:ObjectProperty ; | ||
| 839 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 840 | + rdfs:label "has activity phase"^^xsd:string ; | ||
| 841 | + rdfs:range ILAP:Phase ; | ||
| 842 | +. | ||
| 843 | +ILAP:hasActivityPlan | ||
| 844 | + rdf:type owl:ObjectProperty ; | ||
| 845 | + rdf:type owl:TransitiveProperty ; | ||
| 846 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 847 | + rdfs:label "has activity plan"^^xsd:string ; | ||
| 848 | + rdfs:range ILAP:ExecutionPlan ; | ||
| 849 | +. | ||
| 850 | +ILAP:hasActivityPlannedResource | ||
| 851 | + rdf:type owl:ObjectProperty ; | ||
| 852 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 853 | + rdfs:label "has activity planned resource"^^xsd:string ; | ||
| 854 | + rdfs:range ILAP:PlannedResource ; | ||
| 855 | + rdfs:subPropertyOf ILAP:hasActivityResource ; | ||
| 856 | +. | ||
| 857 | +ILAP:hasActivityPredecessor | ||
| 858 | + rdf:type owl:ObjectProperty ; | ||
| 859 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 860 | + rdfs:label "has activitypredecessor"^^xsd:string ; | ||
| 861 | + rdfs:range ILAP:Successor ; | ||
| 862 | + owl:inverseOf ILAP:hasSuccessorActivity ; | ||
| 863 | +. | ||
| 864 | +ILAP:hasActivityRegulator | ||
| 865 | + rdf:type owl:ObjectProperty ; | ||
| 866 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 867 | + rdfs:label "has activity regulator"^^xsd:string ; | ||
| 868 | + rdfs:range BRREG:Regulator ; | ||
| 869 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; | ||
| 870 | +. | ||
| 871 | +ILAP:hasActivityResource | ||
| 872 | + rdf:type owl:ObjectProperty ; | ||
| 873 | + rdfs:label "has activity resource"^^xsd:string ; | ||
| 874 | +. | ||
| 875 | +ILAP:hasActivityResourceProfile | ||
| 876 | + rdf:type owl:ObjectProperty ; | ||
| 877 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 878 | + rdfs:label "has activity resource profile"^^xsd:string ; | ||
| 879 | + rdfs:range ILAP:Profile ; | ||
| 880 | +. | ||
| 881 | +ILAP:hasActivityResponsibleOrganization | ||
| 882 | + rdf:type owl:ObjectProperty ; | ||
| 883 | + rdfs:domain ILAP:Activity ; | ||
| 884 | + rdfs:label "has activity participant"^^xsd:string ; | ||
| 885 | + rdfs:range ILAP:ResponsibleOrganization ; | ||
| 886 | +. | ||
| 887 | +ILAP:hasActivityResponsiblePerson | ||
| 888 | + rdf:type owl:ObjectProperty ; | ||
| 889 | + rdf:type owl:TransitiveProperty ; | ||
| 890 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 891 | + rdfs:label "has activity responsible"^^xsd:string ; | ||
| 892 | + rdfs:range ILAP:ResponsiblePerson ; | ||
| 893 | +. | ||
| 894 | +ILAP:hasActivityResult | ||
| 895 | + rdf:type owl:ObjectProperty ; | ||
| 896 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 897 | + rdfs:label "has activity result"^^xsd:string ; | ||
| 898 | + rdfs:range ILAP:Result ; | ||
| 899 | +. | ||
| 900 | +ILAP:hasActivitySAB | ||
| 901 | + rdf:type owl:ObjectProperty ; | ||
| 902 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 903 | + rdfs:label "has activity SAB"^^xsd:string ; | ||
| 904 | + rdfs:range SCCS:SABcode ; | ||
| 905 | + rdfs:subPropertyOf ILAP:hasActivityILAPWBS ; | ||
| 906 | +. | ||
| 907 | +ILAP:hasActivitySchedule | ||
| 908 | + rdf:type owl:ObjectProperty ; | ||
| 909 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 910 | + rdfs:label "has activity schedule"^^xsd:string ; | ||
| 911 | + rdfs:range ILAP:NetworkSchedule ; | ||
| 912 | +. | ||
| 913 | +ILAP:hasActivityScheduledResource | ||
| 914 | + rdf:type owl:ObjectProperty ; | ||
| 915 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 916 | + rdfs:label "has activity scheduled resource"^^xsd:string ; | ||
| 917 | + rdfs:range ILAP:ScheduledResource ; | ||
| 918 | + rdfs:subPropertyOf ILAP:hasActivityResource ; | ||
| 919 | +. | ||
| 920 | +ILAP:hasActivityServiceSupplier | ||
| 921 | + rdf:type owl:ObjectProperty ; | ||
| 922 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 923 | + rdfs:label "has activity service supplier"^^xsd:string ; | ||
| 924 | + rdfs:range BRREG:Contractor ; | ||
| 925 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; | ||
| 926 | +. | ||
| 927 | +ILAP:hasActivityStatus | ||
| 928 | + rdf:type owl:ObjectProperty ; | ||
| 929 | + rdfs:domain ILAP:Activity ; | ||
| 930 | + rdfs:label "has activity status"^^xsd:string ; | ||
| 931 | + rdfs:range ILAP:Status ; | ||
| 932 | +. | ||
| 933 | +ILAP:hasActivitySuccessor | ||
| 934 | + rdf:type owl:ObjectProperty ; | ||
| 935 | + rdf:type owl:TransitiveProperty ; | ||
| 936 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 937 | + rdfs:label "has activity successor"^^xsd:string ; | ||
| 938 | + rdfs:range ILAP:Successor ; | ||
| 939 | + owl:inverseOf ILAP:hasPredecessorActivity ; | ||
| 940 | +. | ||
| 941 | +ILAP:hasActivityTaskLeader | ||
| 942 | + rdf:type owl:ObjectProperty ; | ||
| 943 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 944 | + rdfs:label "has activity task leader"^^xsd:string ; | ||
| 945 | + rdfs:range ILAP:ResponsiblePerson ; | ||
| 946 | + rdfs:subPropertyOf ILAP:hasActivityResponsiblePerson ; | ||
| 947 | +. | ||
| 948 | +ILAP:hasActivityVendor | ||
| 949 | + rdf:type owl:ObjectProperty ; | ||
| 950 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 951 | + rdfs:label "has activity vendor"^^xsd:string ; | ||
| 952 | + rdfs:range BRREG:Contractor ; | ||
| 953 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization ; | ||
| 954 | +. | ||
| 955 | +ILAP:hasActivityWeight | ||
| 956 | + rdf:type owl:DatatypeProperty ; | ||
| 957 | + rdfs:label "has activity weight"^^xsd:string ; | ||
| 958 | +. | ||
| 959 | +ILAP:hasActivityWorkVolume | ||
| 960 | + rdf:type owl:DatatypeProperty ; | ||
| 961 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 962 | + rdfs:label "has activity work volume"^^xsd:string ; | ||
| 963 | + rdfs:range xsd:float ; | ||
| 964 | +. | ||
| 965 | +ILAP:hasBaseline | ||
| 966 | + rdf:type owl:ObjectProperty ; | ||
| 967 | + rdfs:domain ILAP:BaselineSetting ; | ||
| 968 | + rdfs:label "has baseline"^^xsd:string ; | ||
| 969 | + rdfs:range ILAP:NetworkSchedule ; | ||
| 970 | +. | ||
| 971 | +ILAP:hasBaselineCreatedDate | ||
| 972 | + rdf:type owl:DatatypeProperty ; | ||
| 973 | + rdfs:domain ILAP:Baseline ; | ||
| 974 | + rdfs:label "has baseline created date"^^xsd:string ; | ||
| 975 | + rdfs:range xsd:date ; | ||
| 976 | +. | ||
| 977 | +ILAP:hasCalendarDate | ||
| 978 | + rdf:type owl:DatatypeProperty ; | ||
| 979 | + rdfs:label "has calendar date"^^xsd:string ; | ||
| 980 | +. | ||
| 981 | +ILAP:hasCalendarFreePeriod | ||
| 982 | + rdf:type owl:ObjectProperty ; | ||
| 983 | + rdf:type owl:TransitiveProperty ; | ||
| 984 | + rdfs:domain ILAP:Calendar ; | ||
| 985 | + rdfs:label "has calendarcalendar free period"^^xsd:string ; | ||
| 986 | + rdfs:range ILAP:CalendarFreePeriod ; | ||
| 987 | +. | ||
| 988 | +ILAP:hasCalendarPeriodDay | ||
| 989 | + rdf:type owl:ObjectProperty ; | ||
| 990 | + rdfs:label "has calendar period day"^^xsd:string ; | ||
| 991 | +. | ||
| 992 | +ILAP:hasCalendarPeriodFreeDay | ||
| 993 | + rdf:type owl:ObjectProperty ; | ||
| 994 | + rdfs:domain ILAP:CalendarFreePeriod ; | ||
| 995 | + rdfs:label "has calendar period free day"^^xsd:string ; | ||
| 996 | + rdfs:range ILAP:CalendarDay ; | ||
| 997 | + rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ; | ||
| 998 | +. | ||
| 999 | +ILAP:hasCalendarPeriodHour | ||
| 1000 | + rdf:type owl:ObjectProperty ; | ||
| 1001 | + rdfs:label "has calendar period hour"^^xsd:string ; | ||
| 1002 | +. | ||
| 1003 | +ILAP:hasCalendarPeriodWorkDay | ||
| 1004 | + rdf:type owl:ObjectProperty ; | ||
| 1005 | + rdfs:domain ILAP:CalendarWorkPeriod ; | ||
| 1006 | + rdfs:label "has calendar period work day"^^xsd:string ; | ||
| 1007 | + rdfs:range ILAP:CalendarDay ; | ||
| 1008 | + rdfs:subPropertyOf ILAP:hasCalendarPeriodDay ; | ||
| 1009 | +. | ||
| 1010 | +ILAP:hasCalendarPeriodWorkHour | ||
| 1011 | + rdf:type owl:ObjectProperty ; | ||
| 1012 | + rdfs:domain ILAP:CalendarWorkPeriod ; | ||
| 1013 | + rdfs:label "has calendar period work hour"^^xsd:string ; | ||
| 1014 | + rdfs:range ILAP:CalendarHour ; | ||
| 1015 | + rdfs:subPropertyOf ILAP:hasCalendarPeriodHour ; | ||
| 1016 | +. | ||
| 1017 | +ILAP:hasCalendarWorkPeriod | ||
| 1018 | + rdf:type owl:ObjectProperty ; | ||
| 1019 | + rdf:type owl:TransitiveProperty ; | ||
| 1020 | + rdfs:domain ILAP:Calendar ; | ||
| 1021 | + rdfs:label "has calendarcalendar work period"^^xsd:string ; | ||
| 1022 | + rdfs:range ILAP:CalendarWorkPeriod ; | ||
| 1023 | +. | ||
| 1024 | +ILAP:hasContractorWBSelement | ||
| 1025 | + rdf:type owl:DatatypeProperty ; | ||
| 1026 | + rdfs:domain ILAP:ContractorWBS ; | ||
| 1027 | + rdfs:label "has contractor WBSelement"^^xsd:string ; | ||
| 1028 | + rdfs:range xsd:string ; | ||
| 1029 | +. | ||
| 1030 | +ILAP:hasDescription | ||
| 1031 | + rdf:type owl:DatatypeProperty ; | ||
| 1032 | + rdfs:domain owl:Thing ; | ||
| 1033 | + rdfs:label "has description"^^xsd:string ; | ||
| 1034 | + rdfs:range xsd:string ; | ||
| 1035 | +. | ||
| 1036 | +ILAP:hasEarlyFinish | ||
| 1037 | + rdf:type owl:DatatypeProperty ; | ||
| 1038 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1039 | + rdfs:label "has early finish"^^xsd:string ; | ||
| 1040 | + rdfs:range xsd:dateTime ; | ||
| 1041 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1042 | +. | ||
| 1043 | +ILAP:hasEarlyStart | ||
| 1044 | + rdf:type owl:DatatypeProperty ; | ||
| 1045 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1046 | + rdfs:label "has early start"^^xsd:string ; | ||
| 1047 | + rdfs:range xsd:dateTime ; | ||
| 1048 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1049 | +. | ||
| 1050 | +ILAP:hasEarlyStartActual | ||
| 1051 | + rdf:type owl:DatatypeProperty ; | ||
| 1052 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1053 | + rdfs:label "has Early Start Actual"^^xsd:string ; | ||
| 1054 | + rdfs:range xsd:dateTime ; | ||
| 1055 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1056 | +. | ||
| 1057 | +ILAP:hasExternalReference | ||
| 1058 | + rdf:type owl:ObjectProperty ; | ||
| 1059 | + rdfs:label "has External Reference"^^xsd:string ; | ||
| 1060 | + rdfs:range ILAP:ExternalReference ; | ||
| 1061 | +. | ||
| 1062 | +ILAP:hasFixedFinish | ||
| 1063 | + rdf:type owl:DatatypeProperty ; | ||
| 1064 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 1065 | + rdfs:label "has fixed finish"^^xsd:string ; | ||
| 1066 | + rdfs:range xsd:dateTime ; | ||
| 1067 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1068 | +. | ||
| 1069 | +ILAP:hasFixedStart | ||
| 1070 | + rdf:type owl:DatatypeProperty ; | ||
| 1071 | + rdfs:domain ILAP:PlannedActivity ; | ||
| 1072 | + rdfs:label "has Fixed start"^^xsd:string ; | ||
| 1073 | + rdfs:range xsd:dateTime ; | ||
| 1074 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1075 | +. | ||
| 1076 | +ILAP:hasFreePeriodEndDate | ||
| 1077 | + rdf:type owl:DatatypeProperty ; | ||
| 1078 | + rdfs:domain ILAP:CalendarFreePeriod ; | ||
| 1079 | + rdfs:label "has free period end date"^^xsd:string ; | ||
| 1080 | + rdfs:range xsd:date ; | ||
| 1081 | + rdfs:subPropertyOf ILAP:hasCalendarDate ; | ||
| 1082 | +. | ||
| 1083 | +ILAP:hasFreePeriodEndTime | ||
| 1084 | + rdf:type owl:DatatypeProperty ; | ||
| 1085 | + rdfs:domain ILAP:CalendarFreePeriod ; | ||
| 1086 | + rdfs:label "has free period end time"^^xsd:string ; | ||
| 1087 | + rdfs:range xsd:time ; | ||
| 1088 | + rdfs:subPropertyOf ILAP:hasTime ; | ||
| 1089 | +. | ||
| 1090 | +ILAP:hasFreePeriodStartDate | ||
| 1091 | + rdf:type owl:DatatypeProperty ; | ||
| 1092 | + rdfs:domain ILAP:CalendarFreePeriod ; | ||
| 1093 | + rdfs:label "has free period start date"^^xsd:string ; | ||
| 1094 | + rdfs:range xsd:date ; | ||
| 1095 | + rdfs:subPropertyOf ILAP:hasCalendarDate ; | ||
| 1096 | +. | ||
| 1097 | +ILAP:hasFreePeriodStartTime | ||
| 1098 | + rdf:type owl:DatatypeProperty ; | ||
| 1099 | + rdfs:domain ILAP:CalendarFreePeriod ; | ||
| 1100 | + rdfs:label "has free period start time"^^xsd:string ; | ||
| 1101 | + rdfs:range xsd:time ; | ||
| 1102 | + rdfs:subPropertyOf ILAP:hasTime ; | ||
| 1103 | +. | ||
| 1104 | +ILAP:hasLateFinish | ||
| 1105 | + rdf:type owl:DatatypeProperty ; | ||
| 1106 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1107 | + rdfs:label "has late finish"^^xsd:string ; | ||
| 1108 | + rdfs:range xsd:dateTime ; | ||
| 1109 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1110 | +. | ||
| 1111 | +ILAP:hasLateStart | ||
| 1112 | + rdf:type owl:DatatypeProperty ; | ||
| 1113 | + rdfs:domain ILAP:ScheduledActivity ; | ||
| 1114 | + rdfs:label "has late start"^^xsd:string ; | ||
| 1115 | + rdfs:range xsd:dateTime ; | ||
| 1116 | + rdfs:subPropertyOf ILAP:hasScheduleDate ; | ||
| 1117 | +. | ||
| 1118 | +ILAP:hasLatitude | ||
| 1119 | + rdf:type owl:DatatypeProperty ; | ||
| 1120 | + rdfs:domain ILAP:Location ; | ||
| 1121 | + rdfs:label "has latitude"^^xsd:string ; | ||
| 1122 | + rdfs:range xsd:integer ; | ||
| 1123 | +. | ||
| 1124 | +ILAP:hasLongitude | ||
| 1125 | + rdf:type owl:DatatypeProperty ; | ||
| 1126 | + rdfs:domain ILAP:Location ; | ||
| 1127 | + rdfs:label "has longitude"^^xsd:string ; | ||
| 1128 | + rdfs:range xsd:integer ; | ||
| 1129 | +. | ||
| 1130 | +ILAP:hasMilestoneSuccessor | ||
| 1131 | + rdf:type owl:ObjectProperty ; | ||
| 1132 | + rdfs:domain ILAP:Milestone ; | ||
| 1133 | + rdfs:label "has milestone successor"^^xsd:string ; | ||
| 1134 | + rdfs:range ILAP:Successor ; | ||
| 1135 | +. | ||
| 1136 | +ILAP:hasMilestoneePredecessor | ||
| 1137 | + rdf:type owl:ObjectProperty ; | ||
| 1138 | + rdfs:domain ILAP:Milestone ; | ||
| 1139 | + rdfs:label "has Milestonee Predecessor"^^xsd:string ; | ||
| 1140 | + rdfs:range ILAP:Successor ; | ||
| 1141 | +. | ||
| 1142 | +ILAP:hasName | ||
| 1143 | + rdf:type owl:DatatypeProperty ; | ||
| 1144 | + rdfs:label "has name"^^xsd:string ; | ||
| 1145 | + rdfs:range xsd:string ; | ||
| 1146 | +. | ||
| 1147 | +ILAP:hasPlanAsset | ||
| 1148 | + rdf:type owl:ObjectProperty ; | ||
| 1149 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1150 | + rdfs:label "has plan asset"^^xsd:string ; | ||
| 1151 | +. | ||
| 1152 | +ILAP:hasPlanAssetOwner | ||
| 1153 | + rdf:type owl:ObjectProperty ; | ||
| 1154 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1155 | + rdfs:label "has asset plan owner"^^xsd:string ; | ||
| 1156 | + rdfs:range BRREG:OilCompany ; | ||
| 1157 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1158 | +. | ||
| 1159 | +ILAP:hasPlanContentType | ||
| 1160 | + rdf:type owl:ObjectProperty ; | ||
| 1161 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1162 | + rdfs:label "has plan content type"^^xsd:string ; | ||
| 1163 | + rdfs:range ILAP:PlanContentType ; | ||
| 1164 | +. | ||
| 1165 | +ILAP:hasPlanContractType | ||
| 1166 | + rdf:type owl:ObjectProperty ; | ||
| 1167 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1168 | + rdfs:label "has plan contract type"^^xsd:string ; | ||
| 1169 | + rdfs:range ILAP:PlanContractType ; | ||
| 1170 | +. | ||
| 1171 | +ILAP:hasPlanContractor | ||
| 1172 | + rdf:type owl:ObjectProperty ; | ||
| 1173 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1174 | + rdfs:label "has plan contractor"^^xsd:string ; | ||
| 1175 | + rdfs:range BRREG:Contractor ; | ||
| 1176 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1177 | +. | ||
| 1178 | +ILAP:hasPlanExpenseType | ||
| 1179 | + rdf:type owl:ObjectProperty ; | ||
| 1180 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1181 | + rdfs:label "has plan expense type"^^xsd:string ; | ||
| 1182 | + rdfs:range ILAP:PlanExpenseType ; | ||
| 1183 | +. | ||
| 1184 | +ILAP:hasPlanGeoArea | ||
| 1185 | + rdf:type owl:ObjectProperty ; | ||
| 1186 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1187 | + rdfs:label "has plan focus area"^^xsd:string ; | ||
| 1188 | + rdfs:range ILAP:PlanGeoArea ; | ||
| 1189 | +. | ||
| 1190 | +ILAP:hasPlanLevel | ||
| 1191 | + rdf:type owl:ObjectProperty ; | ||
| 1192 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1193 | + rdfs:label "has plan level"^^xsd:string ; | ||
| 1194 | + rdfs:range ILAP:PlanLevel ; | ||
| 1195 | +. | ||
| 1196 | +ILAP:hasPlanLicensePartner | ||
| 1197 | + rdf:type owl:ObjectProperty ; | ||
| 1198 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1199 | + rdfs:label "has plan license partner"^^xsd:string ; | ||
| 1200 | + rdfs:range BRREG:OilCompany ; | ||
| 1201 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1202 | +. | ||
| 1203 | +ILAP:hasPlanLifecyclePhase | ||
| 1204 | + rdf:type owl:ObjectProperty ; | ||
| 1205 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1206 | + rdfs:label "has plan lifecycle phase"^^xsd:string ; | ||
| 1207 | + rdfs:range ILAP:PlanLifecyclePhase ; | ||
| 1208 | +. | ||
| 1209 | +ILAP:hasPlanNPDelement | ||
| 1210 | + rdf:type owl:ObjectProperty ; | ||
| 1211 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1212 | + rdfs:label "has plan NPD element"^^xsd:string ; | ||
| 1213 | + rdfs:range NPD:NPDelement ; | ||
| 1214 | +. | ||
| 1215 | +ILAP:hasPlanOperator | ||
| 1216 | + rdf:type owl:ObjectProperty ; | ||
| 1217 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1218 | + rdfs:label "has plan operator"^^xsd:string ; | ||
| 1219 | + rdfs:range BRREG:OilCompany ; | ||
| 1220 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1221 | +. | ||
| 1222 | +ILAP:hasPlanProject | ||
| 1223 | + rdf:type owl:ObjectProperty ; | ||
| 1224 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1225 | + rdfs:label "has Plan Project"^^xsd:string ; | ||
| 1226 | + rdfs:range ILAP:Project ; | ||
| 1227 | +. | ||
| 1228 | +ILAP:hasPlanProjectType | ||
| 1229 | + rdf:type owl:ObjectProperty ; | ||
| 1230 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1231 | + rdfs:label "has plan project type"^^xsd:string ; | ||
| 1232 | + rdfs:range ILAP:PlanProjectType ; | ||
| 1233 | +. | ||
| 1234 | +ILAP:hasPlanRegulator | ||
| 1235 | + rdf:type owl:ObjectProperty ; | ||
| 1236 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1237 | + rdfs:label "has plan regulator"^^xsd:string ; | ||
| 1238 | + rdfs:range BRREG:Regulator ; | ||
| 1239 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1240 | +. | ||
| 1241 | +ILAP:hasPlanResponsible | ||
| 1242 | + rdf:type owl:ObjectProperty ; | ||
| 1243 | + rdf:type owl:TransitiveProperty ; | ||
| 1244 | + rdfs:label "has plan responsible"^^xsd:string ; | ||
| 1245 | +. | ||
| 1246 | +ILAP:hasPlanRollUp | ||
| 1247 | + rdf:type owl:ObjectProperty ; | ||
| 1248 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1249 | + rdfs:label "has plan roll up"^^xsd:string ; | ||
| 1250 | + rdfs:range ILAP:ExecutionPlan ; | ||
| 1251 | +. | ||
| 1252 | +ILAP:hasPlanServiceSupplier | ||
| 1253 | + rdf:type owl:ObjectProperty ; | ||
| 1254 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1255 | + rdfs:label "has plan service supplier"^^xsd:string ; | ||
| 1256 | + rdfs:range BRREG:Contractor ; | ||
| 1257 | + rdfs:subPropertyOf ILAP:hasPlanResponsible ; | ||
| 1258 | +. | ||
| 1259 | +ILAP:hasPlanSubplan | ||
| 1260 | + rdf:type owl:ObjectProperty ; | ||
| 1261 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1262 | + rdfs:label "has plan subplan"^^xsd:string ; | ||
| 1263 | + rdfs:range ILAP:ExecutionPlan ; | ||
| 1264 | +. | ||
| 1265 | +ILAP:hasPlanUserField | ||
| 1266 | + rdf:type owl:ObjectProperty ; | ||
| 1267 | + rdfs:domain ILAP:ActivityNetwork ; | ||
| 1268 | + rdfs:label "has plan user field"^^xsd:string ; | ||
| 1269 | + rdfs:range ILAP:UserField ; | ||
| 1270 | +. | ||
| 1271 | +ILAP:hasPlanValueObjective | ||
| 1272 | + rdf:type owl:ObjectProperty ; | ||
| 1273 | + rdfs:domain ILAP:ExecutionPlan ; | ||
| 1274 | + rdfs:label "has plan value objective"^^xsd:string ; | ||
| 1275 | + rdfs:range ILAP:PlanValueObjective ; | ||
| 1276 | +. | ||
| 1277 | +ILAP:hasPredecessorActivity | ||
| 1278 | + rdf:type owl:ObjectProperty ; | ||
| 1279 | + rdfs:domain ILAP:Successor ; | ||
| 1280 | + rdfs:label "has predecessor activity"^^xsd:string ; | ||
| 1281 | + rdfs:range ILAP:PlannedActivity ; | ||
| 1282 | + owl:inverseOf ILAP:hasActivitySuccessor ; | ||
| 1283 | +. | ||
| 1284 | +ILAP:hasProfilePoint | ||
| 1285 | + rdf:type owl:ObjectProperty ; | ||
| 1286 | + rdfs:domain ILAP:Profile ; | ||
| 1287 | + rdfs:label "has profile point"^^xsd:string ; | ||
| 1288 | + rdfs:range ILAP:ProfilePoint ; | ||
| 1289 | +. | ||
| 1290 | +ILAP:hasProfilePointXValue | ||
| 1291 | + rdf:type owl:DatatypeProperty ; | ||
| 1292 | + rdfs:domain ILAP:ProfilePoint ; | ||
| 1293 | + rdfs:label "has Profile Point X Value"^^xsd:string ; | ||
| 1294 | + rdfs:range xsd:float ; | ||
| 1295 | +. | ||
| 1296 | +ILAP:hasProfilePointYValue | ||
| 1297 | + rdf:type owl:DatatypeProperty ; | ||
| 1298 | + rdfs:domain ILAP:ProfilePoint ; | ||
| 1299 | + rdfs:label "has Profile Point Y Value"^^xsd:string ; | ||
| 1300 | + rdfs:range xsd:float ; | ||
| 1301 | +. | ||
| 1302 | +ILAP:hasProjectResponsible | ||
| 1303 | + rdf:type owl:ObjectProperty ; | ||
| 1304 | + rdfs:domain ILAP:Project ; | ||
| 1305 | + rdfs:label "has project responsible"^^xsd:string ; | ||
| 1306 | +. | ||
| 1307 | +ILAP:hasProjectSubproject | ||
| 1308 | + rdf:type owl:ObjectProperty ; | ||
| 1309 | + rdfs:domain ILAP:Project ; | ||
| 1310 | + rdfs:label "Object property 1"^^xsd:string ; | ||
| 1311 | + rdfs:range ILAP:Project ; | ||
| 1312 | +. | ||
| 1313 | +ILAP:hasReferenceApplication | ||
| 1314 | + rdf:type owl:ObjectProperty ; | ||
| 1315 | + rdfs:domain ILAP:ExternalReference ; | ||
| 1316 | + rdfs:label "has reference application"^^xsd:string ; | ||
| 1317 | + rdfs:range ILAP:Application ; | ||
| 1318 | +. | ||
| 1319 | +ILAP:hasReferenceID | ||
| 1320 | + rdf:type owl:DatatypeProperty ; | ||
| 1321 | + rdfs:label "has reference ID"^^xsd:string ; | ||
| 1322 | + rdfs:range xsd:string ; | ||
| 1323 | +. | ||
| 1324 | +ILAP:hasReferenceSource | ||
| 1325 | + rdf:type owl:ObjectProperty ; | ||
| 1326 | + rdfs:domain ILAP:ExternalReference ; | ||
| 1327 | + rdfs:label "has reference source"^^xsd:string ; | ||
| 1328 | + rdfs:range ILAP:Source ; | ||
| 1329 | +. | ||
| 1330 | +ILAP:hasResourceCalendar | ||
| 1331 | + rdf:type owl:ObjectProperty ; | ||
| 1332 | + rdfs:domain ILAP:Resource ; | ||
| 1333 | + rdfs:label "has resource calendar"^^xsd:string ; | ||
| 1334 | + rdfs:range ILAP:Calendar ; | ||
| 1335 | +. | ||
| 1336 | +ILAP:hasResourceExpendedQuantity | ||
| 1337 | + rdf:type owl:DatatypeProperty ; | ||
| 1338 | + rdfs:domain ILAP:Resource ; | ||
| 1339 | + rdfs:label "has resource expended quantity"^^xsd:string ; | ||
| 1340 | + rdfs:range xsd:float ; | ||
| 1341 | +. | ||
| 1342 | +ILAP:hasResourceProfile | ||
| 1343 | + rdf:type owl:ObjectProperty ; | ||
| 1344 | + rdfs:domain ILAP:Resource ; | ||
| 1345 | + rdfs:label "has resource profile"^^xsd:string ; | ||
| 1346 | + rdfs:range ILAP:Profile ; | ||
| 1347 | +. | ||
| 1348 | +ILAP:hasResourceRemainingQuantity | ||
| 1349 | + rdf:type owl:DatatypeProperty ; | ||
| 1350 | + rdfs:domain ILAP:Resource ; | ||
| 1351 | + rdfs:label "has resource remaining quantity"^^xsd:string ; | ||
| 1352 | + rdfs:range xsd:float ; | ||
| 1353 | +. | ||
| 1354 | +ILAP:hasResourceStructure | ||
| 1355 | + rdf:type owl:ObjectProperty ; | ||
| 1356 | + rdfs:domain ILAP:Resource ; | ||
| 1357 | + rdfs:label "has resource structure"^^xsd:string ; | ||
| 1358 | + rdfs:range ILAP:ResourceStructure ; | ||
| 1359 | +. | ||
| 1360 | +ILAP:hasScheduleBaseline | ||
| 1361 | + rdf:type owl:ObjectProperty ; | ||
| 1362 | + rdfs:domain ILAP:NetworkSchedule ; | ||
| 1363 | + rdfs:label "has Schedule Baseline"^^xsd:string ; | ||
| 1364 | + rdfs:range ILAP:Baseline ; | ||
| 1365 | +. | ||
| 1366 | +ILAP:hasScheduleDate | ||
| 1367 | + rdf:type owl:DatatypeProperty ; | ||
| 1368 | + rdfs:label "has schedule date"^^xsd:string ; | ||
| 1369 | +. | ||
| 1370 | +ILAP:hasSchedulePlan | ||
| 1371 | + rdf:type owl:ObjectProperty ; | ||
| 1372 | + rdfs:domain ILAP:NetworkSchedule ; | ||
| 1373 | + rdfs:label "has schedule plan "^^xsd:string ; | ||
| 1374 | + rdfs:range ILAP:ExecutionPlan ; | ||
| 1375 | +. | ||
| 1376 | +ILAP:hasSuccessorActivity | ||
| 1377 | + rdf:type owl:ObjectProperty ; | ||
| 1378 | + rdf:type owl:TransitiveProperty ; | ||
| 1379 | + rdfs:domain ILAP:Successor ; | ||
| 1380 | + rdfs:label "has successor activity "^^xsd:string ; | ||
| 1381 | + rdfs:range ILAP:PlannedActivity ; | ||
| 1382 | + owl:inverseOf ILAP:hasActivityPredecessor ; | ||
| 1383 | +. | ||
| 1384 | +ILAP:hasSuccessorCalendar | ||
| 1385 | + rdf:type owl:ObjectProperty ; | ||
| 1386 | + rdfs:domain ILAP:Successor ; | ||
| 1387 | + rdfs:label "has successor calendar"^^xsd:string ; | ||
| 1388 | + rdfs:range ILAP:Calendar ; | ||
| 1389 | +. | ||
| 1390 | +ILAP:hasSuccessorLag | ||
| 1391 | + rdf:type owl:DatatypeProperty ; | ||
| 1392 | + rdfs:domain ILAP:Successor ; | ||
| 1393 | + rdfs:label "has successor lag"^^xsd:string ; | ||
| 1394 | + rdfs:range xsd:integer ; | ||
| 1395 | +. | ||
| 1396 | +ILAP:hasSuccessorMilestone | ||
| 1397 | + rdf:type owl:ObjectProperty ; | ||
| 1398 | + rdfs:domain ILAP:Successor ; | ||
| 1399 | + rdfs:label "has successor milestone"^^xsd:string ; | ||
| 1400 | + rdfs:range ILAP:Milestone ; | ||
| 1401 | +. | ||
| 1402 | +ILAP:hasTime | ||
| 1403 | + rdf:type owl:DatatypeProperty ; | ||
| 1404 | + rdfs:label "has time"^^xsd:string ; | ||
| 1405 | +. | ||
| 1406 | +ILAP:hasUserFieldName | ||
| 1407 | + rdf:type owl:DatatypeProperty ; | ||
| 1408 | + rdfs:domain ILAP:UserField ; | ||
| 1409 | + rdfs:label "has user field name"^^xsd:string ; | ||
| 1410 | + rdfs:range xsd:string ; | ||
| 1411 | +. | ||
| 1412 | +ILAP:hasUserFieldSource | ||
| 1413 | + rdf:type owl:ObjectProperty ; | ||
| 1414 | + rdfs:domain ILAP:SourceSpecifiedUserField ; | ||
| 1415 | + rdfs:label "has user field source"^^xsd:string ; | ||
| 1416 | + rdfs:range ILAP:Source ; | ||
| 1417 | +. | ||
| 1418 | +ILAP:hasUserFieldValue | ||
| 1419 | + rdf:type owl:DatatypeProperty ; | ||
| 1420 | + rdfs:domain ILAP:UserField ; | ||
| 1421 | + rdfs:label "has user field value"^^xsd:string ; | ||
| 1422 | + rdfs:range xsd:string ; | ||
| 1423 | +. | ||
| 1424 | +ILAP:hasWorkTaskActivity | ||
| 1425 | + rdf:type owl:ObjectProperty ; | ||
| 1426 | + rdfs:domain ILAP:WorkTask ; | ||
| 1427 | + rdfs:label "has Work Task Activity"^^xsd:string ; | ||
| 1428 | + rdfs:range ILAP:ScheduledActivity ; | ||
| 1429 | +. | ||
| 1430 | +ILAP:hasWorkTaskResponsible | ||
| 1431 | + rdf:type owl:ObjectProperty ; | ||
| 1432 | + rdfs:label "has work task responsible"^^xsd:string ; | ||
| 1433 | +. | ||
| 1434 | +ILAP:hasWorkTaskServiceSupplier | ||
| 1435 | + rdf:type owl:ObjectProperty ; | ||
| 1436 | + rdfs:domain ILAP:WorkTask ; | ||
| 1437 | + rdfs:label "has work task service supplier"^^xsd:string ; | ||
| 1438 | + rdfs:range BRREG:Contractor ; | ||
| 1439 | + rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ; | ||
| 1440 | +. | ||
| 1441 | +ILAP:hasWorkTaskVendor | ||
| 1442 | + rdf:type owl:ObjectProperty ; | ||
| 1443 | + rdfs:domain ILAP:WorkTask ; | ||
| 1444 | + rdfs:label "has work task vendor"^^xsd:string ; | ||
| 1445 | + rdfs:range BRREG:Contractor ; | ||
| 1446 | + rdfs:subPropertyOf ILAP:hasWorkTaskResponsible ; | ||
| 1447 | +. | ||
| 1448 | +NPD:BAA | ||
| 1449 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS431663463> ; | ||
| 1450 | +. | ||
| 1451 | +NPD:Facility | ||
| 1452 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> ; | ||
| 1453 | +. | ||
| 1454 | +NPD:Field | ||
| 1455 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS409500951> ; | ||
| 1456 | +. | ||
| 1457 | +NPD:NPDelement | ||
| 1458 | + rdf:type owl:Class ; | ||
| 1459 | + rdfs:label "NPDelement"^^xsd:string ; | ||
| 1460 | + rdfs:subClassOf ILAP:Location ; | ||
| 1461 | +. | ||
| 1462 | +NPD:ProductionLicense | ||
| 1463 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43166345139> ; | ||
| 1464 | +. |
StandardData/.svn/all-wcprops
0 → 100644
| 1 | +K 25 | ||
| 2 | +svn:wc:ra_dav:version-url | ||
| 3 | +V 42 | ||
| 4 | +/svn/ilap/!svn/ver/28/OWL_1_5/StandardData | ||
| 5 | +END | ||
| 6 | +NPD.ttl | ||
| 7 | +K 25 | ||
| 8 | +svn:wc:ra_dav:version-url | ||
| 9 | +V 50 | ||
| 10 | +/svn/ilap/!svn/ver/25/OWL_1_5/StandardData/NPD.ttl | ||
| 11 | +END | ||
| 12 | +EPCIS.ttl | ||
| 13 | +K 25 | ||
| 14 | +svn:wc:ra_dav:version-url | ||
| 15 | +V 52 | ||
| 16 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/EPCIS.ttl | ||
| 17 | +END | ||
| 18 | +POB.ttl | ||
| 19 | +K 25 | ||
| 20 | +svn:wc:ra_dav:version-url | ||
| 21 | +V 50 | ||
| 22 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/POB.ttl | ||
| 23 | +END | ||
| 24 | +BRREG.ttl | ||
| 25 | +K 25 | ||
| 26 | +svn:wc:ra_dav:version-url | ||
| 27 | +V 52 | ||
| 28 | +/svn/ilap/!svn/ver/30/OWL_1_5/StandardData/BRREG.ttl | ||
| 29 | +END | ||
| 30 | +CCU.ttl | ||
| 31 | +K 25 | ||
| 32 | +svn:wc:ra_dav:version-url | ||
| 33 | +V 50 | ||
| 34 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/CCU.ttl | ||
| 35 | +END | ||
| 36 | +SCCS.ttl | ||
| 37 | +K 25 | ||
| 38 | +svn:wc:ra_dav:version-url | ||
| 39 | +V 51 | ||
| 40 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/SCCS.ttl | ||
| 41 | +END | ||
| 42 | +DISKOS.ttl | ||
| 43 | +K 25 | ||
| 44 | +svn:wc:ra_dav:version-url | ||
| 45 | +V 53 | ||
| 46 | +/svn/ilap/!svn/ver/31/OWL_1_5/StandardData/DISKOS.ttl | ||
| 47 | +END |
StandardData/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/StandardData | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-04-11T13:08:30.820903Z | ||
| 11 | +28 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +BRREG.ttl | ||
| 30 | +file | ||
| 31 | +30 | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-04-12T11:15:19.297000Z | ||
| 36 | +f3e3826734c3cab94eae7f8873f9efb8 | ||
| 37 | +2014-04-13T19:23:46.352844Z | ||
| 38 | +30 | ||
| 39 | +tchr | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +3206 | ||
| 62 | + | ||
| 63 | +CCU.ttl | ||
| 64 | +file | ||
| 65 | +31 | ||
| 66 | + | ||
| 67 | + | ||
| 68 | + | ||
| 69 | +2014-04-16T16:18:52.727000Z | ||
| 70 | +9d80df55191c3c45451a91f63e03325e | ||
| 71 | +2014-04-21T18:24:03.858028Z | ||
| 72 | +31 | ||
| 73 | +tchr | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + | ||
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
| 80 | + | ||
| 81 | + | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + | ||
| 86 | + | ||
| 87 | + | ||
| 88 | + | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + | ||
| 92 | + | ||
| 93 | + | ||
| 94 | + | ||
| 95 | +809 | ||
| 96 | + | ||
| 97 | +DISKOS.ttl | ||
| 98 | +file | ||
| 99 | +31 | ||
| 100 | + | ||
| 101 | + | ||
| 102 | + | ||
| 103 | +2014-04-16T17:46:46.569000Z | ||
| 104 | +893b449eea5a8ecdcb5b695a7ccb8f0f | ||
| 105 | +2014-04-21T18:24:03.858028Z | ||
| 106 | +31 | ||
| 107 | +tchr | ||
| 108 | + | ||
| 109 | + | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + | ||
| 113 | + | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + | ||
| 120 | + | ||
| 121 | + | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + | ||
| 125 | + | ||
| 126 | + | ||
| 127 | + | ||
| 128 | + | ||
| 129 | +1353 | ||
| 130 | + | ||
| 131 | +EPCIS.ttl | ||
| 132 | +file | ||
| 133 | +31 | ||
| 134 | + | ||
| 135 | + | ||
| 136 | + | ||
| 137 | +2014-04-16T15:23:07.814000Z | ||
| 138 | +6de151ff7c77bd0bb2720897ec1112af | ||
| 139 | +2014-04-21T18:24:03.858028Z | ||
| 140 | +31 | ||
| 141 | +tchr | ||
| 142 | + | ||
| 143 | + | ||
| 144 | + | ||
| 145 | + | ||
| 146 | + | ||
| 147 | + | ||
| 148 | + | ||
| 149 | + | ||
| 150 | + | ||
| 151 | + | ||
| 152 | + | ||
| 153 | + | ||
| 154 | + | ||
| 155 | + | ||
| 156 | + | ||
| 157 | + | ||
| 158 | + | ||
| 159 | + | ||
| 160 | + | ||
| 161 | + | ||
| 162 | + | ||
| 163 | +4014 | ||
| 164 | + | ||
| 165 | +NPD.ttl | ||
| 166 | +file | ||
| 167 | + | ||
| 168 | + | ||
| 169 | + | ||
| 170 | + | ||
| 171 | +2014-04-11T13:12:48.341000Z | ||
| 172 | +92e71978e1cc2de3550d5fcb0149b998 | ||
| 173 | +2014-04-11T12:09:45.010434Z | ||
| 174 | +25 | ||
| 175 | +hmottestad | ||
| 176 | + | ||
| 177 | + | ||
| 178 | + | ||
| 179 | + | ||
| 180 | + | ||
| 181 | + | ||
| 182 | + | ||
| 183 | + | ||
| 184 | + | ||
| 185 | + | ||
| 186 | + | ||
| 187 | + | ||
| 188 | + | ||
| 189 | + | ||
| 190 | + | ||
| 191 | + | ||
| 192 | + | ||
| 193 | + | ||
| 194 | + | ||
| 195 | + | ||
| 196 | + | ||
| 197 | +3415 | ||
| 198 | + | ||
| 199 | +POB.ttl | ||
| 200 | +file | ||
| 201 | +31 | ||
| 202 | + | ||
| 203 | + | ||
| 204 | + | ||
| 205 | +2014-04-16T20:25:55.012000Z | ||
| 206 | +74ad3b8c507f74b34bdc90432246d07d | ||
| 207 | +2014-04-21T18:24:03.858028Z | ||
| 208 | +31 | ||
| 209 | +tchr | ||
| 210 | + | ||
| 211 | + | ||
| 212 | + | ||
| 213 | + | ||
| 214 | + | ||
| 215 | + | ||
| 216 | + | ||
| 217 | + | ||
| 218 | + | ||
| 219 | + | ||
| 220 | + | ||
| 221 | + | ||
| 222 | + | ||
| 223 | + | ||
| 224 | + | ||
| 225 | + | ||
| 226 | + | ||
| 227 | + | ||
| 228 | + | ||
| 229 | + | ||
| 230 | + | ||
| 231 | +887 | ||
| 232 | + | ||
| 233 | +SCCS.ttl | ||
| 234 | +file | ||
| 235 | +31 | ||
| 236 | + | ||
| 237 | + | ||
| 238 | + | ||
| 239 | +2014-04-16T18:10:01.594000Z | ||
| 240 | +5c4fc7e8cab9db243add699d802fdd86 | ||
| 241 | +2014-04-21T18:24:03.858028Z | ||
| 242 | +31 | ||
| 243 | +tchr | ||
| 244 | + | ||
| 245 | + | ||
| 246 | + | ||
| 247 | + | ||
| 248 | + | ||
| 249 | + | ||
| 250 | + | ||
| 251 | + | ||
| 252 | + | ||
| 253 | + | ||
| 254 | + | ||
| 255 | + | ||
| 256 | + | ||
| 257 | + | ||
| 258 | + | ||
| 259 | + | ||
| 260 | + | ||
| 261 | + | ||
| 262 | + | ||
| 263 | + | ||
| 264 | + | ||
| 265 | +4287 | ||
| 266 | + |
| 1 | +# baseURI: http://data.posccaesar.org/brreg/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/brreg/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:BakerHughes | ||
| 14 | + rdf:type :Contractor ; | ||
| 15 | + rdfs:label "Baker hughes"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:ConocoPhillips | ||
| 18 | + rdf:type :OilCompany ; | ||
| 19 | + rdfs:label "Conoco phillips"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:Contractor | ||
| 22 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "Contractor"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf :LegalEntity ; | ||
| 26 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ; | ||
| 27 | +. | ||
| 28 | +:EniNorge | ||
| 29 | + rdf:type :OilCompany ; | ||
| 30 | + rdfs:label "Eni norge"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +:LegalEntity | ||
| 33 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 37 | + rdfs:subClassOf owl:Thing ; | ||
| 38 | + rdfs:subClassOf [ | ||
| 39 | + rdf:type owl:Restriction ; | ||
| 40 | + owl:onClass :Location ; | ||
| 41 | + owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 43 | + ] ; | ||
| 44 | +. | ||
| 45 | +:Location | ||
| 46 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:label "Location"^^xsd:string ; | ||
| 49 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; | ||
| 50 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 51 | + rdfs:subClassOf owl:Thing ; | ||
| 52 | +. | ||
| 53 | +:Lundin | ||
| 54 | + rdf:type :OilCompany ; | ||
| 55 | + rdfs:label "Lundin"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:NEA | ||
| 58 | + rdf:type :Regulator ; | ||
| 59 | + rdfs:label "NEA"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:NPD | ||
| 62 | + rdf:type :Regulator ; | ||
| 63 | + rdfs:label "NPD"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:NTA | ||
| 66 | + rdf:type :Regulator ; | ||
| 67 | + rdfs:label "NTA"^^xsd:string ; | ||
| 68 | +. | ||
| 69 | +:OilCompany | ||
| 70 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Oil Company"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf :LegalEntity ; | ||
| 74 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ; | ||
| 75 | +. | ||
| 76 | +:Regulator | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Regulator"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :LegalEntity ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ; | ||
| 82 | +. | ||
| 83 | +:Schlumberger | ||
| 84 | + rdf:type :Contractor ; | ||
| 85 | + rdfs:label "Schlumberger"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:Sevan | ||
| 88 | + rdf:type :Contractor ; | ||
| 89 | + rdfs:label "Sevan"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +:Statoil | ||
| 92 | + rdf:type :OilCompany ; | ||
| 93 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +:Subsea7 | ||
| 96 | + rdf:type :Contractor ; | ||
| 97 | + rdfs:label "Subsea7"^^xsd:string ; | ||
| 98 | +. | ||
| 99 | +:SumitomoMetal | ||
| 100 | + rdf:type :Contractor ; | ||
| 101 | + rdfs:label "Sumitomo metal"^^xsd:string ; | ||
| 102 | +. | ||
| 103 | +:Tananger | ||
| 104 | + rdf:type :Location ; | ||
| 105 | + rdfs:label "Tananger"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +:Technip | ||
| 108 | + rdf:type :Contractor ; | ||
| 109 | + rdfs:label "Technip"^^xsd:string ; | ||
| 110 | +. | ||
| 111 | +:hasLegalEntityLocation | ||
| 112 | + rdf:type owl:ObjectProperty ; | ||
| 113 | + rdfs:domain :LegalEntity ; | ||
| 114 | + rdfs:label "has legal entity location"^^xsd:string ; | ||
| 115 | + rdfs:range :Location ; | ||
| 116 | +. |
StandardData/.svn/text-base/CCU.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ccu/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/ccu/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:CCU | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "CCU"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | +. | ||
| 20 | +:CCU123 | ||
| 21 | + rdf:type :CCU ; | ||
| 22 | + rdfs:label "CCU 123"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CCU456 | ||
| 25 | + rdf:type :CCU ; | ||
| 26 | + rdfs:label "CCU 456"^^xsd:string ; | ||
| 27 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/diskos/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/diskos/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:Asset | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Asset"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | + rdfs:subClassOf [ | ||
| 20 | + rdf:type owl:Restriction ; | ||
| 21 | + owl:onDataRange xsd:float ; | ||
| 22 | + owl:onProperty :hasAssetValue ; | ||
| 23 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 24 | + ] ; | ||
| 25 | +. | ||
| 26 | +:EkofiskField | ||
| 27 | + rdf:type :Asset ; | ||
| 28 | + :hasAssetValue "30"^^xsd:float ; | ||
| 29 | + rdfs:label "Ekofisk field"^^xsd:string ; | ||
| 30 | +. | ||
| 31 | +:GoliatField | ||
| 32 | + rdf:type :Asset ; | ||
| 33 | + :hasAssetValue "50"^^xsd:float ; | ||
| 34 | + rdfs:label "Goliat field"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +:StatfjordField | ||
| 37 | + rdf:type :Asset ; | ||
| 38 | + :hasAssetValue "40"^^xsd:float ; | ||
| 39 | + rdfs:label "Statfjord field"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:hasAssetValue | ||
| 42 | + rdf:type owl:DatatypeProperty ; | ||
| 43 | + rdfs:domain :Asset ; | ||
| 44 | + rdfs:label "has asset value"^^xsd:string ; | ||
| 45 | + rdfs:range xsd:float ; | ||
| 46 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/epcis/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/epcis/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:ArrivingEvent | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Arriving event"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf :CBVevent ; | ||
| 18 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ; | ||
| 19 | +. | ||
| 20 | +:ArrivingEvent_1 | ||
| 21 | + rdf:type :ArrivingEvent ; | ||
| 22 | + rdfs:label "Arriving event 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CBVevent | ||
| 25 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:label "CBV event"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 29 | + rdfs:subClassOf owl:Thing ; | ||
| 30 | +. | ||
| 31 | +:DepartingEvent | ||
| 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "Departing event"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf :CBVevent ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ; | ||
| 37 | +. | ||
| 38 | +:DepartingEvent_1 | ||
| 39 | + rdf:type :DepartingEvent ; | ||
| 40 | + rdfs:label "Departing event 1"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +:HoldingEvent | ||
| 43 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 44 | + rdf:type owl:Class ; | ||
| 45 | + rdfs:label "Holding event"^^xsd:string ; | ||
| 46 | + rdfs:subClassOf :CBVevent ; | ||
| 47 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ; | ||
| 48 | +. | ||
| 49 | +:HoldingEvent_1 | ||
| 50 | + rdf:type :HoldingEvent ; | ||
| 51 | + rdfs:label "Holding event 1"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:InspectingEvent | ||
| 54 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:label "Inspecting event"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf :CBVevent ; | ||
| 58 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ; | ||
| 59 | +. | ||
| 60 | +:InspectingEvent_1 | ||
| 61 | + rdf:type :InspectingEvent ; | ||
| 62 | + rdfs:label "Inspecting event 1"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +:InspectingResultEvent | ||
| 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "Inspecting result event"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf :CBVevent ; | ||
| 70 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ; | ||
| 71 | +. | ||
| 72 | +:InspectingResultEvent_1 | ||
| 73 | + rdf:type :InspectingResultEvent ; | ||
| 74 | + rdfs:label "Inspecting result event 1"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +:InternalMovingEvent | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Internal moving event"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :CBVevent ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ; | ||
| 82 | +. | ||
| 83 | +:InternalMovingEvent_1 | ||
| 84 | + rdf:type :InternalMovingEvent ; | ||
| 85 | + rdfs:label "Internal moving event 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:LoadingEvent | ||
| 88 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 89 | + rdf:type owl:Class ; | ||
| 90 | + rdfs:label "Loading event"^^xsd:string ; | ||
| 91 | + rdfs:subClassOf :CBVevent ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ; | ||
| 93 | +. | ||
| 94 | +:LoadingEvent_1 | ||
| 95 | + rdf:type :LoadingEvent ; | ||
| 96 | + rdfs:label "Loading event 1"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PackingEvent | ||
| 99 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 100 | + rdf:type owl:Class ; | ||
| 101 | + rdfs:label "Packing event"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf :CBVevent ; | ||
| 103 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ; | ||
| 104 | +. | ||
| 105 | +:PackingEvent_1 | ||
| 106 | + rdf:type :PackingEvent ; | ||
| 107 | + rdfs:label "Packing event 1"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +:UnloadingEvent | ||
| 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 111 | + rdf:type owl:Class ; | ||
| 112 | + rdfs:label "Unloading event"^^xsd:string ; | ||
| 113 | + rdfs:subClassOf :CBVevent ; | ||
| 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ; | ||
| 115 | +. | ||
| 116 | +:UnloadingEvent_1 | ||
| 117 | + rdf:type :UnloadingEvent ; | ||
| 118 | + rdfs:label "Unloading event 1"^^xsd:string ; | ||
| 119 | +. |
StandardData/.svn/text-base/NPD.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/npd/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/npd/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 11 | + | ||
| 12 | +:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 13 | + rdfs:label "Business area agreement"^^xsd:string ; | ||
| 14 | + rdfs:subClassOf :NPDelement . | ||
| 15 | + | ||
| 16 | +:BAA_1 | ||
| 17 | + rdf:type :BAA ; | ||
| 18 | + rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 19 | + | ||
| 20 | +:Ekofisk | ||
| 21 | + rdf:type :Field ; | ||
| 22 | + rdfs:label "Ekofisk"^^xsd:string . | ||
| 23 | + | ||
| 24 | +:EldfiskC | ||
| 25 | + rdf:type :SubsurfaceFacility ; | ||
| 26 | + rdfs:label "Eldfisk C"^^xsd:string . | ||
| 27 | + | ||
| 28 | +:Facility | ||
| 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 30 | + rdfs:label "Facility"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf :NPDelement . | ||
| 32 | + | ||
| 33 | +:Field | ||
| 34 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 35 | + rdfs:label "Field"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf :NPDelement . | ||
| 37 | + | ||
| 38 | +:Goliat | ||
| 39 | + rdf:type :Field ; | ||
| 40 | + rdfs:label "Goliat"^^xsd:string . | ||
| 41 | + | ||
| 42 | +:GoliatFPSO | ||
| 43 | + rdf:type :Facility ; | ||
| 44 | + rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 45 | + | ||
| 46 | +:JohanSverdrup | ||
| 47 | + rdf:type :Field ; | ||
| 48 | + rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 49 | + | ||
| 50 | +:License_1 | ||
| 51 | + rdf:type :ProductionLicense ; | ||
| 52 | + rdfs:label "License 1"^^xsd:string . | ||
| 53 | + | ||
| 54 | +:NPDelement | ||
| 55 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 56 | + rdfs:label "Petroleum register element"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 58 | + | ||
| 59 | +:PipelineFacility | ||
| 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 61 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 62 | + | ||
| 63 | +:ProductionLicense | ||
| 64 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 65 | + rdfs:label "License"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf :NPDelement . | ||
| 67 | + | ||
| 68 | +:StafjordA | ||
| 69 | + rdf:type :SurfaceFacility ; | ||
| 70 | + rdfs:label "Statfjord A"^^xsd:string . | ||
| 71 | + | ||
| 72 | +:StatPipe | ||
| 73 | + rdf:type :PipelineFacility . | ||
| 74 | + | ||
| 75 | +:Statfjord | ||
| 76 | + rdf:type :Field ; | ||
| 77 | + rdfs:label "Statfjord"^^xsd:string . | ||
| 78 | + | ||
| 79 | +:StatfjordB | ||
| 80 | + rdf:type :SurfaceFacility ; | ||
| 81 | + rdfs:label "Statfjord B"^^xsd:string . | ||
| 82 | + | ||
| 83 | +:StatfjordSatelliteA | ||
| 84 | + rdf:type :SubsurfaceFacility . | ||
| 85 | + | ||
| 86 | +:SubsurfaceFacility | ||
| 87 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 88 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 89 | + | ||
| 90 | +:SurfaceFacility | ||
| 91 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 93 | + | ||
| 94 | +:WellBore | ||
| 95 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 96 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 97 | + | ||
| 98 | +:WellBore_1 | ||
| 99 | + rdf:type :WellBore . |
StandardData/.svn/text-base/POB.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/pob/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/pob/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:NiloErdal | ||
| 14 | + rdf:type :Person ; | ||
| 15 | + rdfs:label "Nilo Erdal"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:Person | ||
| 18 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "Person"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ; | ||
| 22 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ; | ||
| 23 | + rdfs:subClassOf owl:Thing ; | ||
| 24 | +. | ||
| 25 | +:RolfHansen | ||
| 26 | + rdf:type :Person ; | ||
| 27 | + rdfs:label "Rolf Hansen"^^xsd:string ; | ||
| 28 | +. |
| 1 | +# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:COR_A_General_Costs | ||
| 14 | + rdf:type :SCCScode ; | ||
| 15 | + rdfs:label "COR A"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:COR_B_Bulk_Materials | ||
| 18 | + rdf:type :CORcode ; | ||
| 19 | + rdfs:label "COR B"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:COR_C_Construction_Overheads | ||
| 22 | + rdf:type :CORcode ; | ||
| 23 | + rdfs:label "COR C"^^xsd:string ; | ||
| 24 | +. | ||
| 25 | +:COR_E_Equipment | ||
| 26 | + rdf:type :CORcode ; | ||
| 27 | + rdfs:label "COR E"^^xsd:string ; | ||
| 28 | +. | ||
| 29 | +:COR_H_Owners_Personnel | ||
| 30 | + rdf:type :CORcode ; | ||
| 31 | + rdfs:label "COR H"^^xsd:string ; | ||
| 32 | +. | ||
| 33 | +:COR_K_Engineering_Manpower | ||
| 34 | + rdf:type :CORcode ; | ||
| 35 | + rdfs:label "COR K"^^xsd:string ; | ||
| 36 | +. | ||
| 37 | +:COR_L_Direct_Labor | ||
| 38 | + rdf:type :CORcode ; | ||
| 39 | + rdfs:label "COR L"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:COR_M_Indirect_Labor | ||
| 42 | + rdf:type :CORcode ; | ||
| 43 | + rdfs:label "COR M"^^xsd:string ; | ||
| 44 | +. | ||
| 45 | +:COR_Q_Owners_Personnel_Overheads | ||
| 46 | + rdf:type :CORcode ; | ||
| 47 | + rdfs:label "COR Q"^^xsd:string ; | ||
| 48 | +. | ||
| 49 | +:COR_R_Engineering_Overheads | ||
| 50 | + rdf:type :CORcode ; | ||
| 51 | + rdfs:label "COR R"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:COR_S_Unit_Work | ||
| 54 | + rdf:type :CORcode ; | ||
| 55 | + rdfs:label "COR S"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:COR_X_Marine_Operations_and_Logistics | ||
| 58 | + rdf:type :CORcode ; | ||
| 59 | + rdfs:label "COR X"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:COR_Y_Landbased_Plant_and_Equipment | ||
| 62 | + rdf:type :CORcode ; | ||
| 63 | + rdfs:label "COR Y"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:CORcode | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "COR code"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; | ||
| 70 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ; | ||
| 71 | + rdfs:subClassOf :SCCScode ; | ||
| 72 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 73 | +. | ||
| 74 | +:PBS_AAAA_Derrick | ||
| 75 | + rdf:type :PBScode ; | ||
| 76 | + rdfs:label "Derrick"^^xsd:string ; | ||
| 77 | +. | ||
| 78 | +:PBS_AAA_Drilling_Area | ||
| 79 | + rdf:type :PBScode ; | ||
| 80 | + rdfs:label "Drilling Area"^^xsd:string ; | ||
| 81 | +. | ||
| 82 | +:PBS_AA_Topsides | ||
| 83 | + rdf:type :PBScode ; | ||
| 84 | + rdfs:label "Topsides"^^xsd:string ; | ||
| 85 | +. | ||
| 86 | +:PBS_AB_Substructures | ||
| 87 | + rdf:type :PBScode ; | ||
| 88 | + rdfs:label "Substructures"^^xsd:string ; | ||
| 89 | +. | ||
| 90 | +:PBS_AC_Wells | ||
| 91 | + rdf:type :PBScode ; | ||
| 92 | + rdfs:label "Wells"^^xsd:string ; | ||
| 93 | +. | ||
| 94 | +:PBS_AD_Subsea_Production_Systems | ||
| 95 | + rdf:type :PBScode ; | ||
| 96 | + rdfs:label "Subsea Production Systems"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PBS_AE_Transport_Systems | ||
| 99 | + rdf:type :PBScode ; | ||
| 100 | + rdfs:label "Transport Systems"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +:PBS_AW_Windmills | ||
| 103 | + rdf:type :PBScode ; | ||
| 104 | + rdfs:label "Windmills"^^xsd:string ; | ||
| 105 | +. | ||
| 106 | +:PBS_A_Offshore_Field_Installlations | ||
| 107 | + rdf:type :PBScode ; | ||
| 108 | + rdfs:label "Offshore Field Installlations"^^xsd:string ; | ||
| 109 | +. | ||
| 110 | +:PBS_B_LandbasedInstallations | ||
| 111 | + rdf:type :PBScode ; | ||
| 112 | + rdfs:label "Landbased Installations"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +:PBScode | ||
| 115 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 116 | + rdf:type owl:Class ; | ||
| 117 | + rdfs:label "PBS code"^^xsd:string ; | ||
| 118 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; | ||
| 119 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ; | ||
| 120 | + rdfs:subClassOf :SCCScode ; | ||
| 121 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ; | ||
| 122 | +. | ||
| 123 | +:SAB_1_Management | ||
| 124 | + rdf:type :SABcode ; | ||
| 125 | + :hasCodeName "Management"^^xsd:string ; | ||
| 126 | + rdfs:label "SAB 1"^^xsd:string ; | ||
| 127 | +. | ||
| 128 | +:SAB_2_Engineering_and_Procurement | ||
| 129 | + rdf:type :SABcode ; | ||
| 130 | + rdfs:label "SAB 2"^^xsd:string ; | ||
| 131 | +. | ||
| 132 | +:SAB_3_Material_deliveries | ||
| 133 | + rdf:type :SABcode ; | ||
| 134 | + rdfs:label "SAB 3"^^xsd:string ; | ||
| 135 | +. | ||
| 136 | +:SAB_4_Construction | ||
| 137 | + rdf:type :SABcode ; | ||
| 138 | + rdfs:label "SAB 4"^^xsd:string ; | ||
| 139 | +. | ||
| 140 | +:SAB_5_Operations | ||
| 141 | + rdf:type :SABcode ; | ||
| 142 | + rdfs:label "SAB 5"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +:SABcode | ||
| 145 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 146 | + rdf:type owl:Class ; | ||
| 147 | + rdfs:label "SAB code"^^xsd:string ; | ||
| 148 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; | ||
| 149 | + rdfs:subClassOf :SCCScode ; | ||
| 150 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 151 | +. | ||
| 152 | +:SCCScode | ||
| 153 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 154 | + rdf:type owl:Class ; | ||
| 155 | + rdfs:label "SCCS code"^^xsd:string ; | ||
| 156 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 157 | + rdfs:subClassOf owl:Thing ; | ||
| 158 | +. |
StandardData/BRREG.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/brreg/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/brreg/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:BakerHughes | ||
| 14 | + rdf:type :Contractor ; | ||
| 15 | + rdfs:label "Baker hughes"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:ConocoPhillips | ||
| 18 | + rdf:type :OilCompany ; | ||
| 19 | + rdfs:label "Conoco phillips"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:Contractor | ||
| 22 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 23 | + rdf:type owl:Class ; | ||
| 24 | + rdfs:label "Contractor"^^xsd:string ; | ||
| 25 | + rdfs:subClassOf :LegalEntity ; | ||
| 26 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> ; | ||
| 27 | +. | ||
| 28 | +:EniNorge | ||
| 29 | + rdf:type :OilCompany ; | ||
| 30 | + rdfs:label "Eni norge"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +:LegalEntity | ||
| 33 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 37 | + rdfs:subClassOf owl:Thing ; | ||
| 38 | + rdfs:subClassOf [ | ||
| 39 | + rdf:type owl:Restriction ; | ||
| 40 | + owl:onClass :Location ; | ||
| 41 | + owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 43 | + ] ; | ||
| 44 | +. | ||
| 45 | +:Location | ||
| 46 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:label "Location"^^xsd:string ; | ||
| 49 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> ; | ||
| 50 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> ; | ||
| 51 | + rdfs:subClassOf owl:Thing ; | ||
| 52 | +. | ||
| 53 | +:Lundin | ||
| 54 | + rdf:type :OilCompany ; | ||
| 55 | + rdfs:label "Lundin"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:NEA | ||
| 58 | + rdf:type :Regulator ; | ||
| 59 | + rdfs:label "NEA"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:NPD | ||
| 62 | + rdf:type :Regulator ; | ||
| 63 | + rdfs:label "NPD"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:NTA | ||
| 66 | + rdf:type :Regulator ; | ||
| 67 | + rdfs:label "NTA"^^xsd:string ; | ||
| 68 | +. | ||
| 69 | +:OilCompany | ||
| 70 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 71 | + rdf:type owl:Class ; | ||
| 72 | + rdfs:label "Oil Company"^^xsd:string ; | ||
| 73 | + rdfs:subClassOf :LegalEntity ; | ||
| 74 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> ; | ||
| 75 | +. | ||
| 76 | +:Regulator | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Regulator"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :LegalEntity ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> ; | ||
| 82 | +. | ||
| 83 | +:Schlumberger | ||
| 84 | + rdf:type :Contractor ; | ||
| 85 | + rdfs:label "Schlumberger"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:Sevan | ||
| 88 | + rdf:type :Contractor ; | ||
| 89 | + rdfs:label "Sevan"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +:Statoil | ||
| 92 | + rdf:type :OilCompany ; | ||
| 93 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +:Subsea7 | ||
| 96 | + rdf:type :Contractor ; | ||
| 97 | + rdfs:label "Subsea7"^^xsd:string ; | ||
| 98 | +. | ||
| 99 | +:SumitomoMetal | ||
| 100 | + rdf:type :Contractor ; | ||
| 101 | + rdfs:label "Sumitomo metal"^^xsd:string ; | ||
| 102 | +. | ||
| 103 | +:Tananger | ||
| 104 | + rdf:type :Location ; | ||
| 105 | + rdfs:label "Tananger"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +:Technip | ||
| 108 | + rdf:type :Contractor ; | ||
| 109 | + rdfs:label "Technip"^^xsd:string ; | ||
| 110 | +. | ||
| 111 | +:hasLegalEntityLocation | ||
| 112 | + rdf:type owl:ObjectProperty ; | ||
| 113 | + rdfs:domain :LegalEntity ; | ||
| 114 | + rdfs:label "has legal entity location"^^xsd:string ; | ||
| 115 | + rdfs:range :Location ; | ||
| 116 | +. |
StandardData/CCU.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/ccu/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/ccu/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:CCU | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "CCU"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | +. | ||
| 20 | +:CCU123 | ||
| 21 | + rdf:type :CCU ; | ||
| 22 | + rdfs:label "CCU 123"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CCU456 | ||
| 25 | + rdf:type :CCU ; | ||
| 26 | + rdfs:label "CCU 456"^^xsd:string ; | ||
| 27 | +. |
StandardData/DISKOS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/diskos/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/diskos/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:Asset | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Asset"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | ||
| 18 | + rdfs:subClassOf owl:Thing ; | ||
| 19 | + rdfs:subClassOf [ | ||
| 20 | + rdf:type owl:Restriction ; | ||
| 21 | + owl:onDataRange xsd:float ; | ||
| 22 | + owl:onProperty :hasAssetValue ; | ||
| 23 | + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 24 | + ] ; | ||
| 25 | +. | ||
| 26 | +:EkofiskField | ||
| 27 | + rdf:type :Asset ; | ||
| 28 | + :hasAssetValue "30"^^xsd:float ; | ||
| 29 | + rdfs:label "Ekofisk field"^^xsd:string ; | ||
| 30 | +. | ||
| 31 | +:GoliatField | ||
| 32 | + rdf:type :Asset ; | ||
| 33 | + :hasAssetValue "50"^^xsd:float ; | ||
| 34 | + rdfs:label "Goliat field"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +:StatfjordField | ||
| 37 | + rdf:type :Asset ; | ||
| 38 | + :hasAssetValue "40"^^xsd:float ; | ||
| 39 | + rdfs:label "Statfjord field"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:hasAssetValue | ||
| 42 | + rdf:type owl:DatatypeProperty ; | ||
| 43 | + rdfs:domain :Asset ; | ||
| 44 | + rdfs:label "has asset value"^^xsd:string ; | ||
| 45 | + rdfs:range xsd:float ; | ||
| 46 | +. |
StandardData/EPCIS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/epcis/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/epcis/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:ArrivingEvent | ||
| 14 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 15 | + rdf:type owl:Class ; | ||
| 16 | + rdfs:label "Arriving event"^^xsd:string ; | ||
| 17 | + rdfs:subClassOf :CBVevent ; | ||
| 18 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9695582> ; | ||
| 19 | +. | ||
| 20 | +:ArrivingEvent_1 | ||
| 21 | + rdf:type :ArrivingEvent ; | ||
| 22 | + rdfs:label "Arriving event 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +:CBVevent | ||
| 25 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 26 | + rdf:type owl:Class ; | ||
| 27 | + rdfs:label "CBV event"^^xsd:string ; | ||
| 28 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> ; | ||
| 29 | + rdfs:subClassOf owl:Thing ; | ||
| 30 | +. | ||
| 31 | +:DepartingEvent | ||
| 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "Departing event"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf :CBVevent ; | ||
| 36 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9677672> ; | ||
| 37 | +. | ||
| 38 | +:DepartingEvent_1 | ||
| 39 | + rdf:type :DepartingEvent ; | ||
| 40 | + rdfs:label "Departing event 1"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +:HoldingEvent | ||
| 43 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 44 | + rdf:type owl:Class ; | ||
| 45 | + rdfs:label "Holding event"^^xsd:string ; | ||
| 46 | + rdfs:subClassOf :CBVevent ; | ||
| 47 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9666467> ; | ||
| 48 | +. | ||
| 49 | +:HoldingEvent_1 | ||
| 50 | + rdf:type :HoldingEvent ; | ||
| 51 | + rdfs:label "Holding event 1"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:InspectingEvent | ||
| 54 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:label "Inspecting event"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf :CBVevent ; | ||
| 58 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9664082> ; | ||
| 59 | +. | ||
| 60 | +:InspectingEvent_1 | ||
| 61 | + rdf:type :InspectingEvent ; | ||
| 62 | + rdfs:label "Inspecting event 1"^^xsd:string ; | ||
| 63 | +. | ||
| 64 | +:InspectingResultEvent | ||
| 65 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "Inspecting result event"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf :CBVevent ; | ||
| 70 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS332324> ; | ||
| 71 | +. | ||
| 72 | +:InspectingResultEvent_1 | ||
| 73 | + rdf:type :InspectingResultEvent ; | ||
| 74 | + rdfs:label "Inspecting result event 1"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +:InternalMovingEvent | ||
| 77 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "Internal moving event"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf :CBVevent ; | ||
| 81 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9660707> ; | ||
| 82 | +. | ||
| 83 | +:InternalMovingEvent_1 | ||
| 84 | + rdf:type :InternalMovingEvent ; | ||
| 85 | + rdfs:label "Internal moving event 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +:LoadingEvent | ||
| 88 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 89 | + rdf:type owl:Class ; | ||
| 90 | + rdfs:label "Loading event"^^xsd:string ; | ||
| 91 | + rdfs:subClassOf :CBVevent ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9647792> ; | ||
| 93 | +. | ||
| 94 | +:LoadingEvent_1 | ||
| 95 | + rdf:type :LoadingEvent ; | ||
| 96 | + rdfs:label "Loading event 1"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PackingEvent | ||
| 99 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 100 | + rdf:type owl:Class ; | ||
| 101 | + rdfs:label "Packing event"^^xsd:string ; | ||
| 102 | + rdfs:subClassOf :CBVevent ; | ||
| 103 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS397677521> ; | ||
| 104 | +. | ||
| 105 | +:PackingEvent_1 | ||
| 106 | + rdf:type :PackingEvent ; | ||
| 107 | + rdfs:label "Packing event 1"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +:UnloadingEvent | ||
| 110 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | ||
| 111 | + rdf:type owl:Class ; | ||
| 112 | + rdfs:label "Unloading event"^^xsd:string ; | ||
| 113 | + rdfs:subClassOf :CBVevent ; | ||
| 114 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9651752> ; | ||
| 115 | +. | ||
| 116 | +:UnloadingEvent_1 | ||
| 117 | + rdf:type :UnloadingEvent ; | ||
| 118 | + rdfs:label "Unloading event 1"^^xsd:string ; | ||
| 119 | +. |
StandardData/NPD.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/npd/ | ||
| 2 | + | ||
| 3 | +@prefix : <http://data.posccaesar.org/npd/> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +: rdf:type owl:Ontology ; | ||
| 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 11 | + | ||
| 12 | +:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 13 | + rdfs:label "Business area agreement"^^xsd:string ; | ||
| 14 | + rdfs:subClassOf :NPDelement . | ||
| 15 | + | ||
| 16 | +:BAA_1 | ||
| 17 | + rdf:type :BAA ; | ||
| 18 | + rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 19 | + | ||
| 20 | +:Ekofisk | ||
| 21 | + rdf:type :Field ; | ||
| 22 | + rdfs:label "Ekofisk"^^xsd:string . | ||
| 23 | + | ||
| 24 | +:EldfiskC | ||
| 25 | + rdf:type :SubsurfaceFacility ; | ||
| 26 | + rdfs:label "Eldfisk C"^^xsd:string . | ||
| 27 | + | ||
| 28 | +:Facility | ||
| 29 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 30 | + rdfs:label "Facility"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf :NPDelement . | ||
| 32 | + | ||
| 33 | +:Field | ||
| 34 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 35 | + rdfs:label "Field"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf :NPDelement . | ||
| 37 | + | ||
| 38 | +:Goliat | ||
| 39 | + rdf:type :Field ; | ||
| 40 | + rdfs:label "Goliat"^^xsd:string . | ||
| 41 | + | ||
| 42 | +:GoliatFPSO | ||
| 43 | + rdf:type :Facility ; | ||
| 44 | + rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 45 | + | ||
| 46 | +:JohanSverdrup | ||
| 47 | + rdf:type :Field ; | ||
| 48 | + rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 49 | + | ||
| 50 | +:License_1 | ||
| 51 | + rdf:type :ProductionLicense ; | ||
| 52 | + rdfs:label "License 1"^^xsd:string . | ||
| 53 | + | ||
| 54 | +:NPDelement | ||
| 55 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 56 | + rdfs:label "Petroleum register element"^^xsd:string ; | ||
| 57 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 58 | + | ||
| 59 | +:PipelineFacility | ||
| 60 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 61 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 62 | + | ||
| 63 | +:ProductionLicense | ||
| 64 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 65 | + rdfs:label "License"^^xsd:string ; | ||
| 66 | + rdfs:subClassOf :NPDelement . | ||
| 67 | + | ||
| 68 | +:StafjordA | ||
| 69 | + rdf:type :SurfaceFacility ; | ||
| 70 | + rdfs:label "Statfjord A"^^xsd:string . | ||
| 71 | + | ||
| 72 | +:StatPipe | ||
| 73 | + rdf:type :PipelineFacility . | ||
| 74 | + | ||
| 75 | +:Statfjord | ||
| 76 | + rdf:type :Field ; | ||
| 77 | + rdfs:label "Statfjord"^^xsd:string . | ||
| 78 | + | ||
| 79 | +:StatfjordB | ||
| 80 | + rdf:type :SurfaceFacility ; | ||
| 81 | + rdfs:label "Statfjord B"^^xsd:string . | ||
| 82 | + | ||
| 83 | +:StatfjordSatelliteA | ||
| 84 | + rdf:type :SubsurfaceFacility . | ||
| 85 | + | ||
| 86 | +:SubsurfaceFacility | ||
| 87 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 88 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 89 | + | ||
| 90 | +:SurfaceFacility | ||
| 91 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 92 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 93 | + | ||
| 94 | +:WellBore | ||
| 95 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 96 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 97 | + | ||
| 98 | +:WellBore_1 | ||
| 99 | + rdf:type :WellBore . |
StandardData/POB.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/pob/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/pob/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:NiloErdal | ||
| 14 | + rdf:type :Person ; | ||
| 15 | + rdfs:label "Nilo Erdal"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:Person | ||
| 18 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "Person"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/ResponsiblePerson> ; | ||
| 22 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943628961> ; | ||
| 23 | + rdfs:subClassOf owl:Thing ; | ||
| 24 | +. | ||
| 25 | +:RolfHansen | ||
| 26 | + rdf:type :Person ; | ||
| 27 | + rdfs:label "Rolf Hansen"^^xsd:string ; | ||
| 28 | +. |
StandardData/SCCS.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/sccs/ | ||
| 2 | + | ||
| 3 | +# c14n-version: 3 | ||
| 4 | +@prefix : <http://data.posccaesar.org/sccs/> . | ||
| 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 8 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 9 | +: | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 12 | +. | ||
| 13 | +:COR_A_General_Costs | ||
| 14 | + rdf:type :SCCScode ; | ||
| 15 | + rdfs:label "COR A"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +:COR_B_Bulk_Materials | ||
| 18 | + rdf:type :CORcode ; | ||
| 19 | + rdfs:label "COR B"^^xsd:string ; | ||
| 20 | +. | ||
| 21 | +:COR_C_Construction_Overheads | ||
| 22 | + rdf:type :CORcode ; | ||
| 23 | + rdfs:label "COR C"^^xsd:string ; | ||
| 24 | +. | ||
| 25 | +:COR_E_Equipment | ||
| 26 | + rdf:type :CORcode ; | ||
| 27 | + rdfs:label "COR E"^^xsd:string ; | ||
| 28 | +. | ||
| 29 | +:COR_H_Owners_Personnel | ||
| 30 | + rdf:type :CORcode ; | ||
| 31 | + rdfs:label "COR H"^^xsd:string ; | ||
| 32 | +. | ||
| 33 | +:COR_K_Engineering_Manpower | ||
| 34 | + rdf:type :CORcode ; | ||
| 35 | + rdfs:label "COR K"^^xsd:string ; | ||
| 36 | +. | ||
| 37 | +:COR_L_Direct_Labor | ||
| 38 | + rdf:type :CORcode ; | ||
| 39 | + rdfs:label "COR L"^^xsd:string ; | ||
| 40 | +. | ||
| 41 | +:COR_M_Indirect_Labor | ||
| 42 | + rdf:type :CORcode ; | ||
| 43 | + rdfs:label "COR M"^^xsd:string ; | ||
| 44 | +. | ||
| 45 | +:COR_Q_Owners_Personnel_Overheads | ||
| 46 | + rdf:type :CORcode ; | ||
| 47 | + rdfs:label "COR Q"^^xsd:string ; | ||
| 48 | +. | ||
| 49 | +:COR_R_Engineering_Overheads | ||
| 50 | + rdf:type :CORcode ; | ||
| 51 | + rdfs:label "COR R"^^xsd:string ; | ||
| 52 | +. | ||
| 53 | +:COR_S_Unit_Work | ||
| 54 | + rdf:type :CORcode ; | ||
| 55 | + rdfs:label "COR S"^^xsd:string ; | ||
| 56 | +. | ||
| 57 | +:COR_X_Marine_Operations_and_Logistics | ||
| 58 | + rdf:type :CORcode ; | ||
| 59 | + rdfs:label "COR X"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +:COR_Y_Landbased_Plant_and_Equipment | ||
| 62 | + rdf:type :CORcode ; | ||
| 63 | + rdfs:label "COR Y"^^xsd:string ; | ||
| 64 | +. | ||
| 65 | +:CORcode | ||
| 66 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 67 | + rdf:type owl:Class ; | ||
| 68 | + rdfs:label "COR code"^^xsd:string ; | ||
| 69 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Discipline> ; | ||
| 70 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Resource> ; | ||
| 71 | + rdfs:subClassOf :SCCScode ; | ||
| 72 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 73 | +. | ||
| 74 | +:PBS_AAAA_Derrick | ||
| 75 | + rdf:type :PBScode ; | ||
| 76 | + rdfs:label "Derrick"^^xsd:string ; | ||
| 77 | +. | ||
| 78 | +:PBS_AAA_Drilling_Area | ||
| 79 | + rdf:type :PBScode ; | ||
| 80 | + rdfs:label "Drilling Area"^^xsd:string ; | ||
| 81 | +. | ||
| 82 | +:PBS_AA_Topsides | ||
| 83 | + rdf:type :PBScode ; | ||
| 84 | + rdfs:label "Topsides"^^xsd:string ; | ||
| 85 | +. | ||
| 86 | +:PBS_AB_Substructures | ||
| 87 | + rdf:type :PBScode ; | ||
| 88 | + rdfs:label "Substructures"^^xsd:string ; | ||
| 89 | +. | ||
| 90 | +:PBS_AC_Wells | ||
| 91 | + rdf:type :PBScode ; | ||
| 92 | + rdfs:label "Wells"^^xsd:string ; | ||
| 93 | +. | ||
| 94 | +:PBS_AD_Subsea_Production_Systems | ||
| 95 | + rdf:type :PBScode ; | ||
| 96 | + rdfs:label "Subsea Production Systems"^^xsd:string ; | ||
| 97 | +. | ||
| 98 | +:PBS_AE_Transport_Systems | ||
| 99 | + rdf:type :PBScode ; | ||
| 100 | + rdfs:label "Transport Systems"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +:PBS_AW_Windmills | ||
| 103 | + rdf:type :PBScode ; | ||
| 104 | + rdfs:label "Windmills"^^xsd:string ; | ||
| 105 | +. | ||
| 106 | +:PBS_A_Offshore_Field_Installlations | ||
| 107 | + rdf:type :PBScode ; | ||
| 108 | + rdfs:label "Offshore Field Installlations"^^xsd:string ; | ||
| 109 | +. | ||
| 110 | +:PBS_B_LandbasedInstallations | ||
| 111 | + rdf:type :PBScode ; | ||
| 112 | + rdfs:label "Landbased Installations"^^xsd:string ; | ||
| 113 | +. | ||
| 114 | +:PBScode | ||
| 115 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 116 | + rdf:type owl:Class ; | ||
| 117 | + rdfs:label "PBS code"^^xsd:string ; | ||
| 118 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/PlanContentType> ; | ||
| 119 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Result> ; | ||
| 120 | + rdfs:subClassOf :SCCScode ; | ||
| 121 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2065619071> ; | ||
| 122 | +. | ||
| 123 | +:SAB_1_Management | ||
| 124 | + rdf:type :SABcode ; | ||
| 125 | + :hasCodeName "Management"^^xsd:string ; | ||
| 126 | + rdfs:label "SAB 1"^^xsd:string ; | ||
| 127 | +. | ||
| 128 | +:SAB_2_Engineering_and_Procurement | ||
| 129 | + rdf:type :SABcode ; | ||
| 130 | + rdfs:label "SAB 2"^^xsd:string ; | ||
| 131 | +. | ||
| 132 | +:SAB_3_Material_deliveries | ||
| 133 | + rdf:type :SABcode ; | ||
| 134 | + rdfs:label "SAB 3"^^xsd:string ; | ||
| 135 | +. | ||
| 136 | +:SAB_4_Construction | ||
| 137 | + rdf:type :SABcode ; | ||
| 138 | + rdfs:label "SAB 4"^^xsd:string ; | ||
| 139 | +. | ||
| 140 | +:SAB_5_Operations | ||
| 141 | + rdf:type :SABcode ; | ||
| 142 | + rdfs:label "SAB 5"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +:SABcode | ||
| 145 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 146 | + rdf:type owl:Class ; | ||
| 147 | + rdfs:label "SAB code"^^xsd:string ; | ||
| 148 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Phase> ; | ||
| 149 | + rdfs:subClassOf :SCCScode ; | ||
| 150 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 151 | +. | ||
| 152 | +:SCCScode | ||
| 153 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | ||
| 154 | + rdf:type owl:Class ; | ||
| 155 | + rdfs:label "SCCS code"^^xsd:string ; | ||
| 156 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS2070536561> ; | ||
| 157 | + rdfs:subClassOf owl:Thing ; | ||
| 158 | +. |
ToolMapping/.svn/all-wcprops
0 → 100644
ToolMapping/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/ToolMapping | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-03-24T19:19:42.579394Z | ||
| 11 | +11 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +safranbrreg.ttl | ||
| 30 | +file | ||
| 31 | + | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-04-11T13:12:48.290000Z | ||
| 36 | +ad0e69db579f601ab75316e26af0151c | ||
| 37 | +2014-03-24T19:19:42.579394Z | ||
| 38 | +11 | ||
| 39 | +hmottestad | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +5561 | ||
| 62 | + |
| 1 | +# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://posccaesar.org/ilap/ns/> . | ||
| 6 | +@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +brreg:LegalEntities | ||
| 12 | + rdfs:subClassOf [ | ||
| 13 | + rdf:type owl:Restriction ; | ||
| 14 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 15 | + owl:onClass :ToolMapping ; | ||
| 16 | + owl:onProperty :hasMapping ; | ||
| 17 | + ] ; | ||
| 18 | +. | ||
| 19 | +<http://posccaesar.org/ilap/brregmapping/> | ||
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports brreg: ; | ||
| 22 | +. | ||
| 23 | +: | ||
| 24 | + rdf:type owl:Ontology ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | + | ||
| 28 | +:ABB | ||
| 29 | + rdf:type brreg:LegalEntities ; | ||
| 30 | + :hasMapping [ | ||
| 31 | + rdf:type :SafranMapping ; | ||
| 32 | + :hasCode "13"^^xsd:string ; | ||
| 33 | + :hasDescription "ABB"^^xsd:string ; | ||
| 34 | + :hasShort "ABB"^^xsd:string ; | ||
| 35 | + :usedInPlan :plan1 ; | ||
| 36 | + :usedByCompany :Statoil; | ||
| 37 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 38 | + ] ; | ||
| 39 | + rdfs:label "ABB"^^xsd:string ; | ||
| 40 | + owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
| 41 | +. | ||
| 42 | +:Aibel | ||
| 43 | + rdf:type brreg:LegalEntities ; | ||
| 44 | + :hasMapping [ | ||
| 45 | + rdf:type :SafranMapping ; | ||
| 46 | + :hasCode "3"^^xsd:string ; | ||
| 47 | + :hasDescription "Aibel"^^xsd:string ; | ||
| 48 | + :hasShort "Aibel"^^xsd:string ; | ||
| 49 | + :usedInPlan :plan1 ; | ||
| 50 | + :usedByCompany :Statoil; | ||
| 51 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 52 | + ] ; | ||
| 53 | + rdfs:label "Aibel"^^xsd:string ; | ||
| 54 | + owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
| 55 | +. | ||
| 56 | +:Aker | ||
| 57 | + rdf:type brreg:LegalEntities ; | ||
| 58 | + :hasMapping [ | ||
| 59 | + rdf:type :SafranMapping ; | ||
| 60 | + :hasCode "2"^^xsd:string ; | ||
| 61 | + :hasDescription "Aker Solutions"^^xsd:string ; | ||
| 62 | + :hasShort "Aker"^^xsd:string ; | ||
| 63 | + :usedInPlan :plan1 ; | ||
| 64 | + :usedByCompany :Statoil; | ||
| 65 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + rdfs:label "Aker Solutions"^^xsd:string ; | ||
| 68 | + owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
| 69 | +. | ||
| 70 | +:Apply | ||
| 71 | + rdf:type brreg:LegalEntities ; | ||
| 72 | + :hasMapping [ | ||
| 73 | + rdf:type :SafranMapping ; | ||
| 74 | + :hasCode "1"^^xsd:string ; | ||
| 75 | + :hasDescription "Apply Sørco"^^xsd:string ; | ||
| 76 | + :hasShort "Apply"^^xsd:string ; | ||
| 77 | + :usedInPlan :plan1 ; | ||
| 78 | + :usedByCompany :Statoil; | ||
| 79 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + rdfs:label "Apply Sørco"^^xsd:string ; | ||
| 82 | + owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
| 83 | +. | ||
| 84 | +:Archer | ||
| 85 | + rdf:type brreg:LegalEntities ; | ||
| 86 | + :hasMapping [ | ||
| 87 | + rdf:type :SafranMapping ; | ||
| 88 | + :hasCode "12"^^xsd:string ; | ||
| 89 | + :hasDescription "Archer"^^xsd:string ; | ||
| 90 | + :hasShort "Archer"^^xsd:string ; | ||
| 91 | + :usedInPlan :plan1 ; | ||
| 92 | + :usedByCompany :Statoil; | ||
| 93 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 94 | + ] ; | ||
| 95 | + rdfs:label "Archer"^^xsd:string ; | ||
| 96 | + owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
| 97 | +. | ||
| 98 | +:Fabricom | ||
| 99 | + rdf:type brreg:LegalEntities ; | ||
| 100 | + :hasMapping [ | ||
| 101 | + rdf:type :SafranMapping ; | ||
| 102 | + :hasCode "5"^^xsd:string ; | ||
| 103 | + :hasDescription "Fabricom"^^xsd:string ; | ||
| 104 | + :hasShort "Fabricom"^^xsd:string ; | ||
| 105 | + :usedInPlan :plan1 ; | ||
| 106 | + :usedByCompany :Statoil; | ||
| 107 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 108 | + ] ; | ||
| 109 | + rdfs:label "Fabricom"^^xsd:string ; | ||
| 110 | + owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
| 111 | +. | ||
| 112 | +:KCAD | ||
| 113 | + rdf:type brreg:LegalEntities ; | ||
| 114 | + :hasMapping [ | ||
| 115 | + rdf:type :SafranMapping ; | ||
| 116 | + :hasCode "11"^^xsd:string ; | ||
| 117 | + :hasDescription "KCA Deutag"^^xsd:string ; | ||
| 118 | + :hasShort "KCAD"^^xsd:string ; | ||
| 119 | + :usedInPlan :plan1 ; | ||
| 120 | + :usedByCompany :Statoil; | ||
| 121 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 122 | + ] ; | ||
| 123 | + rdfs:label "KCA Deutag"^^xsd:string ; | ||
| 124 | + owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
| 125 | +. | ||
| 126 | +:Odfjell | ||
| 127 | + rdf:type brreg:LegalEntities ; | ||
| 128 | + :hasMapping [ | ||
| 129 | + rdf:type :SafranMapping ; | ||
| 130 | + :hasCode "10"^^xsd:string ; | ||
| 131 | + :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
| 132 | + :hasShort "Odfjell"^^xsd:string ; | ||
| 133 | + :usedInPlan :plan1 ; | ||
| 134 | + :usedByCompany :Statoil; | ||
| 135 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 136 | + ] ; | ||
| 137 | + rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
| 138 | + owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
| 139 | +. | ||
| 140 | +:Reinertsen | ||
| 141 | + rdf:type brreg:LegalEntities ; | ||
| 142 | + :hasMapping [ | ||
| 143 | + rdf:type :SafranMapping ; | ||
| 144 | + :hasCode "7"^^xsd:string ; | ||
| 145 | + :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
| 146 | + :hasShort "Reinertsen AS"^^xsd:string ; | ||
| 147 | + :usedInPlan :plan1 ; | ||
| 148 | + :usedByCompany :Statoil; | ||
| 149 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 150 | + ] ; | ||
| 151 | + rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
| 152 | + owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
| 153 | +. | ||
| 154 | + | ||
| 155 | +:SafranMapping | ||
| 156 | + rdf:type owl:Class ; | ||
| 157 | + rdfs:label "Safran mapping"^^xsd:string ; | ||
| 158 | + rdfs:subClassOf :ToolMapping ; | ||
| 159 | +. | ||
| 160 | +:Statoil | ||
| 161 | + rdf:type brreg:LegalEntities ; | ||
| 162 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 163 | + owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
| 164 | +. | ||
| 165 | +:ToolMapping | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "Tool mapping"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf owl:Thing ; | ||
| 169 | +. | ||
| 170 | +:hasCode | ||
| 171 | + rdf:type owl:DatatypeProperty ; | ||
| 172 | + rdfs:domain :ToolMapping ; | ||
| 173 | + rdfs:label "has code"^^xsd:string ; | ||
| 174 | +. | ||
| 175 | +:hasDescription | ||
| 176 | + rdf:type owl:DatatypeProperty ; | ||
| 177 | + rdfs:domain :ToolMapping ; | ||
| 178 | + rdfs:label "has description"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +:hasMapping | ||
| 181 | + rdf:type owl:ObjectProperty ; | ||
| 182 | + rdfs:label "has mapping"^^xsd:string ; | ||
| 183 | +. | ||
| 184 | +:hasShort | ||
| 185 | + rdf:type owl:DatatypeProperty ; | ||
| 186 | + rdfs:domain :ToolMapping ; | ||
| 187 | + rdfs:label "has short"^^xsd:string ; | ||
| 188 | +. | ||
| 189 | +:usedInPlan | ||
| 190 | + rdf:type owl:ObjectProperty ; | ||
| 191 | + rdfs:domain :ToolMapping ; | ||
| 192 | + rdfs:label "used in plan"^^xsd:string ; | ||
| 193 | +. |
ToolMapping/safranbrreg.ttl
0 → 100644
| 1 | +# baseURI: http://posccaesar.org/ilap/brregmapping/ | ||
| 2 | +# imports: http://data.posccaesar.org/brreg/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://posccaesar.org/ilap/ns/> . | ||
| 6 | +@prefix brreg: <http://data.posccaesar.org/brreg/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +brreg:LegalEntities | ||
| 12 | + rdfs:subClassOf [ | ||
| 13 | + rdf:type owl:Restriction ; | ||
| 14 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
| 15 | + owl:onClass :ToolMapping ; | ||
| 16 | + owl:onProperty :hasMapping ; | ||
| 17 | + ] ; | ||
| 18 | +. | ||
| 19 | +<http://posccaesar.org/ilap/brregmapping/> | ||
| 20 | + rdf:type owl:Ontology ; | ||
| 21 | + owl:imports brreg: ; | ||
| 22 | +. | ||
| 23 | +: | ||
| 24 | + rdf:type owl:Ontology ; | ||
| 25 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | + | ||
| 28 | +:ABB | ||
| 29 | + rdf:type brreg:LegalEntities ; | ||
| 30 | + :hasMapping [ | ||
| 31 | + rdf:type :SafranMapping ; | ||
| 32 | + :hasCode "13"^^xsd:string ; | ||
| 33 | + :hasDescription "ABB"^^xsd:string ; | ||
| 34 | + :hasShort "ABB"^^xsd:string ; | ||
| 35 | + :usedInPlan :plan1 ; | ||
| 36 | + :usedByCompany :Statoil; | ||
| 37 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 38 | + ] ; | ||
| 39 | + rdfs:label "ABB"^^xsd:string ; | ||
| 40 | + owl:sameAs <https://ws.brreg.no/lod/data/982085160> ; | ||
| 41 | +. | ||
| 42 | +:Aibel | ||
| 43 | + rdf:type brreg:LegalEntities ; | ||
| 44 | + :hasMapping [ | ||
| 45 | + rdf:type :SafranMapping ; | ||
| 46 | + :hasCode "3"^^xsd:string ; | ||
| 47 | + :hasDescription "Aibel"^^xsd:string ; | ||
| 48 | + :hasShort "Aibel"^^xsd:string ; | ||
| 49 | + :usedInPlan :plan1 ; | ||
| 50 | + :usedByCompany :Statoil; | ||
| 51 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 52 | + ] ; | ||
| 53 | + rdfs:label "Aibel"^^xsd:string ; | ||
| 54 | + owl:sameAs <https://ws.brreg.no/lod/data/984735227> ; | ||
| 55 | +. | ||
| 56 | +:Aker | ||
| 57 | + rdf:type brreg:LegalEntities ; | ||
| 58 | + :hasMapping [ | ||
| 59 | + rdf:type :SafranMapping ; | ||
| 60 | + :hasCode "2"^^xsd:string ; | ||
| 61 | + :hasDescription "Aker Solutions"^^xsd:string ; | ||
| 62 | + :hasShort "Aker"^^xsd:string ; | ||
| 63 | + :usedInPlan :plan1 ; | ||
| 64 | + :usedByCompany :Statoil; | ||
| 65 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + rdfs:label "Aker Solutions"^^xsd:string ; | ||
| 68 | + owl:sameAs <https://ws.brreg.no/lod/data/986529551> ; | ||
| 69 | +. | ||
| 70 | +:Apply | ||
| 71 | + rdf:type brreg:LegalEntities ; | ||
| 72 | + :hasMapping [ | ||
| 73 | + rdf:type :SafranMapping ; | ||
| 74 | + :hasCode "1"^^xsd:string ; | ||
| 75 | + :hasDescription "Apply Sørco"^^xsd:string ; | ||
| 76 | + :hasShort "Apply"^^xsd:string ; | ||
| 77 | + :usedInPlan :plan1 ; | ||
| 78 | + :usedByCompany :Statoil; | ||
| 79 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + rdfs:label "Apply Sørco"^^xsd:string ; | ||
| 82 | + owl:sameAs <http://ws.brreg.no/lod/data/930694533> ; | ||
| 83 | +. | ||
| 84 | +:Archer | ||
| 85 | + rdf:type brreg:LegalEntities ; | ||
| 86 | + :hasMapping [ | ||
| 87 | + rdf:type :SafranMapping ; | ||
| 88 | + :hasCode "12"^^xsd:string ; | ||
| 89 | + :hasDescription "Archer"^^xsd:string ; | ||
| 90 | + :hasShort "Archer"^^xsd:string ; | ||
| 91 | + :usedInPlan :plan1 ; | ||
| 92 | + :usedByCompany :Statoil; | ||
| 93 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 94 | + ] ; | ||
| 95 | + rdfs:label "Archer"^^xsd:string ; | ||
| 96 | + owl:sameAs <https://ws.brreg.no/lod/data/934361156> ; | ||
| 97 | +. | ||
| 98 | +:Fabricom | ||
| 99 | + rdf:type brreg:LegalEntities ; | ||
| 100 | + :hasMapping [ | ||
| 101 | + rdf:type :SafranMapping ; | ||
| 102 | + :hasCode "5"^^xsd:string ; | ||
| 103 | + :hasDescription "Fabricom"^^xsd:string ; | ||
| 104 | + :hasShort "Fabricom"^^xsd:string ; | ||
| 105 | + :usedInPlan :plan1 ; | ||
| 106 | + :usedByCompany :Statoil; | ||
| 107 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 108 | + ] ; | ||
| 109 | + rdfs:label "Fabricom"^^xsd:string ; | ||
| 110 | + owl:sameAs <https://ws.brreg.no/lod/data/955782186> ; | ||
| 111 | +. | ||
| 112 | +:KCAD | ||
| 113 | + rdf:type brreg:LegalEntities ; | ||
| 114 | + :hasMapping [ | ||
| 115 | + rdf:type :SafranMapping ; | ||
| 116 | + :hasCode "11"^^xsd:string ; | ||
| 117 | + :hasDescription "KCA Deutag"^^xsd:string ; | ||
| 118 | + :hasShort "KCAD"^^xsd:string ; | ||
| 119 | + :usedInPlan :plan1 ; | ||
| 120 | + :usedByCompany :Statoil; | ||
| 121 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 122 | + ] ; | ||
| 123 | + rdfs:label "KCA Deutag"^^xsd:string ; | ||
| 124 | + owl:sameAs <https://ws.brreg.no/lod/data/918357688> ; | ||
| 125 | +. | ||
| 126 | +:Odfjell | ||
| 127 | + rdf:type brreg:LegalEntities ; | ||
| 128 | + :hasMapping [ | ||
| 129 | + rdf:type :SafranMapping ; | ||
| 130 | + :hasCode "10"^^xsd:string ; | ||
| 131 | + :hasDescription "Odfjell Drilling"^^xsd:string ; | ||
| 132 | + :hasShort "Odfjell"^^xsd:string ; | ||
| 133 | + :usedInPlan :plan1 ; | ||
| 134 | + :usedByCompany :Statoil; | ||
| 135 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 136 | + ] ; | ||
| 137 | + rdfs:label "Odfjell Drilling"^^xsd:string ; | ||
| 138 | + owl:sameAs <https://ws.brreg.no/lod/data/984669151> ; | ||
| 139 | +. | ||
| 140 | +:Reinertsen | ||
| 141 | + rdf:type brreg:LegalEntities ; | ||
| 142 | + :hasMapping [ | ||
| 143 | + rdf:type :SafranMapping ; | ||
| 144 | + :hasCode "7"^^xsd:string ; | ||
| 145 | + :hasDescription "Reinsertsen AS"^^xsd:string ; | ||
| 146 | + :hasShort "Reinertsen AS"^^xsd:string ; | ||
| 147 | + :usedInPlan :plan1 ; | ||
| 148 | + :usedByCompany :Statoil; | ||
| 149 | + :hasR-FieldName "S-Contractor"^^xsd:string | ||
| 150 | + ] ; | ||
| 151 | + rdfs:label "Reinsertsen AS"^^xsd:string ; | ||
| 152 | + owl:sameAs <https://ws.brreg.no/lod/data/976810015> ; | ||
| 153 | +. | ||
| 154 | + | ||
| 155 | +:SafranMapping | ||
| 156 | + rdf:type owl:Class ; | ||
| 157 | + rdfs:label "Safran mapping"^^xsd:string ; | ||
| 158 | + rdfs:subClassOf :ToolMapping ; | ||
| 159 | +. | ||
| 160 | +:Statoil | ||
| 161 | + rdf:type brreg:LegalEntities ; | ||
| 162 | + rdfs:label "Statoil"^^xsd:string ; | ||
| 163 | + owl:sameAs <https://ws.brreg.no/lod/data/923609016> ; | ||
| 164 | +. | ||
| 165 | +:ToolMapping | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "Tool mapping"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf owl:Thing ; | ||
| 169 | +. | ||
| 170 | +:hasCode | ||
| 171 | + rdf:type owl:DatatypeProperty ; | ||
| 172 | + rdfs:domain :ToolMapping ; | ||
| 173 | + rdfs:label "has code"^^xsd:string ; | ||
| 174 | +. | ||
| 175 | +:hasDescription | ||
| 176 | + rdf:type owl:DatatypeProperty ; | ||
| 177 | + rdfs:domain :ToolMapping ; | ||
| 178 | + rdfs:label "has description"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +:hasMapping | ||
| 181 | + rdf:type owl:ObjectProperty ; | ||
| 182 | + rdfs:label "has mapping"^^xsd:string ; | ||
| 183 | +. | ||
| 184 | +:hasShort | ||
| 185 | + rdf:type owl:DatatypeProperty ; | ||
| 186 | + rdfs:domain :ToolMapping ; | ||
| 187 | + rdfs:label "has short"^^xsd:string ; | ||
| 188 | +. | ||
| 189 | +:usedInPlan | ||
| 190 | + rdf:type owl:ObjectProperty ; | ||
| 191 | + rdfs:domain :ToolMapping ; | ||
| 192 | + rdfs:label "used in plan"^^xsd:string ; | ||
| 193 | +. |
UseCaseData/.svn/all-wcprops
0 → 100644
| 1 | +K 25 | ||
| 2 | +svn:wc:ra_dav:version-url | ||
| 3 | +V 41 | ||
| 4 | +/svn/ilap/!svn/ver/29/OWL_1_5/UseCaseData | ||
| 5 | +END | ||
| 6 | +UC1.ttl | ||
| 7 | +K 25 | ||
| 8 | +svn:wc:ra_dav:version-url | ||
| 9 | +V 49 | ||
| 10 | +/svn/ilap/!svn/ver/33/OWL_1_5/UseCaseData/UC1.ttl | ||
| 11 | +END | ||
| 12 | +UC2.ttl | ||
| 13 | +K 25 | ||
| 14 | +svn:wc:ra_dav:version-url | ||
| 15 | +V 49 | ||
| 16 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC2.ttl | ||
| 17 | +END | ||
| 18 | +UC3.ttl | ||
| 19 | +K 25 | ||
| 20 | +svn:wc:ra_dav:version-url | ||
| 21 | +V 49 | ||
| 22 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC3.ttl | ||
| 23 | +END | ||
| 24 | +UC4.ttl | ||
| 25 | +K 25 | ||
| 26 | +svn:wc:ra_dav:version-url | ||
| 27 | +V 49 | ||
| 28 | +/svn/ilap/!svn/ver/35/OWL_1_5/UseCaseData/UC4.ttl | ||
| 29 | +END |
UseCaseData/.svn/entries
0 → 100644
| 1 | +10 | ||
| 2 | + | ||
| 3 | +dir | ||
| 4 | +29 | ||
| 5 | +https://jord-dev.org/svn/ilap/OWL_1_5/UseCaseData | ||
| 6 | +https://jord-dev.org/svn/ilap | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | +2014-04-11T13:08:56.690329Z | ||
| 11 | +29 | ||
| 12 | +hmottestad | ||
| 13 | + | ||
| 14 | + | ||
| 15 | +svn:special svn:externals svn:needs-lock | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | +32c34ce5-302f-44b3-a65a-1ca98c1fea32 | ||
| 28 | + | ||
| 29 | +UC1.ttl | ||
| 30 | +file | ||
| 31 | +33 | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
| 35 | +2014-05-11T16:32:08.594000Z | ||
| 36 | +a5592fd0d8c2d96e2bd8ef46f6ea7161 | ||
| 37 | +2014-05-11T16:35:11.566577Z | ||
| 38 | +33 | ||
| 39 | +tchr | ||
| 40 | + | ||
| 41 | + | ||
| 42 | + | ||
| 43 | + | ||
| 44 | + | ||
| 45 | + | ||
| 46 | + | ||
| 47 | + | ||
| 48 | + | ||
| 49 | + | ||
| 50 | + | ||
| 51 | + | ||
| 52 | + | ||
| 53 | + | ||
| 54 | + | ||
| 55 | + | ||
| 56 | + | ||
| 57 | + | ||
| 58 | + | ||
| 59 | + | ||
| 60 | + | ||
| 61 | +5671 | ||
| 62 | + | ||
| 63 | +UC2.ttl | ||
| 64 | +file | ||
| 65 | +35 | ||
| 66 | + | ||
| 67 | + | ||
| 68 | + | ||
| 69 | +2014-05-18T19:28:57.996000Z | ||
| 70 | +26e9d24fa0efc0414d5c78978ca1b41c | ||
| 71 | +2014-05-22T10:23:08.759623Z | ||
| 72 | +35 | ||
| 73 | +tchr | ||
| 74 | + | ||
| 75 | + | ||
| 76 | + | ||
| 77 | + | ||
| 78 | + | ||
| 79 | + | ||
| 80 | + | ||
| 81 | + | ||
| 82 | + | ||
| 83 | + | ||
| 84 | + | ||
| 85 | + | ||
| 86 | + | ||
| 87 | + | ||
| 88 | + | ||
| 89 | + | ||
| 90 | + | ||
| 91 | + | ||
| 92 | + | ||
| 93 | + | ||
| 94 | + | ||
| 95 | +11899 | ||
| 96 | + | ||
| 97 | +UC3.ttl | ||
| 98 | +file | ||
| 99 | +35 | ||
| 100 | + | ||
| 101 | + | ||
| 102 | + | ||
| 103 | +2014-05-18T19:28:57.801000Z | ||
| 104 | +46b74a854c2c8b30ef1b88c85e0232d4 | ||
| 105 | +2014-05-22T10:23:08.759623Z | ||
| 106 | +35 | ||
| 107 | +tchr | ||
| 108 | + | ||
| 109 | + | ||
| 110 | + | ||
| 111 | + | ||
| 112 | + | ||
| 113 | + | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + | ||
| 120 | + | ||
| 121 | + | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + | ||
| 125 | + | ||
| 126 | + | ||
| 127 | + | ||
| 128 | + | ||
| 129 | +8027 | ||
| 130 | + | ||
| 131 | +UC4.ttl | ||
| 132 | +file | ||
| 133 | +35 | ||
| 134 | + | ||
| 135 | + | ||
| 136 | + | ||
| 137 | +2014-05-18T19:28:57.744000Z | ||
| 138 | +8efa6f480e8f5f9818a8969a480652c6 | ||
| 139 | +2014-05-22T10:23:08.759623Z | ||
| 140 | +35 | ||
| 141 | +tchr | ||
| 142 | + | ||
| 143 | + | ||
| 144 | + | ||
| 145 | + | ||
| 146 | + | ||
| 147 | + | ||
| 148 | + | ||
| 149 | + | ||
| 150 | + | ||
| 151 | + | ||
| 152 | + | ||
| 153 | + | ||
| 154 | + | ||
| 155 | + | ||
| 156 | + | ||
| 157 | + | ||
| 158 | + | ||
| 159 | + | ||
| 160 | + | ||
| 161 | + | ||
| 162 | + | ||
| 163 | +1036 | ||
| 164 | + |
UseCaseData/.svn/text-base/UC1.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC1/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC1: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC1:ActivityInPlan_1 | ||
| 17 | + rdf:type ILAP:PlannedActivity ; | ||
| 18 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 19 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 20 | + ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ; | ||
| 21 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 22 | +. | ||
| 23 | +UC1:ActivityInPlan_2 | ||
| 24 | + rdf:type ILAP:PlannedActivity ; | ||
| 25 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 26 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC1:ActivityInSchedule_1 | ||
| 29 | + rdf:type ILAP:ScheduledActivity ; | ||
| 30 | + ILAP:hasActivityActualWeight "100750"^^xsd:float ; | ||
| 31 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 32 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 33 | + ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ; | ||
| 34 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC1:ActivityInSchedule_2 | ||
| 37 | + rdf:type ILAP:ScheduledActivity ; | ||
| 38 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 39 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 40 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +UC1:ActivityInSchedule_3 | ||
| 43 | + rdf:type ILAP:ScheduledActivity ; | ||
| 44 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 45 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 46 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +UC1:ActivityInSchedule_4 | ||
| 49 | + rdf:type ILAP:ScheduledActivity ; | ||
| 50 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 51 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 52 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 53 | +. | ||
| 54 | +UC1:ActualSchedule_1 | ||
| 55 | + rdf:type ILAP:ActualSchedule ; | ||
| 56 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 57 | + ILAP:hasScheduleBaseline UC1:Baseline_1 ; | ||
| 58 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 59 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +UC1:Baseline_1 | ||
| 62 | + rdf:type ILAP:Baseline ; | ||
| 63 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 64 | + rdfs:label "Baseline 1"^^xsd:string ; | ||
| 65 | +. | ||
| 66 | +UC1:Baseline_2 | ||
| 67 | + rdf:type ILAP:Baseline ; | ||
| 68 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 69 | + rdfs:label "Baseline 2"^^xsd:string ; | ||
| 70 | +. | ||
| 71 | +UC1:Baseline_3 | ||
| 72 | + rdf:type ILAP:Baseline ; | ||
| 73 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 74 | + rdfs:label "Baseline 3"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +UC1:Baseline_4 | ||
| 77 | + rdf:type ILAP:Baseline ; | ||
| 78 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 79 | + rdfs:label "Baseline 4"^^xsd:string ; | ||
| 80 | +. | ||
| 81 | +UC1:CurrentSchedule_1 | ||
| 82 | + rdf:type ILAP:CurrentSchedule ; | ||
| 83 | + ILAP:hasScheduleBaseline UC1:Baseline_2 ; | ||
| 84 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 85 | + rdfs:label "Current schedule 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC1:LiveSchedule_1 | ||
| 88 | + rdf:type ILAP:LiveSchedule ; | ||
| 89 | + ILAP:hasScheduleBaseline UC1:Baseline_3 ; | ||
| 90 | + rdfs:label "Live schedule 1"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +UC1:Milestone_1 | ||
| 93 | + rdf:type ILAP:Milestone ; | ||
| 94 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +UC1:PlannedResource_1 | ||
| 97 | + rdf:type ILAP:PlannedResource ; | ||
| 98 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 99 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 100 | +. | ||
| 101 | +UC1:ProfilePoint_1 | ||
| 102 | + rdf:type ILAP:ProfilePoint ; | ||
| 103 | + ILAP:hasProfilePointXValue "0.1"^^xsd:float ; | ||
| 104 | + ILAP:hasProfilePointYValue "0.2"^^xsd:float ; | ||
| 105 | + rdfs:label "Profile point 1"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +UC1:ProfilePoint_2 | ||
| 108 | + rdf:type ILAP:ProfilePoint ; | ||
| 109 | + ILAP:hasProfilePointXValue "1.0"^^xsd:float ; | ||
| 110 | + ILAP:hasProfilePointYValue "0.9"^^xsd:float ; | ||
| 111 | + rdfs:label "Profile point 2"^^xsd:string ; | ||
| 112 | +. | ||
| 113 | +UC1:Profile_1 | ||
| 114 | + rdf:type ILAP:Profile ; | ||
| 115 | + ILAP:hasProfilePoint ILAP:ProfilePoint_1 ; | ||
| 116 | + ILAP:hasProfilePoint ILAP:ProfilePoint_2 ; | ||
| 117 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 118 | +. | ||
| 119 | +UC1:ProjectPlan_1 | ||
| 120 | + rdf:type ILAP:ProjectPlan ; | ||
| 121 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; | ||
| 122 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ; | ||
| 123 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 124 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC1:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC1:ScheduledResource_1 | ||
| 131 | + rdf:type ILAP:ScheduledResource ; | ||
| 132 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 133 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 134 | +. | ||
| 135 | +UC1:TargetSchedule_1 | ||
| 136 | + rdf:type ILAP:TargetSchedule ; | ||
| 137 | + ILAP:hasScheduleBaseline UC1:Baseline_4 ; | ||
| 138 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 139 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 140 | +. | ||
| 141 | +UC1:UserField_1 | ||
| 142 | + rdf:type ILAP:UserField ; | ||
| 143 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 144 | +. | ||
| 145 | +UC1:UserField_2 | ||
| 146 | + rdf:type ILAP:UserField ; | ||
| 147 | + rdfs:label "User field 2"^^xsd:string ; | ||
| 148 | +. | ||
| 149 | +UC1:UserField_3 | ||
| 150 | + rdf:type ILAP:UserField ; | ||
| 151 | + rdfs:label "User field 3"^^xsd:string ; | ||
| 152 | +. | ||
| 153 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_1> | ||
| 154 | + ILAP:hasUserFieldName "Area"^^xsd:string ; | ||
| 155 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 156 | + ILAP:hasUserFieldValue "Processing System"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_2> | ||
| 159 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 160 | + ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_3> | ||
| 163 | + ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; | ||
| 164 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 165 | + ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; | ||
| 166 | +. |
UseCaseData/.svn/text-base/UC2.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC2/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://data.posccaesar.org/Data/UC2/> . | ||
| 6 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 7 | +@prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC2: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC2:ActivityInPlan_1 | ||
| 18 | + rdf:type ILAP:PlannedActivity ; | ||
| 19 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 20 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 21 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 22 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ; | ||
| 23 | + ILAP:hasActivityContractorWBS UC2:ContractorWBS_1 ; | ||
| 24 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | ||
| 25 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 26 | + ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | ||
| 27 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> ; | ||
| 28 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 29 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 30 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 31 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 32 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 33 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 34 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 35 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 36 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 37 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 38 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 39 | + ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | ||
| 40 | + ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 41 | + ILAP:hasActivityResourceProfile UC2:Profile_1 ; | ||
| 42 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 43 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 44 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 45 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 46 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 47 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 48 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 49 | + ILAP:hasActivitySuccessor UC2:Successor_1 ; | ||
| 50 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 51 | + ILAP:hasActivityWorkTask UC2:WorkTask_1 ; | ||
| 52 | + ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ; | ||
| 53 | + ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ; | ||
| 54 | + ILAP:hasActivityWorkVolume "1000"^^xsd:float ; | ||
| 55 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 56 | + ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 57 | + ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 58 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 59 | +. | ||
| 60 | +UC2:ActivityInPlan_2 | ||
| 61 | + rdf:type ILAP:PlannedActivity ; | ||
| 62 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC2:Successor_1 ; | ||
| 64 | + ILAP:hasActivitySuccessor UC2:Successor_2 ; | ||
| 65 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 66 | +. | ||
| 67 | +UC2:ActivityInPlan_3 | ||
| 68 | + rdf:type ILAP:PlannedActivity ; | ||
| 69 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 70 | + ILAP:hasActivityPredecessor UC2:Successor_2 ; | ||
| 71 | + rdfs:label "Activity in plan 3"^^xsd:string ; | ||
| 72 | +. | ||
| 73 | +UC2:ActivityInSchedule_1 | ||
| 74 | + rdf:type ILAP:ScheduledActivity ; | ||
| 75 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 76 | + ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | ||
| 77 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | ||
| 78 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 79 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 80 | + ILAP:hasActivityWorkVolume "30"^^xsd:float ; | ||
| 81 | + ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 82 | + ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 83 | + ILAP:hasExternalReference UC2:ExternalReference_4 ; | ||
| 84 | + ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | ||
| 85 | + ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 86 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 87 | +. | ||
| 88 | +UC2:ActivityInSchedule_2 | ||
| 89 | + rdf:type ILAP:ScheduledActivity ; | ||
| 90 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | ||
| 91 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 92 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 93 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC2:ActivityInSchedule_3 | ||
| 96 | + rdf:type ILAP:ScheduledActivity ; | ||
| 97 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | ||
| 98 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 99 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 100 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +UC2:ActivityInSchedule_4 | ||
| 103 | + rdf:type ILAP:ScheduledActivity ; | ||
| 104 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | ||
| 105 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 106 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 107 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +UC2:ActivityInSchedule_5 | ||
| 110 | + rdf:type ILAP:ScheduledActivity ; | ||
| 111 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | ||
| 112 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 113 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 114 | + rdfs:label "Activity in schedule 5"^^xsd:string ; | ||
| 115 | +. | ||
| 116 | +UC2:ActivityInSchedule_6 | ||
| 117 | + rdf:type ILAP:ScheduledActivity ; | ||
| 118 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | ||
| 119 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 120 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 121 | + rdfs:label "Activity in schedule 6"^^xsd:string ; | ||
| 122 | +. | ||
| 123 | +UC2:ActualSchedule_1 | ||
| 124 | + rdf:type ILAP:ActualSchedule ; | ||
| 125 | + ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ; | ||
| 126 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 127 | + ILAP:hasSchedulePlan UC2:Plan_1 ; | ||
| 128 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC2:ContractorWBS_1 | ||
| 131 | + rdf:type ILAP:ContractorWBS ; | ||
| 132 | + ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ; | ||
| 133 | + ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ; | ||
| 134 | + ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ; | ||
| 135 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 136 | +. | ||
| 137 | +UC2:ExternalReference_1 | ||
| 138 | + rdf:type ILAP:ExternalReference ; | ||
| 139 | + ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ; | ||
| 140 | + ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | ||
| 141 | + ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 142 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +UC2:ExternalReference_2 | ||
| 145 | + rdf:type ILAP:ExternalReference ; | ||
| 146 | + ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ; | ||
| 147 | + ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | ||
| 148 | + ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
| 149 | + rdfs:label "External reference 2"^^xsd:string ; | ||
| 150 | +. | ||
| 151 | +UC2:ExternalReference_3 | ||
| 152 | + rdf:type ILAP:ExternalReference ; | ||
| 153 | + rdfs:label "External reference 3"^^xsd:string ; | ||
| 154 | +. | ||
| 155 | +UC2:ExternalReference_4 | ||
| 156 | + rdf:type ILAP:ExternalReference ; | ||
| 157 | + rdfs:label "External reference 4"^^xsd:string ; | ||
| 158 | +. | ||
| 159 | +UC2:Milestone_1 | ||
| 160 | + rdf:type ILAP:Milestone ; | ||
| 161 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 162 | +. | ||
| 163 | +UC2:Plan_1 | ||
| 164 | + rdf:type ILAP:ExecutionPlan ; | ||
| 165 | + ILAP:hasExternalReference UC2:ExternalReference_3 ; | ||
| 166 | + ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; | ||
| 167 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 168 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 169 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 170 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 171 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 172 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L3_ProjectControlNetworkSchedule> ; | ||
| 173 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 174 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 175 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 176 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 177 | + ILAP:hasPlanProject UC2:Project_1 ; | ||
| 178 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 179 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 180 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 181 | + ILAP:hasPlanRollUp UC2:Plan_2 ; | ||
| 182 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 183 | + ILAP:hasPlanSubplan UC2:Plan_3 ; | ||
| 184 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ; | ||
| 185 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 186 | +. | ||
| 187 | +UC2:Plan_2 | ||
| 188 | + rdf:type ILAP:ExecutionPlan ; | ||
| 189 | + rdfs:label "Plan 2"^^xsd:string ; | ||
| 190 | +. | ||
| 191 | +UC2:Plan_3 | ||
| 192 | + rdf:type ILAP:ExecutionPlan ; | ||
| 193 | + rdfs:label "Plan 3"^^xsd:string ; | ||
| 194 | +. | ||
| 195 | +UC2:Profile_1 | ||
| 196 | + rdf:type ILAP:Profile ; | ||
| 197 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 198 | +. | ||
| 199 | +UC2:Project_1 | ||
| 200 | + rdf:type ILAP:Project ; | ||
| 201 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 202 | + ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; | ||
| 203 | + ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 204 | + ILAP:hasProjectSubproject UC2:Project_2 ; | ||
| 205 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 206 | +. | ||
| 207 | +UC2:Project_2 | ||
| 208 | + rdf:type ILAP:Project ; | ||
| 209 | + rdfs:label "Project 2"^^xsd:string ; | ||
| 210 | +. | ||
| 211 | +UC2:Successor_1 | ||
| 212 | + rdf:type ILAP:Successor ; | ||
| 213 | + ILAP:hasPredecessorActivity UC2:ActivityInPlan_1 ; | ||
| 214 | + ILAP:hasSuccessorActivity UC2:ActivityInPlan_2 ; | ||
| 215 | + ILAP:hasSuccessorLag 5 ; | ||
| 216 | + ILAP:hasSuccessorMilestone UC2:Milestone_1 ; | ||
| 217 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 218 | +. | ||
| 219 | +UC2:Successor_2 | ||
| 220 | + rdf:type ILAP:Successor ; | ||
| 221 | + ILAP:hasPredecessorActivity UC2:ActivityInPlan_2 ; | ||
| 222 | + ILAP:hasSuccessorActivity UC2:ActivityInPlan_3 ; | ||
| 223 | + ILAP:hasSuccessorLag 2 ; | ||
| 224 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 225 | +. | ||
| 226 | +UC2:TargetSchedule_1 | ||
| 227 | + rdf:type ILAP:TargetSchedule ; | ||
| 228 | + ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ; | ||
| 229 | + ILAP:hasExternalReference UC2:ExternalReference_2 ; | ||
| 230 | + ILAP:hasSchedulePlan UC2:Plan_1 ; | ||
| 231 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 232 | +. | ||
| 233 | +UC2:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 | ||
| 234 | + rdf:type rdf:Statement ; | ||
| 235 | + rdf:object UC2:ActivityInPlan_1 ; | ||
| 236 | + rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; | ||
| 237 | + rdf:subject UC2:ActivityInSchedule_1 ; | ||
| 238 | + rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ; | ||
| 239 | +. | ||
| 240 | +UC2:UserField_1 | ||
| 241 | + rdf:type ILAP:UserField ; | ||
| 242 | + ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 243 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 244 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 245 | +. | ||
| 246 | +UC2:WorkTask_1 | ||
| 247 | + rdf:type ILAP:WorkTask ; | ||
| 248 | + ILAP:hasWorkTaskActivity UC2:ActivityInPlan_1 ; | ||
| 249 | + ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 250 | + ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 251 | + ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 252 | + rdfs:label "Work task 1"^^xsd:string ; | ||
| 253 | +. | ||
| 254 | +ILAP:hasReferenceID | ||
| 255 | + rdfs:domain owl:Thing ; | ||
| 256 | +. |
UseCaseData/.svn/text-base/UC3.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC3/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC3: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC3:ActualSchedule_1 | ||
| 17 | + rdf:type ILAP:ActualSchedule ; | ||
| 18 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 19 | +. | ||
| 20 | +UC3:Asset_1 | ||
| 21 | + rdf:type <http://ILAP_1.5/diskos#Asset> ; | ||
| 22 | + rdfs:label "Asset 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +UC3:ContractorWBS_1 | ||
| 25 | + rdf:type ILAP:ContractorWBS ; | ||
| 26 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC3:ContractorWBS_2 | ||
| 29 | + rdf:type ILAP:ContractorWBS ; | ||
| 30 | + rdfs:label "Contractor WBS 2"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +UC3:ExternalReference_1 | ||
| 33 | + rdf:type ILAP:ExternalReference ; | ||
| 34 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC3:Plan_1 | ||
| 37 | + rdf:type ILAP:ExecutionPlan ; | ||
| 38 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +UC3:PlannedActivity_1 | ||
| 41 | + rdf:type ILAP:PlannedActivity ; | ||
| 42 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 43 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 44 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 45 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 46 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 47 | + ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ; | ||
| 48 | + ILAP:hasActivityCurrentProgressPercent 0 ; | ||
| 49 | + ILAP:hasActivityDescription "Activity description text"^^xsd:string ; | ||
| 50 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ; | ||
| 51 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 52 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 53 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 54 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ; | ||
| 55 | + ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ; | ||
| 56 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 57 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 58 | + ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ; | ||
| 59 | + ILAP:hasActivityPercentComplete "10"^^xsd:float ; | ||
| 60 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 61 | + ILAP:hasActivityPlan UC3:ProjectPlan_1 ; | ||
| 62 | + ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC3:Successor_1 ; | ||
| 64 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 65 | + ILAP:hasActivityResourceProfile UC3:Profile_1 ; | ||
| 66 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 67 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 68 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 69 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 70 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 71 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 72 | + ILAP:hasActivitySuccessor UC3:Successor_2 ; | ||
| 73 | + ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 74 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 75 | + ILAP:hasActivityWorkVolume "500"^^xsd:float ; | ||
| 76 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 77 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 78 | +. | ||
| 79 | +UC3:PlannedActivity_2 | ||
| 80 | + rdf:type ILAP:PlannedActivity ; | ||
| 81 | + rdfs:label "Planned activity 2"^^xsd:string ; | ||
| 82 | +. | ||
| 83 | +UC3:PlannedResource_1 | ||
| 84 | + rdf:type ILAP:PlannedResource ; | ||
| 85 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC3:PortfolioPlan_1 | ||
| 88 | + rdf:type ILAP:PortfolioPlan ; | ||
| 89 | + rdfs:label "Portfolio plan 1"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +UC3:Profile_1 | ||
| 92 | + rdf:type ILAP:Profile ; | ||
| 93 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC3:ProjectPlan_1 | ||
| 96 | + rdf:type ILAP:ProjectPlan ; | ||
| 97 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 98 | + ILAP:hasPlanAsset UC3:Asset_1 ; | ||
| 99 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 100 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 101 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 102 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 103 | + ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ; | ||
| 104 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 105 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ; | ||
| 106 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 107 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 108 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 109 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 110 | + ILAP:hasPlanProject UC3:Project_1 ; | ||
| 111 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 112 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ; | ||
| 113 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 114 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 115 | + ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ; | ||
| 116 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 117 | + ILAP:hasPlanSubplan UC3:ProjectPlan_2 ; | ||
| 118 | + ILAP:hasPlanUserField UC3:UserField_1 ; | ||
| 119 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ; | ||
| 120 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 121 | +. | ||
| 122 | +UC3:ProjectPlan_2 | ||
| 123 | + rdf:type ILAP:ProjectPlan ; | ||
| 124 | + rdfs:label "Project plan 2"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC3:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC3:ScheduledActivity_1 | ||
| 131 | + rdf:type ILAP:ScheduledActivity ; | ||
| 132 | + ILAP:hasActivityActualWeight "11000"^^xsd:float ; | ||
| 133 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 134 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 135 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 136 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 137 | + ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ; | ||
| 138 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 139 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 140 | + rdfs:label "Scheduled activity 1"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +UC3:ScheduledActivity_2 | ||
| 143 | + rdf:type ILAP:ScheduledActivity ; | ||
| 144 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 145 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 146 | + rdfs:label "Scheduled activity 2"^^xsd:string ; | ||
| 147 | +. | ||
| 148 | +UC3:ScheduledActivity_3 | ||
| 149 | + rdf:type ILAP:ScheduledActivity ; | ||
| 150 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 151 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 152 | + rdfs:label "Scheduled activity 3"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +UC3:ScheduledActivity_4 | ||
| 155 | + rdf:type ILAP:ScheduledActivity ; | ||
| 156 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 157 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 158 | + rdfs:label "Scheduled activity 4"^^xsd:string ; | ||
| 159 | +. | ||
| 160 | +UC3:ScheduledResource_1 | ||
| 161 | + rdf:type ILAP:ScheduledResource ; | ||
| 162 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 163 | +. | ||
| 164 | +UC3:Successor_1 | ||
| 165 | + rdf:type ILAP:Successor ; | ||
| 166 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 167 | +. | ||
| 168 | +UC3:Successor_2 | ||
| 169 | + rdf:type ILAP:Successor ; | ||
| 170 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 171 | +. | ||
| 172 | +UC3:TargetSchedule_1 | ||
| 173 | + rdf:type ILAP:TargetSchedule ; | ||
| 174 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 175 | +. | ||
| 176 | +UC3:UserField_1 | ||
| 177 | + rdf:type ILAP:UserField ; | ||
| 178 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +<http://data.posccaesar.org/brreg/LegalEntity> | ||
| 181 | + rdfs:subClassOf ILAP:ResponsibleOrganization ; | ||
| 182 | +. |
UseCaseData/.svn/text-base/UC4.ttl.svn-base
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC4/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . | ||
| 7 | +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC4: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC4:BaselineSetting_1 | ||
| 18 | + rdf:type ILAP:BaselineSetting ; | ||
| 19 | + ILAP:hasBaseline UC4:ScheduledPlan_1 ; | ||
| 20 | + rdfs:label "Baseline setting 1"^^xsd:string ; | ||
| 21 | +. | ||
| 22 | +UC4:Planning_1 | ||
| 23 | + rdf:type ILAP:Planning ; | ||
| 24 | + lci:hasPart UC4:BaselineSetting_1 ; | ||
| 25 | + rdfs:label "Planning 1"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | +UC4:ScheduledPlan_1 | ||
| 28 | + rdf:type ILAP:NetworkSchedule ; | ||
| 29 | + rdfs:label "Scheduled plan 1"^^xsd:string ; | ||
| 30 | +. |
UseCaseData/UC1.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC1/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC1: <http://data.posccaesar.org/Data/UC1/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC1: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC1:ActivityInPlan_1 | ||
| 17 | + rdf:type ILAP:PlannedActivity ; | ||
| 18 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 19 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 20 | + ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ; | ||
| 21 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 22 | +. | ||
| 23 | +UC1:ActivityInPlan_2 | ||
| 24 | + rdf:type ILAP:PlannedActivity ; | ||
| 25 | + ILAP:hasActivityPlan UC1:ProjectPlan_1 ; | ||
| 26 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC1:ActivityInSchedule_1 | ||
| 29 | + rdf:type ILAP:ScheduledActivity ; | ||
| 30 | + ILAP:hasActivityActualWeight "100750"^^xsd:float ; | ||
| 31 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 32 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 33 | + ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ; | ||
| 34 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC1:ActivityInSchedule_2 | ||
| 37 | + rdf:type ILAP:ScheduledActivity ; | ||
| 38 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; | ||
| 39 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 40 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 41 | +. | ||
| 42 | +UC1:ActivityInSchedule_3 | ||
| 43 | + rdf:type ILAP:ScheduledActivity ; | ||
| 44 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 45 | + ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; | ||
| 46 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 47 | +. | ||
| 48 | +UC1:ActivityInSchedule_4 | ||
| 49 | + rdf:type ILAP:ScheduledActivity ; | ||
| 50 | + ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; | ||
| 51 | + ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; | ||
| 52 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 53 | +. | ||
| 54 | +UC1:ActualSchedule_1 | ||
| 55 | + rdf:type ILAP:ActualSchedule ; | ||
| 56 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 57 | + ILAP:hasScheduleBaseline UC1:Baseline_1 ; | ||
| 58 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 59 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 60 | +. | ||
| 61 | +UC1:Baseline_1 | ||
| 62 | + rdf:type ILAP:Baseline ; | ||
| 63 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 64 | + rdfs:label "Baseline 1"^^xsd:string ; | ||
| 65 | +. | ||
| 66 | +UC1:Baseline_2 | ||
| 67 | + rdf:type ILAP:Baseline ; | ||
| 68 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 69 | + rdfs:label "Baseline 2"^^xsd:string ; | ||
| 70 | +. | ||
| 71 | +UC1:Baseline_3 | ||
| 72 | + rdf:type ILAP:Baseline ; | ||
| 73 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 74 | + rdfs:label "Baseline 3"^^xsd:string ; | ||
| 75 | +. | ||
| 76 | +UC1:Baseline_4 | ||
| 77 | + rdf:type ILAP:Baseline ; | ||
| 78 | + ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; | ||
| 79 | + rdfs:label "Baseline 4"^^xsd:string ; | ||
| 80 | +. | ||
| 81 | +UC1:CurrentSchedule_1 | ||
| 82 | + rdf:type ILAP:CurrentSchedule ; | ||
| 83 | + ILAP:hasScheduleBaseline UC1:Baseline_2 ; | ||
| 84 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 85 | + rdfs:label "Current schedule 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC1:LiveSchedule_1 | ||
| 88 | + rdf:type ILAP:LiveSchedule ; | ||
| 89 | + ILAP:hasScheduleBaseline UC1:Baseline_3 ; | ||
| 90 | + rdfs:label "Live schedule 1"^^xsd:string ; | ||
| 91 | +. | ||
| 92 | +UC1:Milestone_1 | ||
| 93 | + rdf:type ILAP:Milestone ; | ||
| 94 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 95 | +. | ||
| 96 | +UC1:PlannedResource_1 | ||
| 97 | + rdf:type ILAP:PlannedResource ; | ||
| 98 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 99 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 100 | +. | ||
| 101 | +UC1:ProfilePoint_1 | ||
| 102 | + rdf:type ILAP:ProfilePoint ; | ||
| 103 | + ILAP:hasProfilePointXValue "0.1"^^xsd:float ; | ||
| 104 | + ILAP:hasProfilePointYValue "0.2"^^xsd:float ; | ||
| 105 | + rdfs:label "Profile point 1"^^xsd:string ; | ||
| 106 | +. | ||
| 107 | +UC1:ProfilePoint_2 | ||
| 108 | + rdf:type ILAP:ProfilePoint ; | ||
| 109 | + ILAP:hasProfilePointXValue "1.0"^^xsd:float ; | ||
| 110 | + ILAP:hasProfilePointYValue "0.9"^^xsd:float ; | ||
| 111 | + rdfs:label "Profile point 2"^^xsd:string ; | ||
| 112 | +. | ||
| 113 | +UC1:Profile_1 | ||
| 114 | + rdf:type ILAP:Profile ; | ||
| 115 | + ILAP:hasProfilePoint ILAP:ProfilePoint_1 ; | ||
| 116 | + ILAP:hasProfilePoint ILAP:ProfilePoint_2 ; | ||
| 117 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 118 | +. | ||
| 119 | +UC1:ProjectPlan_1 | ||
| 120 | + rdf:type ILAP:ProjectPlan ; | ||
| 121 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; | ||
| 122 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ; | ||
| 123 | + ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | ||
| 124 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC1:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC1:ScheduledResource_1 | ||
| 131 | + rdf:type ILAP:ScheduledResource ; | ||
| 132 | + ILAP:hasResourceProfile UC1:Profile_1 ; | ||
| 133 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 134 | +. | ||
| 135 | +UC1:TargetSchedule_1 | ||
| 136 | + rdf:type ILAP:TargetSchedule ; | ||
| 137 | + ILAP:hasScheduleBaseline UC1:Baseline_4 ; | ||
| 138 | + ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; | ||
| 139 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 140 | +. | ||
| 141 | +UC1:UserField_1 | ||
| 142 | + rdf:type ILAP:UserField ; | ||
| 143 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 144 | +. | ||
| 145 | +UC1:UserField_2 | ||
| 146 | + rdf:type ILAP:UserField ; | ||
| 147 | + rdfs:label "User field 2"^^xsd:string ; | ||
| 148 | +. | ||
| 149 | +UC1:UserField_3 | ||
| 150 | + rdf:type ILAP:UserField ; | ||
| 151 | + rdfs:label "User field 3"^^xsd:string ; | ||
| 152 | +. | ||
| 153 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_1> | ||
| 154 | + ILAP:hasUserFieldName "Area"^^xsd:string ; | ||
| 155 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 156 | + ILAP:hasUserFieldValue "Processing System"^^xsd:string ; | ||
| 157 | +. | ||
| 158 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_2> | ||
| 159 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 160 | + ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; | ||
| 161 | +. | ||
| 162 | +<http://data.posccaesar.org/NCS_PLANNING/UserField_3> | ||
| 163 | + ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; | ||
| 164 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 165 | + ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; | ||
| 166 | +. |
UseCaseData/UC2.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC2/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix : <http://data.posccaesar.org/Data/UC2/> . | ||
| 6 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 7 | +@prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC2: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC2:ActivityInPlan_1 | ||
| 18 | + rdf:type ILAP:PlannedActivity ; | ||
| 19 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 20 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 21 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 22 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/Technip> ; | ||
| 23 | + ILAP:hasActivityContractorWBS UC2:ContractorWBS_1 ; | ||
| 24 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | ||
| 25 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 26 | + ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | ||
| 27 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> ; | ||
| 28 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 29 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 30 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 31 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 32 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 33 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 34 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 35 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 36 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 37 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 38 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 39 | + ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | ||
| 40 | + ILAP:hasActivityResource <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 41 | + ILAP:hasActivityResourceProfile UC2:Profile_1 ; | ||
| 42 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 43 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 44 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 45 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 46 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> ; | ||
| 47 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 48 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 49 | + ILAP:hasActivitySuccessor UC2:Successor_1 ; | ||
| 50 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 51 | + ILAP:hasActivityWorkTask UC2:WorkTask_1 ; | ||
| 52 | + ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/ArrivingEvent_1> ; | ||
| 53 | + ILAP:hasActivityWorkTask <http://data.posccaesar.org/epcis/DepartingEvent_1> ; | ||
| 54 | + ILAP:hasActivityWorkVolume "1000"^^xsd:float ; | ||
| 55 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 56 | + ILAP:hasFixedFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 57 | + ILAP:hasFixedStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 58 | + rdfs:label "Activity in plan 1"^^xsd:string ; | ||
| 59 | +. | ||
| 60 | +UC2:ActivityInPlan_2 | ||
| 61 | + rdf:type ILAP:PlannedActivity ; | ||
| 62 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC2:Successor_1 ; | ||
| 64 | + ILAP:hasActivitySuccessor UC2:Successor_2 ; | ||
| 65 | + rdfs:label "Activity in plan 2"^^xsd:string ; | ||
| 66 | +. | ||
| 67 | +UC2:ActivityInPlan_3 | ||
| 68 | + rdf:type ILAP:PlannedActivity ; | ||
| 69 | + ILAP:hasActivityPlan UC2:Plan_1 ; | ||
| 70 | + ILAP:hasActivityPredecessor UC2:Successor_2 ; | ||
| 71 | + rdfs:label "Activity in plan 3"^^xsd:string ; | ||
| 72 | +. | ||
| 73 | +UC2:ActivityInSchedule_1 | ||
| 74 | + rdf:type ILAP:ScheduledActivity ; | ||
| 75 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 76 | + ILAP:hasActivityDuration "P0Y0M10D"^^xsd:duration ; | ||
| 77 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | ||
| 78 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 79 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 80 | + ILAP:hasActivityWorkVolume "30"^^xsd:float ; | ||
| 81 | + ILAP:hasEarlyFinish "2014-04-15T09:00:00"^^xsd:dateTime ; | ||
| 82 | + ILAP:hasEarlyStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 83 | + ILAP:hasExternalReference UC2:ExternalReference_4 ; | ||
| 84 | + ILAP:hasLateFinish "2014-04-20T09:00:00"^^xsd:dateTime ; | ||
| 85 | + ILAP:hasLateStart "2014-04-01T09:00:00"^^xsd:dateTime ; | ||
| 86 | + rdfs:label "Activity in schedule 1"^^xsd:string ; | ||
| 87 | +. | ||
| 88 | +UC2:ActivityInSchedule_2 | ||
| 89 | + rdf:type ILAP:ScheduledActivity ; | ||
| 90 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | ||
| 91 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 92 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 93 | + rdfs:label "Activity in schedule 2"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC2:ActivityInSchedule_3 | ||
| 96 | + rdf:type ILAP:ScheduledActivity ; | ||
| 97 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | ||
| 98 | + ILAP:hasActivitySchedule UC2:TargetSchedule_1 ; | ||
| 99 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 100 | + rdfs:label "Activity in schedule 3"^^xsd:string ; | ||
| 101 | +. | ||
| 102 | +UC2:ActivityInSchedule_4 | ||
| 103 | + rdf:type ILAP:ScheduledActivity ; | ||
| 104 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_1 ; | ||
| 105 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 106 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 107 | + rdfs:label "Activity in schedule 4"^^xsd:string ; | ||
| 108 | +. | ||
| 109 | +UC2:ActivityInSchedule_5 | ||
| 110 | + rdf:type ILAP:ScheduledActivity ; | ||
| 111 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_2 ; | ||
| 112 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 113 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 114 | + rdfs:label "Activity in schedule 5"^^xsd:string ; | ||
| 115 | +. | ||
| 116 | +UC2:ActivityInSchedule_6 | ||
| 117 | + rdf:type ILAP:ScheduledActivity ; | ||
| 118 | + ILAP:hasActivityInScheduleActivityInPlan UC2:ActivityInPlan_3 ; | ||
| 119 | + ILAP:hasActivitySchedule UC2:ActualSchedule_1 ; | ||
| 120 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Scheduled> ; | ||
| 121 | + rdfs:label "Activity in schedule 6"^^xsd:string ; | ||
| 122 | +. | ||
| 123 | +UC2:ActualSchedule_1 | ||
| 124 | + rdf:type ILAP:ActualSchedule ; | ||
| 125 | + ILAP:hasBaselineCreatedDate "2014-03-15"^^xsd:date ; | ||
| 126 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 127 | + ILAP:hasSchedulePlan UC2:Plan_1 ; | ||
| 128 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC2:ContractorWBS_1 | ||
| 131 | + rdf:type ILAP:ContractorWBS ; | ||
| 132 | + ILAP:hasContractorWBSelement "Installation activity"^^xsd:string ; | ||
| 133 | + ILAP:hasContractorWBSelement "Installing pump"^^xsd:string ; | ||
| 134 | + ILAP:hasContractorWBSelement "Pump engineer"^^xsd:string ; | ||
| 135 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 136 | +. | ||
| 137 | +UC2:ExternalReference_1 | ||
| 138 | + rdf:type ILAP:ExternalReference ; | ||
| 139 | + ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Safran> ; | ||
| 140 | + ILAP:hasReferenceID "UC2-Ex1-Safran-101"^^xsd:string ; | ||
| 141 | + ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 142 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 143 | +. | ||
| 144 | +UC2:ExternalReference_2 | ||
| 145 | + rdf:type ILAP:ExternalReference ; | ||
| 146 | + ILAP:hasReferenceApplication <http://data.posccaesar.org/NCS_PLANNING/Primavera> ; | ||
| 147 | + ILAP:hasReferenceID "UC2-Ex2-P6-102"^^xsd:string ; | ||
| 148 | + ILAP:hasReferenceSource <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
| 149 | + rdfs:label "External reference 2"^^xsd:string ; | ||
| 150 | +. | ||
| 151 | +UC2:ExternalReference_3 | ||
| 152 | + rdf:type ILAP:ExternalReference ; | ||
| 153 | + rdfs:label "External reference 3"^^xsd:string ; | ||
| 154 | +. | ||
| 155 | +UC2:ExternalReference_4 | ||
| 156 | + rdf:type ILAP:ExternalReference ; | ||
| 157 | + rdfs:label "External reference 4"^^xsd:string ; | ||
| 158 | +. | ||
| 159 | +UC2:Milestone_1 | ||
| 160 | + rdf:type ILAP:Milestone ; | ||
| 161 | + rdfs:label "Milestone 1"^^xsd:string ; | ||
| 162 | +. | ||
| 163 | +UC2:Plan_1 | ||
| 164 | + rdf:type ILAP:ExecutionPlan ; | ||
| 165 | + ILAP:hasExternalReference UC2:ExternalReference_3 ; | ||
| 166 | + ILAP:hasPlanAsset <http://data.posccaesar.org/diskos/EkofiskField> ; | ||
| 167 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 168 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 169 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 170 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 171 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 172 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L3_ProjectControlNetworkSchedule> ; | ||
| 173 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 174 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 175 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 176 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 177 | + ILAP:hasPlanProject UC2:Project_1 ; | ||
| 178 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 179 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 180 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 181 | + ILAP:hasPlanRollUp UC2:Plan_2 ; | ||
| 182 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 183 | + ILAP:hasPlanSubplan UC2:Plan_3 ; | ||
| 184 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/BusinessAsUsual> ; | ||
| 185 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 186 | +. | ||
| 187 | +UC2:Plan_2 | ||
| 188 | + rdf:type ILAP:ExecutionPlan ; | ||
| 189 | + rdfs:label "Plan 2"^^xsd:string ; | ||
| 190 | +. | ||
| 191 | +UC2:Plan_3 | ||
| 192 | + rdf:type ILAP:ExecutionPlan ; | ||
| 193 | + rdfs:label "Plan 3"^^xsd:string ; | ||
| 194 | +. | ||
| 195 | +UC2:Profile_1 | ||
| 196 | + rdf:type ILAP:Profile ; | ||
| 197 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 198 | +. | ||
| 199 | +UC2:Project_1 | ||
| 200 | + rdf:type ILAP:Project ; | ||
| 201 | + ILAP:hasExternalReference UC2:ExternalReference_1 ; | ||
| 202 | + ILAP:hasName "Use Case 2 Project 1"^^xsd:string ; | ||
| 203 | + ILAP:hasProjectResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 204 | + ILAP:hasProjectSubproject UC2:Project_2 ; | ||
| 205 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 206 | +. | ||
| 207 | +UC2:Project_2 | ||
| 208 | + rdf:type ILAP:Project ; | ||
| 209 | + rdfs:label "Project 2"^^xsd:string ; | ||
| 210 | +. | ||
| 211 | +UC2:Successor_1 | ||
| 212 | + rdf:type ILAP:Successor ; | ||
| 213 | + ILAP:hasPredecessorActivity UC2:ActivityInPlan_1 ; | ||
| 214 | + ILAP:hasSuccessorActivity UC2:ActivityInPlan_2 ; | ||
| 215 | + ILAP:hasSuccessorLag 5 ; | ||
| 216 | + ILAP:hasSuccessorMilestone UC2:Milestone_1 ; | ||
| 217 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 218 | +. | ||
| 219 | +UC2:Successor_2 | ||
| 220 | + rdf:type ILAP:Successor ; | ||
| 221 | + ILAP:hasPredecessorActivity UC2:ActivityInPlan_2 ; | ||
| 222 | + ILAP:hasSuccessorActivity UC2:ActivityInPlan_3 ; | ||
| 223 | + ILAP:hasSuccessorLag 2 ; | ||
| 224 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 225 | +. | ||
| 226 | +UC2:TargetSchedule_1 | ||
| 227 | + rdf:type ILAP:TargetSchedule ; | ||
| 228 | + ILAP:hasBaselineCreatedDate "2014-03-01"^^xsd:date ; | ||
| 229 | + ILAP:hasExternalReference UC2:ExternalReference_2 ; | ||
| 230 | + ILAP:hasSchedulePlan UC2:Plan_1 ; | ||
| 231 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 232 | +. | ||
| 233 | +UC2:UC2_ActivityInSchedule_1-hasActivityInScheduleActivityInPlan-UC2_ActivityInPlan_1 | ||
| 234 | + rdf:type rdf:Statement ; | ||
| 235 | + rdf:object UC2:ActivityInPlan_1 ; | ||
| 236 | + rdf:predicate ILAP:hasActivityInScheduleActivityInPlan ; | ||
| 237 | + rdf:subject UC2:ActivityInSchedule_1 ; | ||
| 238 | + rdfs:label "UC2 Activity in schedule 1-has activity in schedule activity in plan-UC2 Activity in plan 1"^^xsd:string ; | ||
| 239 | +. | ||
| 240 | +UC2:UserField_1 | ||
| 241 | + rdf:type ILAP:UserField ; | ||
| 242 | + ILAP:hasUserFieldContractor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 243 | + ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 244 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 245 | +. | ||
| 246 | +UC2:WorkTask_1 | ||
| 247 | + rdf:type ILAP:WorkTask ; | ||
| 248 | + ILAP:hasWorkTaskActivity UC2:ActivityInPlan_1 ; | ||
| 249 | + ILAP:hasWorkTaskResponsible <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 250 | + ILAP:hasWorkTaskServiceSupplier <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 251 | + ILAP:hasWorkTaskVendor <http://data.posccaesar.org/brreg/Sevan> ; | ||
| 252 | + rdfs:label "Work task 1"^^xsd:string ; | ||
| 253 | +. | ||
| 254 | +ILAP:hasReferenceID | ||
| 255 | + rdfs:domain owl:Thing ; | ||
| 256 | +. |
UseCaseData/UC3.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC3/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | +UC3: | ||
| 12 | + rdf:type owl:Ontology ; | ||
| 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 15 | +. | ||
| 16 | +UC3:ActualSchedule_1 | ||
| 17 | + rdf:type ILAP:ActualSchedule ; | ||
| 18 | + rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 19 | +. | ||
| 20 | +UC3:Asset_1 | ||
| 21 | + rdf:type <http://ILAP_1.5/diskos#Asset> ; | ||
| 22 | + rdfs:label "Asset 1"^^xsd:string ; | ||
| 23 | +. | ||
| 24 | +UC3:ContractorWBS_1 | ||
| 25 | + rdf:type ILAP:ContractorWBS ; | ||
| 26 | + rdfs:label "Contractor WBS 1"^^xsd:string ; | ||
| 27 | +. | ||
| 28 | +UC3:ContractorWBS_2 | ||
| 29 | + rdf:type ILAP:ContractorWBS ; | ||
| 30 | + rdfs:label "Contractor WBS 2"^^xsd:string ; | ||
| 31 | +. | ||
| 32 | +UC3:ExternalReference_1 | ||
| 33 | + rdf:type ILAP:ExternalReference ; | ||
| 34 | + rdfs:label "External reference 1"^^xsd:string ; | ||
| 35 | +. | ||
| 36 | +UC3:Plan_1 | ||
| 37 | + rdf:type ILAP:ExecutionPlan ; | ||
| 38 | + rdfs:label "Plan 1"^^xsd:string ; | ||
| 39 | +. | ||
| 40 | +UC3:PlannedActivity_1 | ||
| 41 | + rdf:type ILAP:PlannedActivity ; | ||
| 42 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 43 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ; | ||
| 44 | + ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ; | ||
| 45 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 46 | + ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 47 | + ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ; | ||
| 48 | + ILAP:hasActivityCurrentProgressPercent 0 ; | ||
| 49 | + ILAP:hasActivityDescription "Activity description text"^^xsd:string ; | ||
| 50 | + ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ; | ||
| 51 | + ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; | ||
| 52 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 53 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 54 | + ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ; | ||
| 55 | + ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ; | ||
| 56 | + ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 57 | + ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 58 | + ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ; | ||
| 59 | + ILAP:hasActivityPercentComplete "10"^^xsd:float ; | ||
| 60 | + ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 61 | + ILAP:hasActivityPlan UC3:ProjectPlan_1 ; | ||
| 62 | + ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ; | ||
| 63 | + ILAP:hasActivityPredecessor UC3:Successor_1 ; | ||
| 64 | + ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 65 | + ILAP:hasActivityResourceProfile UC3:Profile_1 ; | ||
| 66 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 67 | + ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ; | ||
| 68 | + ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 69 | + ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ; | ||
| 70 | + ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 71 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 72 | + ILAP:hasActivitySuccessor UC3:Successor_2 ; | ||
| 73 | + ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ; | ||
| 74 | + ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ; | ||
| 75 | + ILAP:hasActivityWorkVolume "500"^^xsd:float ; | ||
| 76 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 77 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
| 78 | +. | ||
| 79 | +UC3:PlannedActivity_2 | ||
| 80 | + rdf:type ILAP:PlannedActivity ; | ||
| 81 | + rdfs:label "Planned activity 2"^^xsd:string ; | ||
| 82 | +. | ||
| 83 | +UC3:PlannedResource_1 | ||
| 84 | + rdf:type ILAP:PlannedResource ; | ||
| 85 | + rdfs:label "Planned resource 1"^^xsd:string ; | ||
| 86 | +. | ||
| 87 | +UC3:PortfolioPlan_1 | ||
| 88 | + rdf:type ILAP:PortfolioPlan ; | ||
| 89 | + rdfs:label "Portfolio plan 1"^^xsd:string ; | ||
| 90 | +. | ||
| 91 | +UC3:Profile_1 | ||
| 92 | + rdf:type ILAP:Profile ; | ||
| 93 | + rdfs:label "Profile 1"^^xsd:string ; | ||
| 94 | +. | ||
| 95 | +UC3:ProjectPlan_1 | ||
| 96 | + rdf:type ILAP:ProjectPlan ; | ||
| 97 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 98 | + ILAP:hasPlanAsset UC3:Asset_1 ; | ||
| 99 | + ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 100 | + ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | ||
| 101 | + ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ; | ||
| 102 | + ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
| 103 | + ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ; | ||
| 104 | + ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ; | ||
| 105 | + ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ; | ||
| 106 | + ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ; | ||
| 107 | + ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ; | ||
| 108 | + ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ; | ||
| 109 | + ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 110 | + ILAP:hasPlanProject UC3:Project_1 ; | ||
| 111 | + ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ; | ||
| 112 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ; | ||
| 113 | + ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ; | ||
| 114 | + ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 115 | + ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ; | ||
| 116 | + ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ; | ||
| 117 | + ILAP:hasPlanSubplan UC3:ProjectPlan_2 ; | ||
| 118 | + ILAP:hasPlanUserField UC3:UserField_1 ; | ||
| 119 | + ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ; | ||
| 120 | + rdfs:label "Project plan 1"^^xsd:string ; | ||
| 121 | +. | ||
| 122 | +UC3:ProjectPlan_2 | ||
| 123 | + rdf:type ILAP:ProjectPlan ; | ||
| 124 | + rdfs:label "Project plan 2"^^xsd:string ; | ||
| 125 | +. | ||
| 126 | +UC3:Project_1 | ||
| 127 | + rdf:type ILAP:Project ; | ||
| 128 | + rdfs:label "Project 1"^^xsd:string ; | ||
| 129 | +. | ||
| 130 | +UC3:ScheduledActivity_1 | ||
| 131 | + rdf:type ILAP:ScheduledActivity ; | ||
| 132 | + ILAP:hasActivityActualWeight "11000"^^xsd:float ; | ||
| 133 | + ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ; | ||
| 134 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 135 | + ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ; | ||
| 136 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 137 | + ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ; | ||
| 138 | + ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
| 139 | + ILAP:hasExternalReference UC3:ExternalReference_1 ; | ||
| 140 | + rdfs:label "Scheduled activity 1"^^xsd:string ; | ||
| 141 | +. | ||
| 142 | +UC3:ScheduledActivity_2 | ||
| 143 | + rdf:type ILAP:ScheduledActivity ; | ||
| 144 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 145 | + ILAP:hasActivitySchedule UC3:TargetSchedule_1 ; | ||
| 146 | + rdfs:label "Scheduled activity 2"^^xsd:string ; | ||
| 147 | +. | ||
| 148 | +UC3:ScheduledActivity_3 | ||
| 149 | + rdf:type ILAP:ScheduledActivity ; | ||
| 150 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ; | ||
| 151 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 152 | + rdfs:label "Scheduled activity 3"^^xsd:string ; | ||
| 153 | +. | ||
| 154 | +UC3:ScheduledActivity_4 | ||
| 155 | + rdf:type ILAP:ScheduledActivity ; | ||
| 156 | + ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ; | ||
| 157 | + ILAP:hasActivitySchedule UC3:ActualSchedule_1 ; | ||
| 158 | + rdfs:label "Scheduled activity 4"^^xsd:string ; | ||
| 159 | +. | ||
| 160 | +UC3:ScheduledResource_1 | ||
| 161 | + rdf:type ILAP:ScheduledResource ; | ||
| 162 | + rdfs:label "Scheduled resource 1"^^xsd:string ; | ||
| 163 | +. | ||
| 164 | +UC3:Successor_1 | ||
| 165 | + rdf:type ILAP:Successor ; | ||
| 166 | + rdfs:label "Successor 1"^^xsd:string ; | ||
| 167 | +. | ||
| 168 | +UC3:Successor_2 | ||
| 169 | + rdf:type ILAP:Successor ; | ||
| 170 | + rdfs:label "Successor 2"^^xsd:string ; | ||
| 171 | +. | ||
| 172 | +UC3:TargetSchedule_1 | ||
| 173 | + rdf:type ILAP:TargetSchedule ; | ||
| 174 | + rdfs:label "Target schedule 1"^^xsd:string ; | ||
| 175 | +. | ||
| 176 | +UC3:UserField_1 | ||
| 177 | + rdf:type ILAP:UserField ; | ||
| 178 | + rdfs:label "User field 1"^^xsd:string ; | ||
| 179 | +. | ||
| 180 | +<http://data.posccaesar.org/brreg/LegalEntity> | ||
| 181 | + rdfs:subClassOf ILAP:ResponsibleOrganization ; | ||
| 182 | +. |
UseCaseData/UC4.ttl
0 → 100644
| 1 | +# baseURI: http://data.posccaesar.org/Data/UC4/ | ||
| 2 | +# imports: http://data.posccaesar.org/NCS_PLANNING/ | ||
| 3 | + | ||
| 4 | +# c14n-version: 3 | ||
| 5 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . | ||
| 6 | +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . | ||
| 7 | +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | +UC4: | ||
| 13 | + rdf:type owl:Ontology ; | ||
| 14 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | ||
| 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 16 | +. | ||
| 17 | +UC4:BaselineSetting_1 | ||
| 18 | + rdf:type ILAP:BaselineSetting ; | ||
| 19 | + ILAP:hasBaseline UC4:ScheduledPlan_1 ; | ||
| 20 | + rdfs:label "Baseline setting 1"^^xsd:string ; | ||
| 21 | +. | ||
| 22 | +UC4:Planning_1 | ||
| 23 | + rdf:type ILAP:Planning ; | ||
| 24 | + lci:hasPart UC4:BaselineSetting_1 ; | ||
| 25 | + rdfs:label "Planning 1"^^xsd:string ; | ||
| 26 | +. | ||
| 27 | +UC4:ScheduledPlan_1 | ||
| 28 | + rdf:type ILAP:NetworkSchedule ; | ||
| 29 | + rdfs:label "Scheduled plan 1"^^xsd:string ; | ||
| 30 | +. |
deleteMe.txt
deleted
100644 → 0
File mode changed
-
Please register or login to post a comment