Showing
8 changed files
with
91 additions
and
316 deletions
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 14 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 15 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 16 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 17 | +@prefix NPD: <http://data.posccaesar.org/npd/> . | ||
| 17 | @prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> . | 18 | @prefix PLANNING_STANDARD: <http:///data.posccaesar.org/ilap/PLANNING_STANDARD#> . |
| 18 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . | 19 | @prefix StandardData: <http://ILAP_1.5_(git)/StandardData#> . |
| 19 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 20 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -25,32 +26,7 @@ | ... | @@ -25,32 +26,7 @@ |
| 25 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 26 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 26 | 27 | ||
| 27 | NCS: rdf:type owl:Ontology ; | 28 | NCS: rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . | 29 | + owl:imports <http://data.posccaesar.org/brreg/> , riskfactor: , <http://data.posccaesar.org/diskos/> , NPD: , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: , <http://data.posccaesar.org/epcis/> , <http:///data.posccaesar.org/ilap/PLANNING_STANDARD> , shutdown: . |
| 29 | - | ||
| 30 | -NCS:ClassInNorsok | ||
| 31 | - rdf:type owl:Class ; | ||
| 32 | - rdfs:label "Class in norsok"^^xsd:string ; | ||
| 33 | - rdfs:subClassOf NCS:ClassOfIndividual . | ||
| 34 | - | ||
| 35 | -NCS:ClassOfClassOfIndividual | ||
| 36 | - rdf:type owl:Class ; | ||
| 37 | - rdfs:label "Class of class of individual"^^xsd:string ; | ||
| 38 | - rdfs:subClassOf owl:Class . | ||
| 39 | - | ||
| 40 | -NCS:ClassOfIndividual | ||
| 41 | - rdf:type owl:Class ; | ||
| 42 | - rdfs:label "Class of individual"^^xsd:string ; | ||
| 43 | - rdfs:subClassOf owl:Class . | ||
| 44 | - | ||
| 45 | -NCS:ClassificationStructureForNorsok | ||
| 46 | - rdf:type owl:Class ; | ||
| 47 | - rdfs:label "Classification structure for Norsok"^^xsd:string ; | ||
| 48 | - rdfs:subClassOf NCS:ClassOfClassOfIndividual . | ||
| 49 | - | ||
| 50 | -NCS:CorClass | ||
| 51 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 52 | - rdfs:label "Cor class"^^xsd:string ; | ||
| 53 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 54 | 30 | ||
| 55 | NCS:Development | 31 | NCS:Development |
| 56 | rdf:type ILAP:PlanPhase ; | 32 | rdf:type ILAP:PlanPhase ; |
| ... | @@ -68,26 +44,6 @@ NCS:HighPriority | ... | @@ -68,26 +44,6 @@ NCS:HighPriority |
| 68 | rdf:type StandardData:Priority ; | 44 | rdf:type StandardData:Priority ; |
| 69 | rdfs:label "High priority"^^xsd:string . | 45 | rdfs:label "High priority"^^xsd:string . |
| 70 | 46 | ||
| 71 | -NCS:IndividualInCorClass | ||
| 72 | - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; | ||
| 73 | - rdfs:label "Individual in cor class"^^xsd:string ; | ||
| 74 | - rdfs:subClassOf NCS:IndividualInNorsokClass , ILAP:Discipline . | ||
| 75 | - | ||
| 76 | -NCS:IndividualInNorsokClass | ||
| 77 | - rdf:type owl:Class ; | ||
| 78 | - rdfs:label "Individual in norsok class"^^xsd:string ; | ||
| 79 | - rdfs:subClassOf NCS:PossibleIndividual . | ||
| 80 | - | ||
| 81 | -NCS:IndividualInPBSClass | ||
| 82 | - rdf:type owl:Class ; | ||
| 83 | - rdfs:label "Individual in PBSClass"^^xsd:string ; | ||
| 84 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | ||
| 85 | - | ||
| 86 | -NCS:IndividualInSABClass | ||
| 87 | - rdf:type owl:Class ; | ||
| 88 | - rdfs:label "Individual in SABClass"^^xsd:string ; | ||
| 89 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | ||
| 90 | - | ||
| 91 | NCS:LowCriticality | 47 | NCS:LowCriticality |
| 92 | rdf:type StandardData:Criticality ; | 48 | rdf:type StandardData:Criticality ; |
| 93 | rdfs:label "Low criticality"^^xsd:string . | 49 | rdfs:label "Low criticality"^^xsd:string . |
| ... | @@ -96,6 +52,10 @@ NCS:LowPriority | ... | @@ -96,6 +52,10 @@ NCS:LowPriority |
| 96 | rdf:type StandardData:Priority ; | 52 | rdf:type StandardData:Priority ; |
| 97 | rdfs:label "Low priority"^^xsd:string . | 53 | rdfs:label "Low priority"^^xsd:string . |
| 98 | 54 | ||
| 55 | +NCS:NPDelement_1 | ||
| 56 | + rdf:type NPD:NPDelement ; | ||
| 57 | + rdfs:label "NPDelement 1"^^xsd:string . | ||
| 58 | + | ||
| 99 | NCS:NormalCriticality | 59 | NCS:NormalCriticality |
| 100 | rdf:type StandardData:Criticality ; | 60 | rdf:type StandardData:Criticality ; |
| 101 | rdfs:label "Normal criticality"^^xsd:string . | 61 | rdfs:label "Normal criticality"^^xsd:string . |
| ... | @@ -108,11 +68,6 @@ NCS:Operation | ... | @@ -108,11 +68,6 @@ NCS:Operation |
| 108 | rdf:type ILAP:PlanPhase ; | 68 | rdf:type ILAP:PlanPhase ; |
| 109 | rdfs:label "Operation"^^xsd:string . | 69 | rdfs:label "Operation"^^xsd:string . |
| 110 | 70 | ||
| 111 | -NCS:PbsClass | ||
| 112 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 113 | - rdfs:label "PbsClass"^^xsd:string ; | ||
| 114 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 115 | - | ||
| 116 | NCS:PlannedActivity_1 | 71 | NCS:PlannedActivity_1 |
| 117 | rdf:type ILAP:PlannedActivity ; | 72 | rdf:type ILAP:PlannedActivity ; |
| 118 | rdfs:label "Planned activity 1"^^xsd:string ; | 73 | rdfs:label "Planned activity 1"^^xsd:string ; |
| ... | @@ -123,20 +78,10 @@ NCS:Planning | ... | @@ -123,20 +78,10 @@ NCS:Planning |
| 123 | rdf:type ILAP:PlanPhase ; | 78 | rdf:type ILAP:PlanPhase ; |
| 124 | rdfs:label "Planning"^^xsd:string . | 79 | rdfs:label "Planning"^^xsd:string . |
| 125 | 80 | ||
| 126 | -NCS:PossibleIndividual | ||
| 127 | - rdf:type owl:Class ; | ||
| 128 | - rdfs:label "Possible individual"^^xsd:string ; | ||
| 129 | - rdfs:subClassOf owl:Thing . | ||
| 130 | - | ||
| 131 | NCS:Removal | 81 | NCS:Removal |
| 132 | rdf:type ILAP:PlanPhase ; | 82 | rdf:type ILAP:PlanPhase ; |
| 133 | rdfs:label "Removal"^^xsd:string . | 83 | rdfs:label "Removal"^^xsd:string . |
| 134 | 84 | ||
| 135 | -NCS:SabClass | ||
| 136 | - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; | ||
| 137 | - rdfs:label "Sab class"^^xsd:string ; | ||
| 138 | - rdfs:subClassOf NCS:ClassInNorsok . | ||
| 139 | - | ||
| 140 | NCS:ShutdownAndDecommisioning | 85 | NCS:ShutdownAndDecommisioning |
| 141 | rdf:type ILAP:PlanPhase ; | 86 | rdf:type ILAP:PlanPhase ; |
| 142 | rdfs:label "Shutdown and decommisioning"^^xsd:string . | 87 | rdfs:label "Shutdown and decommisioning"^^xsd:string . |
| ... | @@ -413,7 +358,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -413,7 +358,7 @@ ILAP:StandardFreeWeekendPeriod |
| 413 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 358 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 414 | rdfs:label "Standard free weekend period"^^xsd:string ; | 359 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 415 | ILAP:hasCalendarPeriodFreeDay | 360 | ILAP:hasCalendarPeriodFreeDay |
| 416 | - ILAP:Saturday , ILAP:Sunday . | 361 | + ILAP:Sunday , ILAP:Saturday . |
| 417 | 362 | ||
| 418 | ILAP:StandardWorkWeekdayPeriod | 363 | ILAP:StandardWorkWeekdayPeriod |
| 419 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 364 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -458,6 +403,9 @@ ILAP:Wellbore | ... | @@ -458,6 +403,9 @@ ILAP:Wellbore |
| 458 | ILAP:hasActivityBaselineSchedule | 403 | ILAP:hasActivityBaselineSchedule |
| 459 | rdfs:range ILAP:Schedule . | 404 | rdfs:range ILAP:Schedule . |
| 460 | 405 | ||
| 406 | +ILAP:hasActivityPhase | ||
| 407 | + rdfs:range ILAP:Phase . | ||
| 408 | + | ||
| 461 | ILAP:hasActivityResource | 409 | ILAP:hasActivityResource |
| 462 | rdfs:domain ILAP:Activity ; | 410 | rdfs:domain ILAP:Activity ; |
| 463 | rdfs:range ILAP:Resource . | 411 | rdfs:range ILAP:Resource . |
| ... | @@ -465,9 +413,20 @@ ILAP:hasActivityResource | ... | @@ -465,9 +413,20 @@ ILAP:hasActivityResource |
| 465 | ILAP:hasActivityResourceProfile | 413 | ILAP:hasActivityResourceProfile |
| 466 | rdfs:domain ILAP:Activity . | 414 | rdfs:domain ILAP:Activity . |
| 467 | 415 | ||
| 416 | +ILAP:hasActivityShutdown | ||
| 417 | + rdfs:range ILAP:Shutdown . | ||
| 418 | + | ||
| 468 | ILAP:hasActivityWBSelement | 419 | ILAP:hasActivityWBSelement |
| 469 | rdfs:range ILAP:ActivityWBS . | 420 | rdfs:range ILAP:ActivityWBS . |
| 470 | 421 | ||
| 422 | +ILAP:hasActivityWeight | ||
| 423 | + rdfs:domain ILAP:Activity ; | ||
| 424 | + rdfs:range xsd:float . | ||
| 425 | + | ||
| 426 | +ILAP:hasCalendarDate | ||
| 427 | + rdfs:domain ILAP:Calendar ; | ||
| 428 | + rdfs:range xsd:date . | ||
| 429 | + | ||
| 471 | ILAP:hasCalendarPeriodDay | 430 | ILAP:hasCalendarPeriodDay |
| 472 | rdfs:domain ILAP:CalendarPeriod ; | 431 | rdfs:domain ILAP:CalendarPeriod ; |
| 473 | rdfs:range ILAP:CalendarDay . | 432 | rdfs:range ILAP:CalendarDay . |
| ... | @@ -476,13 +435,15 @@ ILAP:hasCalendarPeriodHour | ... | @@ -476,13 +435,15 @@ ILAP:hasCalendarPeriodHour |
| 476 | rdfs:domain ILAP:CalendarPeriod ; | 435 | rdfs:domain ILAP:CalendarPeriod ; |
| 477 | rdfs:range ILAP:CalendarHour . | 436 | rdfs:range ILAP:CalendarHour . |
| 478 | 437 | ||
| 438 | +ILAP:hasCalendarTime | ||
| 439 | + rdfs:domain ILAP:Calendar ; | ||
| 440 | + rdfs:range xsd:dateTime . | ||
| 441 | + | ||
| 479 | ILAP:hasPlanAsset | 442 | ILAP:hasPlanAsset |
| 480 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 443 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 481 | 444 | ||
| 482 | -ILAP:hasTimeNow | 445 | +ILAP:hasPlanResponsible |
| 483 | - rdf:type owl:DatatypeProperty ; | 446 | + rdfs:range ILAP:ResponsibleOrganization . |
| 484 | - rdfs:label "has time now"^^xsd:string ; | ||
| 485 | - rdfs:range xsd:date . | ||
| 486 | 447 | ||
| 487 | ILAP:hasWBSResource | 448 | ILAP:hasWBSResource |
| 488 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . | 449 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> . |
| ... | @@ -493,6 +454,27 @@ ILAP:hasWBScomponent | ... | @@ -493,6 +454,27 @@ ILAP:hasWBScomponent |
| 493 | ILAP:hasWBSphase | 454 | ILAP:hasWBSphase |
| 494 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . | 455 | rdfs:range <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> . |
| 495 | 456 | ||
| 457 | +ILAP:hasWorkTaskResponsible | ||
| 458 | + rdfs:range ILAP:ResponsiblePerson . | ||
| 459 | + | ||
| 460 | +riskfactor:hasRiskType | ||
| 461 | + rdfs:domain ILAP:RiskFactor . | ||
| 462 | + | ||
| 463 | +shutdown:hasShutdownContent | ||
| 464 | + rdfs:domain ILAP:Shutdown . | ||
| 465 | + | ||
| 466 | +shutdown:hasShutdownOperation | ||
| 467 | + rdfs:domain ILAP:Shutdown . | ||
| 468 | + | ||
| 469 | +shutdown:hasShutdownPeriod | ||
| 470 | + rdfs:domain ILAP:Shutdown . | ||
| 471 | + | ||
| 472 | +shutdown:hasShutdownPriority | ||
| 473 | + rdfs:domain ILAP:Shutdown . | ||
| 474 | + | ||
| 475 | +shutdown:hasShutdownType | ||
| 476 | + rdfs:domain ILAP:Shutdown . | ||
| 477 | + | ||
| 496 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 478 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 497 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 479 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 498 | 480 | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 13 | 13 | ||
| 14 | : rdf:type owl:Ontology ; | 14 | : rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://topbraid.org/spin/skosspin> , <http://topbraid.org/spin/skoscleaner> , <http://www.w3.org/2008/05/skos-xl> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2004/02/skos/core> ; | 15 | + owl:imports <http://www.w3.org/2004/02/skos/core> , <file:///C:/Users/Eier/Documents/Projects/TopBraid%20Workspace/TopBraid/SKOS/skos-core.ttl.tbc> , <http://www.w3.org/2008/05/skos-xl> , <http://topbraid.org/spin/skoscleaner> , <http://topbraid.org/spin/skosspin> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | :BakerHughes | 18 | :BakerHughes |
| ... | @@ -24,83 +24,23 @@ | ... | @@ -24,83 +24,23 @@ |
| 24 | rdfs:label "Conoco phillips"^^xsd:string . | 24 | rdfs:label "Conoco phillips"^^xsd:string . |
| 25 | 25 | ||
| 26 | :Contractor | 26 | :Contractor |
| 27 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 27 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 28 | rdfs:label "Contractor"^^xsd:string ; | 28 | rdfs:label "Contractor"^^xsd:string ; |
| 29 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648162> , :LegalEntity . | 29 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648162> . |
| 30 | - | ||
| 31 | -:EniNorge | ||
| 32 | - rdf:type :OilCompany ; | ||
| 33 | - rdfs:label "Eni norge"^^xsd:string . | ||
| 34 | 30 | ||
| 35 | :LegalEntity | 31 | :LegalEntity |
| 36 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 32 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 37 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Source> ; | 33 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Source> , <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
| 38 | - rdfs:subClassOf | ||
| 39 | - [ rdf:type owl:Restriction ; | ||
| 40 | - owl:onClass :Location ; | ||
| 41 | - owl:onProperty :hasLegalEntityLocation ; | ||
| 42 | - owl:qualifiedCardinality | ||
| 43 | - "1"^^xsd:nonNegativeInteger | ||
| 44 | - ] . | ||
| 45 | - | ||
| 46 | -:Location | ||
| 47 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | ||
| 48 | - rdfs:label "Location"^^xsd:string ; | ||
| 49 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> , <http://data.posccaesar.org/ilap/Location> . | ||
| 50 | - | ||
| 51 | -:Lundin | ||
| 52 | - rdf:type :OilCompany ; | ||
| 53 | - rdfs:label "Lundin"^^xsd:string . | ||
| 54 | - | ||
| 55 | -:NEA rdf:type :Regulator ; | ||
| 56 | - rdfs:label "NEA"^^xsd:string . | ||
| 57 | 34 | ||
| 58 | :NPD rdf:type :Regulator ; | 35 | :NPD rdf:type :Regulator ; |
| 59 | rdfs:label "NPD"^^xsd:string . | 36 | rdfs:label "NPD"^^xsd:string . |
| 60 | 37 | ||
| 61 | -:NTA rdf:type :Regulator ; | ||
| 62 | - rdfs:label "NTA"^^xsd:string . | ||
| 63 | - | ||
| 64 | :OilCompany | 38 | :OilCompany |
| 65 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 39 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 66 | rdfs:label "Oil Company"^^xsd:string ; | 40 | rdfs:label "Oil Company"^^xsd:string ; |
| 67 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8648100> , :LegalEntity . | 41 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS8648100> . |
| 68 | 42 | ||
| 69 | :Regulator | 43 | :Regulator |
| 70 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; | 44 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; |
| 71 | rdfs:label "Regulator"^^xsd:string ; | 45 | rdfs:label "Regulator"^^xsd:string ; |
| 72 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS283544> , :LegalEntity . | 46 | + rdfs:subClassOf :LegalEntity , <http://posccaesar.org/rdl/RDS283544> . |
| 73 | - | ||
| 74 | -:Schlumberger | ||
| 75 | - rdf:type :Contractor ; | ||
| 76 | - rdfs:label "Schlumberger"^^xsd:string . | ||
| 77 | - | ||
| 78 | -:Sevan | ||
| 79 | - rdf:type :Contractor ; | ||
| 80 | - rdfs:label "Sevan"^^xsd:string . | ||
| 81 | - | ||
| 82 | -:Statoil | ||
| 83 | - rdf:type :OilCompany ; | ||
| 84 | - rdfs:label "Statoil"^^xsd:string . | ||
| 85 | - | ||
| 86 | -:Subsea7 | ||
| 87 | - rdf:type :Contractor ; | ||
| 88 | - rdfs:label "Subsea7"^^xsd:string . | ||
| 89 | - | ||
| 90 | -:SumitomoMetal | ||
| 91 | - rdf:type :Contractor ; | ||
| 92 | - rdfs:label "Sumitomo metal"^^xsd:string . | ||
| 93 | - | ||
| 94 | -:Tananger | ||
| 95 | - rdf:type :Location ; | ||
| 96 | - rdfs:label "Tananger"^^xsd:string . | ||
| 97 | - | ||
| 98 | -:Technip | ||
| 99 | - rdf:type :Contractor ; | ||
| 100 | - rdfs:label "Technip"^^xsd:string . | ||
| 101 | - | ||
| 102 | -:hasLegalEntityLocation | ||
| 103 | - rdf:type owl:ObjectProperty ; | ||
| 104 | - rdfs:domain :LegalEntity ; | ||
| 105 | - rdfs:label "has legal entity location"^^xsd:string ; | ||
| 106 | - rdfs:range :Location . | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/ccu/ | 1 | # baseURI: http://data.posccaesar.org/ccu/ |
| 2 | 2 | ||
| 3 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/ccu/> . |
| 4 | -@prefix : <http://data.posccaesar.org/ccu/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | -@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | + |
| 9 | -: | 9 | +: rdf:type owl:Ontology ; |
| 10 | - rdf:type owl:Ontology ; | 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + |
| 12 | -. | 12 | +:CCU rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
| 13 | -:CCU | 13 | + rdfs:label "CCU"^^xsd:string ; |
| 14 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 14 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS221644028150> . |
| 15 | - rdf:type owl:Class ; | 15 | + |
| 16 | - rdfs:label "CCU"^^xsd:string ; | ||
| 17 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS221644028150> ; | ||
| 18 | - rdfs:subClassOf owl:Thing ; | ||
| 19 | -. | ||
| 20 | :CCU123 | 16 | :CCU123 |
| 21 | - rdf:type :CCU ; | 17 | + rdf:type :CCU ; |
| 22 | - rdfs:label "CCU 123"^^xsd:string ; | 18 | + 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/ | 1 | # baseURI: http://data.posccaesar.org/diskos/ |
| 2 | 2 | ||
| 3 | -# c14n-version: 3 | 3 | +@prefix : <http://data.posccaesar.org/diskos/> . |
| 4 | -@prefix : <http://data.posccaesar.org/diskos/> . | 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | -@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | + |
| 9 | -: | 9 | +: rdf:type owl:Ontology ; |
| 10 | - rdf:type owl:Ontology ; | 10 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 11 | + |
| 12 | -. | ||
| 13 | :Asset | 12 | :Asset |
| 14 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 13 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; |
| 15 | - rdf:type owl:Class ; | 14 | + rdfs:label "Asset"^^xsd:string ; |
| 16 | - rdfs:label "Asset"^^xsd:string ; | 15 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8645837> . |
| 17 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8645837> ; | 16 | + |
| 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 | 17 | :EkofiskField |
| 27 | - rdf:type :Asset ; | 18 | + rdf:type :Asset ; |
| 28 | - :hasAssetValue "30"^^xsd:float ; | 19 | + rdfs:label "Ekofisk field"^^xsd:string . |
| 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 | -. | ... | ... |
| ... | @@ -19,96 +19,7 @@ | ... | @@ -19,96 +19,7 @@ |
| 19 | : rdf:type owl:Ontology ; | 19 | : rdf:type owl:Ontology ; |
| 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 21 | 21 | ||
| 22 | -:BAA rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 23 | - rdfs:label "Business area agreement"^^xsd:string ; | ||
| 24 | - rdfs:subClassOf :NPDelement . | ||
| 25 | - | ||
| 26 | -:BAA_1 | ||
| 27 | - rdf:type :BAA ; | ||
| 28 | - rdfs:label "Business Area Arrangement 1"^^xsd:string . | ||
| 29 | - | ||
| 30 | -:Ekofisk | ||
| 31 | - rdf:type :Field ; | ||
| 32 | - rdfs:label "Ekofisk"^^xsd:string . | ||
| 33 | - | ||
| 34 | -:EldfiskC | ||
| 35 | - rdf:type :SubsurfaceFacility ; | ||
| 36 | - rdfs:label "Eldfisk C"^^xsd:string . | ||
| 37 | - | ||
| 38 | -:Facility | ||
| 39 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 40 | - rdfs:label "Facility"^^xsd:string ; | ||
| 41 | - rdfs:subClassOf :NPDelement . | ||
| 42 | - | ||
| 43 | -:Field | ||
| 44 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | ||
| 45 | - rdfs:label "Field"^^xsd:string ; | ||
| 46 | - rdfs:subClassOf :NPDelement . | ||
| 47 | - | ||
| 48 | -:Goliat | ||
| 49 | - rdf:type :Field ; | ||
| 50 | - rdfs:label "Goliat"^^xsd:string . | ||
| 51 | - | ||
| 52 | -:GoliatFPSO | ||
| 53 | - rdf:type :Facility ; | ||
| 54 | - rdfs:label "Goliat FPSO"^^xsd:string . | ||
| 55 | - | ||
| 56 | -:JohanSverdrup | ||
| 57 | - rdf:type :Field ; | ||
| 58 | - rdfs:label "Johan sverdrup"^^xsd:string . | ||
| 59 | - | ||
| 60 | -:License_1 | ||
| 61 | - rdf:type :ProductionLicense ; | ||
| 62 | - rdfs:label "License 1"^^xsd:string . | ||
| 63 | - | ||
| 64 | :NPDelement | 22 | :NPDelement |
| 65 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> ; | ||
| 66 | - rdfs:label "NPDelement"^^xsd:string , "Petroleum register element"^^xsd:string ; | ||
| 67 | - rdfs:subClassOf <http://data.posccaesar.org/ilap/Location> , owl:Thing , <http://posccaesar.org/rdl/RDS1750688011> . | ||
| 68 | - | ||
| 69 | -:PipelineFacility | ||
| 70 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 71 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 72 | - | ||
| 73 | -:ProductionLicense | ||
| 74 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | ||
| 75 | - rdfs:label "License"^^xsd:string ; | ||
| 76 | - rdfs:subClassOf :NPDelement . | ||
| 77 | - | ||
| 78 | -:StafjordA | ||
| 79 | - rdf:type :SurfaceFacility ; | ||
| 80 | - rdfs:label "Statfjord A"^^xsd:string . | ||
| 81 | - | ||
| 82 | -:StatPipe | ||
| 83 | - rdf:type :PipelineFacility . | ||
| 84 | - | ||
| 85 | -:Statfjord | ||
| 86 | - rdf:type :Field ; | ||
| 87 | - rdfs:label "Statfjord"^^xsd:string . | ||
| 88 | - | ||
| 89 | -:StatfjordA | ||
| 90 | - rdf:type owl:Class ; | ||
| 91 | - rdfs:label "Statfjord a"^^xsd:string ; | ||
| 92 | - rdfs:subClassOf :SurfaceFacility . | ||
| 93 | - | ||
| 94 | -:StatfjordB | ||
| 95 | - rdf:type :SurfaceFacility ; | ||
| 96 | - rdfs:label "Statfjord B"^^xsd:string . | ||
| 97 | - | ||
| 98 | -:StatfjordSatelliteA | ||
| 99 | - rdf:type :SubsurfaceFacility . | ||
| 100 | - | ||
| 101 | -:SubsurfaceFacility | ||
| 102 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | ||
| 103 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | ||
| 104 | - | ||
| 105 | -:SurfaceFacility | ||
| 106 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; | 23 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFunctionalObject> , owl:Class ; |
| 107 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750613511> , :Facility . | 24 | + rdfs:label "Petroleum register element"^^xsd:string , "NPDelement"^^xsd:string ; |
| 108 | - | 25 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1750688011> , owl:Thing , <http://data.posccaesar.org/ilap/Location> . |
| 109 | -:WellBore | ||
| 110 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfFeature> , owl:Class ; | ||
| 111 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1714464911> , :NPDelement . | ||
| 112 | - | ||
| 113 | -:WellBore_1 | ||
| 114 | - rdf:type :WellBore . | ... | ... |
| ... | @@ -9,9 +9,9 @@ | ... | @@ -9,9 +9,9 @@ |
| 9 | : rdf:type owl:Ontology ; | 9 | : rdf:type owl:Ontology ; |
| 10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 10 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 11 | 11 | ||
| 12 | -:HcSystemsWork | 12 | +:HCsystemsWork |
| 13 | rdf:type :RiskType ; | 13 | rdf:type :RiskType ; |
| 14 | - rdfs:label "Hc systems work"^^xsd:string . | 14 | + rdfs:label "HC systems work"^^xsd:string . |
| 15 | 15 | ||
| 16 | :HeightWork | 16 | :HeightWork |
| 17 | rdf:type :RiskType ; | 17 | rdf:type :RiskType ; |
| ... | @@ -33,11 +33,6 @@ | ... | @@ -33,11 +33,6 @@ |
| 33 | rdf:type :RiskType ; | 33 | rdf:type :RiskType ; |
| 34 | rdfs:label "Reservoir drilling operation"^^xsd:string . | 34 | rdfs:label "Reservoir drilling operation"^^xsd:string . |
| 35 | 35 | ||
| 36 | -:RiskFactor | ||
| 37 | - rdf:type owl:Class ; | ||
| 38 | - rdfs:label "Risk factor"^^xsd:string ; | ||
| 39 | - rdfs:subClassOf owl:Thing . | ||
| 40 | - | ||
| 41 | :RiskType | 36 | :RiskType |
| 42 | rdf:type owl:Class ; | 37 | rdf:type owl:Class ; |
| 43 | rdfs:label "Risk type"^^xsd:string ; | 38 | rdfs:label "Risk type"^^xsd:string ; |
| ... | @@ -53,6 +48,5 @@ | ... | @@ -53,6 +48,5 @@ |
| 53 | 48 | ||
| 54 | :hasRiskType | 49 | :hasRiskType |
| 55 | rdf:type owl:ObjectProperty ; | 50 | rdf:type owl:ObjectProperty ; |
| 56 | - rdfs:domain :RiskFactor ; | ||
| 57 | rdfs:label "has risk type"^^xsd:string ; | 51 | rdfs:label "has risk type"^^xsd:string ; |
| 58 | rdfs:range :RiskType . | 52 | rdfs:range :RiskType . | ... | ... |
| ... | @@ -101,11 +101,6 @@ | ... | @@ -101,11 +101,6 @@ |
| 101 | rdf:type :ShutdownType ; | 101 | rdf:type :ShutdownType ; |
| 102 | rdfs:label "Scheduled Shutdown"^^xsd:string . | 102 | rdfs:label "Scheduled Shutdown"^^xsd:string . |
| 103 | 103 | ||
| 104 | -:Shutdown | ||
| 105 | - rdf:type owl:Class ; | ||
| 106 | - rdfs:label "Shutdown"^^xsd:string ; | ||
| 107 | - rdfs:subClassOf owl:Thing . | ||
| 108 | - | ||
| 109 | :ShutdownContent | 104 | :ShutdownContent |
| 110 | rdf:type owl:Class ; | 105 | rdf:type owl:Class ; |
| 111 | rdfs:label "Shutdown content"^^xsd:string ; | 106 | rdfs:label "Shutdown content"^^xsd:string ; |
| ... | @@ -161,7 +156,6 @@ | ... | @@ -161,7 +156,6 @@ |
| 161 | 156 | ||
| 162 | :hasShutdownContent | 157 | :hasShutdownContent |
| 163 | rdf:type owl:ObjectProperty ; | 158 | rdf:type owl:ObjectProperty ; |
| 164 | - rdfs:domain :Shutdown ; | ||
| 165 | rdfs:label "has shutdown content"^^xsd:string ; | 159 | rdfs:label "has shutdown content"^^xsd:string ; |
| 166 | rdfs:range :ShutdownContent . | 160 | rdfs:range :ShutdownContent . |
| 167 | 161 | ||
| ... | @@ -171,27 +165,18 @@ | ... | @@ -171,27 +165,18 @@ |
| 171 | rdfs:label "has shutdwn end"^^xsd:string ; | 165 | rdfs:label "has shutdwn end"^^xsd:string ; |
| 172 | rdfs:range xsd:dateTime . | 166 | rdfs:range xsd:dateTime . |
| 173 | 167 | ||
| 174 | -:hasShutdownName | ||
| 175 | - rdf:type owl:DatatypeProperty ; | ||
| 176 | - rdfs:domain :Shutdown ; | ||
| 177 | - rdfs:label "has shutdown name"^^xsd:string ; | ||
| 178 | - rdfs:range xsd:string . | ||
| 179 | - | ||
| 180 | :hasShutdownOperation | 168 | :hasShutdownOperation |
| 181 | rdf:type owl:ObjectProperty ; | 169 | rdf:type owl:ObjectProperty ; |
| 182 | - rdfs:domain :Shutdown ; | ||
| 183 | rdfs:label "has shutdown operation"^^xsd:string ; | 170 | rdfs:label "has shutdown operation"^^xsd:string ; |
| 184 | rdfs:range :ShutdownOperation . | 171 | rdfs:range :ShutdownOperation . |
| 185 | 172 | ||
| 186 | :hasShutdownPeriod | 173 | :hasShutdownPeriod |
| 187 | rdf:type owl:ObjectProperty ; | 174 | rdf:type owl:ObjectProperty ; |
| 188 | - rdfs:domain :Shutdown ; | ||
| 189 | rdfs:label "has shutdown period"^^xsd:string ; | 175 | rdfs:label "has shutdown period"^^xsd:string ; |
| 190 | rdfs:range :ShutdownPeriod . | 176 | rdfs:range :ShutdownPeriod . |
| 191 | 177 | ||
| 192 | :hasShutdownPriority | 178 | :hasShutdownPriority |
| 193 | rdf:type owl:ObjectProperty ; | 179 | rdf:type owl:ObjectProperty ; |
| 194 | - rdfs:domain :Shutdown ; | ||
| 195 | rdfs:label "has shutdown priority"^^xsd:string ; | 180 | rdfs:label "has shutdown priority"^^xsd:string ; |
| 196 | rdfs:range :ShutdownPriority . | 181 | rdfs:range :ShutdownPriority . |
| 197 | 182 | ||
| ... | @@ -203,6 +188,5 @@ | ... | @@ -203,6 +188,5 @@ |
| 203 | 188 | ||
| 204 | :hasShutdownType | 189 | :hasShutdownType |
| 205 | rdf:type owl:ObjectProperty ; | 190 | rdf:type owl:ObjectProperty ; |
| 206 | - rdfs:domain :Shutdown ; | ||
| 207 | rdfs:label "has shutdown type"^^xsd:string ; | 191 | rdfs:label "has shutdown type"^^xsd:string ; |
| 208 | rdfs:range :ShutdownType . | 192 | rdfs:range :ShutdownType . | ... | ... |
-
Please register or login to post a comment