Rebuilding the structure based on misc input from Håvard, David, David and others
Showing
7 changed files
with
55 additions
and
214 deletions
COR.ttl
0 → 100644
This diff could not be displayed because it is too large.
| 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ | 1 | # baseURI: http://data.posccaesar.org/NCS_PLANNING/ |
| 2 | # imports: http://data.posccaesar.org/ilap/ | 2 | # imports: http://data.posccaesar.org/ilap/ |
| 3 | +# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding | ||
| 3 | 4 | ||
| 4 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . | 5 | @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . |
| 6 | +@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> . | ||
| 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 7 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 6 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 8 | @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 7 | @prefix SCCS: <http://data.posccaesar.org/sccs/> . | 9 | @prefix SCCS: <http://data.posccaesar.org/sccs/> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | +@prefix p1: <http://example.org/file1#> . | ||
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | 15 | ||
| 13 | NCS: rdf:type owl:Ontology ; | 16 | NCS: rdf:type owl:Ontology ; |
| 14 | - owl:imports ILAP: . | 17 | + owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> . |
| 15 | 18 | ||
| 16 | ILAP: | 19 | ILAP: |
| 17 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| ... | @@ -194,13 +197,6 @@ ILAP:Pending | ... | @@ -194,13 +197,6 @@ ILAP:Pending |
| 194 | rdf:type ILAP:Status ; | 197 | rdf:type ILAP:Status ; |
| 195 | rdfs:label "Pending"^^xsd:string . | 198 | rdfs:label "Pending"^^xsd:string . |
| 196 | 199 | ||
| 197 | -ILAP:PlannedActivity | ||
| 198 | - rdfs:subClassOf | ||
| 199 | - [ rdf:type owl:Restriction ; | ||
| 200 | - owl:allValuesFrom SCCS:SCCScode ; | ||
| 201 | - owl:onProperty ILAP:hasActivityILAPWBS | ||
| 202 | - ] . | ||
| 203 | - | ||
| 204 | ILAP:Primavera | 200 | ILAP:Primavera |
| 205 | rdf:type ILAP:Application ; | 201 | rdf:type ILAP:Application ; |
| 206 | rdfs:label "Primavera"^^xsd:string . | 202 | rdfs:label "Primavera"^^xsd:string . |
| ... | @@ -298,8 +294,11 @@ ILAP:Wellbore | ... | @@ -298,8 +294,11 @@ ILAP:Wellbore |
| 298 | ILAP:hasActivityCOR | 294 | ILAP:hasActivityCOR |
| 299 | rdfs:range SCCS:CORcode . | 295 | rdfs:range SCCS:CORcode . |
| 300 | 296 | ||
| 301 | -ILAP:hasActivityILAPWBS | 297 | +ILAP:hasActivityWBS |
| 302 | - rdfs:range SCCS:SCCScode . | 298 | + rdfs:range COR:CORelement . |
| 303 | 299 | ||
| 304 | ILAP:hasPlanAsset | 300 | ILAP:hasPlanAsset |
| 305 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 301 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . |
| 302 | + | ||
| 303 | +COR:CORelement | ||
| 304 | + rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | ||
| 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . | 4 | @prefix : <http://data.posccaesar.org/Data/UC2/> . |
| 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | @prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 6 | -@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . | 6 | +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . |
| 7 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . | 7 | @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1 | ... | @@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1 |
| 27 | <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; | 27 | <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; |
| 28 | ILAP:hasActivityDuration | 28 | ILAP:hasActivityDuration |
| 29 | "P0Y0M10D"^^xsd:duration ; | 29 | "P0Y0M10D"^^xsd:duration ; |
| 30 | - ILAP:hasActivityILAPWBS | ||
| 31 | - <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ; | ||
| 32 | ILAP:hasActivityLocation | 30 | ILAP:hasActivityLocation |
| 33 | <http://data.posccaesar.org/npd/EldfiskC> ; | 31 | <http://data.posccaesar.org/npd/EldfiskC> ; |
| 34 | ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; | 32 | ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; |
| ... | @@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1 | ... | @@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1 |
| 57 | ILAP:Successor_1 ; | 55 | ILAP:Successor_1 ; |
| 58 | ILAP:hasActivityVendor | 56 | ILAP:hasActivityVendor |
| 59 | <http://data.posccaesar.org/brreg/SumitomoMetal> ; | 57 | <http://data.posccaesar.org/brreg/SumitomoMetal> ; |
| 58 | + ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ; | ||
| 60 | ILAP:hasActivityWorkTask | 59 | ILAP:hasActivityWorkTask |
| 61 | <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; | 60 | <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; |
| 62 | ILAP:hasActivityWorkVolume | 61 | ILAP:hasActivityWorkVolume |
| ... | @@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6 | ... | @@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6 |
| 157 | ILAP:Scheduled . | 156 | ILAP:Scheduled . |
| 158 | 157 | ||
| 159 | ILAP:ActualSchedule_1 | 158 | ILAP:ActualSchedule_1 |
| 160 | - rdf:type ILAP:ActualSchedule ; | 159 | + rdf:type ILAP:RevisedSchedule ; |
| 161 | rdfs:label "Actual schedule 1"^^xsd:string ; | 160 | rdfs:label "Actual schedule 1"^^xsd:string ; |
| 162 | ILAP:hasBaselineCreatedDate | 161 | ILAP:hasBaselineCreatedDate |
| 163 | "2014-03-15"^^xsd:date ; | 162 | "2014-03-15"^^xsd:date ; |
| ... | @@ -170,7 +169,7 @@ ILAP:ContractorWBS_1 | ... | @@ -170,7 +169,7 @@ ILAP:ContractorWBS_1 |
| 170 | rdf:type ILAP:ContractorWBS ; | 169 | rdf:type ILAP:ContractorWBS ; |
| 171 | rdfs:label "Contractor WBS 1"^^xsd:string ; | 170 | rdfs:label "Contractor WBS 1"^^xsd:string ; |
| 172 | ILAP:hasContractorWBSelement | 171 | ILAP:hasContractorWBSelement |
| 173 | - "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . | 172 | + "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string . |
| 174 | 173 | ||
| 175 | ILAP:ExternalReference_1 | 174 | ILAP:ExternalReference_1 |
| 176 | rdf:type ILAP:ExternalReference ; | 175 | rdf:type ILAP:ExternalReference ; | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/Data/UC3/ | 1 | # baseURI: http://data.posccaesar.org/Data/UC3/ |
| 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ | 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ |
| 3 | 3 | ||
| 4 | -# c14n-version: 3 | 4 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 5 | -@prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . |
| 6 | -@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | + |
| 11 | -UC3: | 11 | +UC3: rdf:type owl:Ontology ; |
| 12 | - rdf:type owl:Ontology ; | 12 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 13 | - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 13 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 14 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 14 | + |
| 15 | -. | ||
| 16 | -UC3:ActualSchedule_1 | ||
| 17 | - rdf:type ILAP:ActualSchedule ; | ||
| 18 | - rdfs:label "Actual schedule 1"^^xsd:string ; | ||
| 19 | -. | ||
| 20 | UC3:Asset_1 | 15 | UC3:Asset_1 |
| 21 | - rdf:type <http://ILAP_1.5/diskos#Asset> ; | 16 | + rdf:type <http://ILAP_1.5/diskos#Asset> ; |
| 22 | - rdfs:label "Asset 1"^^xsd:string ; | 17 | + rdfs:label "Asset 1"^^xsd:string . |
| 23 | -. | 18 | + |
| 24 | UC3:ContractorWBS_1 | 19 | UC3:ContractorWBS_1 |
| 25 | - rdf:type ILAP:ContractorWBS ; | 20 | + rdf:type ILAP:ContractorWBS ; |
| 26 | - rdfs:label "Contractor WBS 1"^^xsd:string ; | 21 | + rdfs:label "Contractor WBS 1"^^xsd:string . |
| 27 | -. | 22 | + |
| 28 | UC3:ContractorWBS_2 | 23 | UC3:ContractorWBS_2 |
| 29 | - rdf:type ILAP:ContractorWBS ; | 24 | + rdf:type ILAP:ContractorWBS ; |
| 30 | - rdfs:label "Contractor WBS 2"^^xsd:string ; | 25 | + rdfs:label "Contractor WBS 2"^^xsd:string . |
| 31 | -. | 26 | + |
| 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 | 27 | UC3:TargetSchedule_1 |
| 173 | - rdf:type ILAP:TargetSchedule ; | 28 | + rdf:type ILAP:TargetSchedule ; |
| 174 | - rdfs:label "Target schedule 1"^^xsd:string ; | 29 | + rdfs:label "Target schedule 1"^^xsd:string . |
| 175 | -. | 30 | + |
| 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> | 31 | <http://data.posccaesar.org/brreg/LegalEntity> |
| 181 | - rdfs:subClassOf ILAP:ResponsibleOrganization ; | 32 | + rdfs:subClassOf ILAP:ResponsibleOrganization . |
| 182 | -. | ... | ... |
| 1 | # baseURI: http://data.posccaesar.org/Data/UC4/ | 1 | # baseURI: http://data.posccaesar.org/Data/UC4/ |
| 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ | 2 | # imports: http://data.posccaesar.org/NCS_PLANNING/ |
| 3 | 3 | ||
| 4 | -# c14n-version: 3 | 4 | +@prefix ILAP: <http://data.posccaesar.org/ilap/> . |
| 5 | -@prefix ILAP: <http://data.posccaesar.org/ilap/> . | 5 | +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . |
| 6 | -@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . | 6 | +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . |
| 7 | -@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . | 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | -@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | + |
| 12 | -UC4: | 12 | +UC4: rdf:type owl:Ontology ; |
| 13 | - rdf:type owl:Ontology ; | 13 | + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 14 | - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 14 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 15 | + |
| 16 | -. | ||
| 17 | UC4:BaselineSetting_1 | 16 | UC4:BaselineSetting_1 |
| 18 | - rdf:type ILAP:BaselineSetting ; | 17 | + rdf:type ILAP:BaselineSetting ; |
| 19 | - ILAP:hasBaseline UC4:ScheduledPlan_1 ; | 18 | + rdfs:label "Baseline setting 1"^^xsd:string . |
| 20 | - rdfs:label "Baseline setting 1"^^xsd:string ; | 19 | + |
| 21 | -. | ||
| 22 | UC4:Planning_1 | 20 | UC4:Planning_1 |
| 23 | - rdf:type ILAP:Planning ; | 21 | + rdf:type ILAP:Planning ; |
| 24 | - lci:hasPart UC4:BaselineSetting_1 ; | 22 | + rdfs:label "Planning 1"^^xsd:string ; |
| 25 | - rdfs:label "Planning 1"^^xsd:string ; | 23 | + lci:hasPart UC4:BaselineSetting_1 . |
| 26 | -. | ||
| 27 | -UC4:ScheduledPlan_1 | ||
| 28 | - rdf:type ILAP:NetworkSchedule ; | ||
| 29 | - rdfs:label "Scheduled plan 1"^^xsd:string ; | ||
| 30 | -. | ... | ... |
-
Please register or login to post a comment