Tore Christiansen

Changes

Added COR.ttl
This diff could not be displayed because it is too large.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 20 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 21
22 NCS: rdf:type owl:Ontology ; 22 NCS: rdf:type owl:Ontology ;
23 - owl:imports <http://data.posccaesar.org/epcis/> , ILAP: , <http://data.posccaesar.org/pob/> , <http://data.posccaesar.org/ccu/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/npd/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/brreg/> . 23 + owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> .
24 24
25 NCS:Active 25 NCS:Active
26 rdf:type ILAP:Status ; 26 rdf:type ILAP:Status ;
...@@ -47,20 +47,20 @@ NCS:ClassificationStructureForNorsok ...@@ -47,20 +47,20 @@ NCS:ClassificationStructureForNorsok
47 rdfs:subClassOf NCS:ClassOfClassOfIndividual . 47 rdfs:subClassOf NCS:ClassOfClassOfIndividual .
48 48
49 NCS:CorClass 49 NCS:CorClass
50 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 50 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
51 rdfs:label "Cor class"^^xsd:string ; 51 rdfs:label "Cor class"^^xsd:string ;
52 rdfs:subClassOf NCS:ClassInNorsok . 52 rdfs:subClassOf NCS:ClassInNorsok .
53 53
54 NCS:Development 54 NCS:Development
55 - rdf:type ILAP:Phase ; 55 + rdf:type ILAP:PlanPhase ;
56 rdfs:label "Development"^^xsd:string . 56 rdfs:label "Development"^^xsd:string .
57 57
58 NCS:Exploration 58 NCS:Exploration
59 - rdf:type ILAP:Phase ; 59 + rdf:type ILAP:PlanPhase ;
60 rdfs:label "Exploration"^^xsd:string . 60 rdfs:label "Exploration"^^xsd:string .
61 61
62 NCS:IndividualInCorClass 62 NCS:IndividualInCorClass
63 - rdf:type owl:Class , ILAP:NORSOKZ014 , NCS:CorClass ; 63 + rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
64 rdfs:label "Individual in cor class"^^xsd:string ; 64 rdfs:label "Individual in cor class"^^xsd:string ;
65 rdfs:subClassOf NCS:IndividualInNorsokClass . 65 rdfs:subClassOf NCS:IndividualInNorsokClass .
66 66
...@@ -80,16 +80,16 @@ NCS:IndividualInSABClass ...@@ -80,16 +80,16 @@ NCS:IndividualInSABClass
80 rdfs:subClassOf NCS:IndividualInNorsokClass . 80 rdfs:subClassOf NCS:IndividualInNorsokClass .
81 81
82 NCS:Operation 82 NCS:Operation
83 - rdf:type ILAP:Phase ; 83 + rdf:type ILAP:PlanPhase ;
84 rdfs:label "Operation"^^xsd:string . 84 rdfs:label "Operation"^^xsd:string .
85 85
86 NCS:PbsClass 86 NCS:PbsClass
87 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 87 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
88 rdfs:label "PbsClass"^^xsd:string ; 88 rdfs:label "PbsClass"^^xsd:string ;
89 rdfs:subClassOf NCS:ClassInNorsok . 89 rdfs:subClassOf NCS:ClassInNorsok .
90 90
91 NCS:Planning 91 NCS:Planning
92 - rdf:type ILAP:Phase ; 92 + rdf:type ILAP:PlanPhase ;
93 rdfs:label "Planning"^^xsd:string . 93 rdfs:label "Planning"^^xsd:string .
94 94
95 NCS:PossibleIndividual 95 NCS:PossibleIndividual
...@@ -98,16 +98,16 @@ NCS:PossibleIndividual ...@@ -98,16 +98,16 @@ NCS:PossibleIndividual
98 rdfs:subClassOf owl:Thing . 98 rdfs:subClassOf owl:Thing .
99 99
100 NCS:Removal 100 NCS:Removal
101 - rdf:type ILAP:Phase ; 101 + rdf:type ILAP:PlanPhase ;
102 rdfs:label "Removal"^^xsd:string . 102 rdfs:label "Removal"^^xsd:string .
103 103
104 NCS:SabClass 104 NCS:SabClass
105 - rdf:type owl:Class , NCS:ClassificationStructureForNorsok ; 105 + rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
106 rdfs:label "Sab class"^^xsd:string ; 106 rdfs:label "Sab class"^^xsd:string ;
107 rdfs:subClassOf NCS:ClassInNorsok . 107 rdfs:subClassOf NCS:ClassInNorsok .
108 108
109 NCS:ShutdownAndDecommisioning 109 NCS:ShutdownAndDecommisioning
110 - rdf:type ILAP:Phase ; 110 + rdf:type ILAP:PlanPhase ;
111 rdfs:label "Shutdown and decommisioning"^^xsd:string . 111 rdfs:label "Shutdown and decommisioning"^^xsd:string .
112 112
113 ILAP: 113 ILAP:
...@@ -338,7 +338,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -338,7 +338,7 @@ ILAP:StandardFreeWeekendPeriod
338 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 338 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
339 rdfs:label "Standard free weekend period"^^xsd:string ; 339 rdfs:label "Standard free weekend period"^^xsd:string ;
340 ILAP:hasCalendarPeriodFreeDay 340 ILAP:hasCalendarPeriodFreeDay
341 - ILAP:Saturday , ILAP:Sunday . 341 + ILAP:Sunday , ILAP:Saturday .
342 342
343 ILAP:StandardWorkWeekdayPeriod 343 ILAP:StandardWorkWeekdayPeriod
344 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 344 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
......
This diff is collapsed. Click to expand it.
...@@ -21,7 +21,7 @@ UC2:ActivityDependency_1 ...@@ -21,7 +21,7 @@ UC2:ActivityDependency_1
21 rdfs:label "Activity dependency 1"^^xsd:string . 21 rdfs:label "Activity dependency 1"^^xsd:string .
22 22
23 UC2:ActivityWBS_1 23 UC2:ActivityWBS_1
24 - rdf:type <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> , PBS:AC , ILAP:ActivityWBS , COR:ADA ; 24 + rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ;
25 rdfs:label "Activity WBS 1"^^xsd:string . 25 rdfs:label "Activity WBS 1"^^xsd:string .
26 26
27 UC2:Baseline_1 27 UC2:Baseline_1
...@@ -37,7 +37,7 @@ UC2:CurrentControlEstimate_1 ...@@ -37,7 +37,7 @@ UC2:CurrentControlEstimate_1
37 rdfs:label "Current control estimate 1"^^xsd:string . 37 rdfs:label "Current control estimate 1"^^xsd:string .
38 38
39 UC2:Discipline_1 39 UC2:Discipline_1
40 - rdf:type ILAP:Discipline , COR:BEA ; 40 + rdf:type COR:BEA , ILAP:Discipline ;
41 rdfs:label "Discipline 1"^^xsd:string . 41 rdfs:label "Discipline 1"^^xsd:string .
42 42
43 UC2:FinishToStart_1 43 UC2:FinishToStart_1
...@@ -51,7 +51,7 @@ UC2:FinishToStart_1 ...@@ -51,7 +51,7 @@ UC2:FinishToStart_1
51 2 . 51 2 .
52 52
53 UC2:Location_1 53 UC2:Location_1
54 - rdf:type ILAP:Location , NPD:StatfjordA ; 54 + rdf:type NPD:StatfjordA , ILAP:Location ;
55 rdfs:label "Location 1"^^xsd:string . 55 rdfs:label "Location 1"^^xsd:string .
56 56
57 UC2:Milestone_1 57 UC2:Milestone_1
...@@ -86,7 +86,7 @@ UC2:Profile_1 ...@@ -86,7 +86,7 @@ UC2:Profile_1
86 rdf:type ILAP:Profile ; 86 rdf:type ILAP:Profile ;
87 rdfs:label "Profile 1"^^xsd:string ; 87 rdfs:label "Profile 1"^^xsd:string ;
88 ILAP:hasProfilePoint 88 ILAP:hasProfilePoint
89 - UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . 89 + UC2:ProfilePoint_2 , UC2:ProfilePoint_1 .
90 90
91 UC2:ProjectPlan_2 91 UC2:ProjectPlan_2
92 rdf:type ILAP:ProjectPlan ; 92 rdf:type ILAP:ProjectPlan ;
...@@ -105,7 +105,7 @@ UC2:Regular8To16WorkingDayCalendar_1 ...@@ -105,7 +105,7 @@ UC2:Regular8To16WorkingDayCalendar_1
105 rdfs:label "Regular8To16Working day calendar 1"^^xsd:string . 105 rdfs:label "Regular8To16Working day calendar 1"^^xsd:string .
106 106
107 UC2:ResourceStructure_1 107 UC2:ResourceStructure_1
108 - rdf:type ILAP:ResourceStructure ; 108 + rdf:type ILAP:Resource ;
109 rdfs:label "Resource structure 1"^^xsd:string . 109 rdfs:label "Resource structure 1"^^xsd:string .
110 110
111 UC2:ResponsibleOrganization_1 111 UC2:ResponsibleOrganization_1
...@@ -127,18 +127,18 @@ ILAP:ContractorWBS_1 ...@@ -127,18 +127,18 @@ ILAP:ContractorWBS_1
127 rdf:type ILAP:ContractorWBS ; 127 rdf:type ILAP:ContractorWBS ;
128 rdfs:label "Contractor WBS 1"^^xsd:string ; 128 rdfs:label "Contractor WBS 1"^^xsd:string ;
129 ILAP:hasContractorWBSelement 129 ILAP:hasContractorWBSelement
130 - "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . 130 + "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
131 131
132 ILAP:PlannedActivity 132 ILAP:PlannedActivity
133 rdfs:subClassOf 133 rdfs:subClassOf
134 [ rdf:type owl:Restriction ; 134 [ rdf:type owl:Restriction ;
135 - owl:allValuesFrom ILAP:ResponsibleOrganization ; 135 + owl:allValuesFrom ILAP:Calendar ;
136 - owl:onProperty ILAP:hasActivityResponsibleOrganization 136 + owl:onProperty ILAP:hasActivityCalendar
137 ] ; 137 ] ;
138 rdfs:subClassOf 138 rdfs:subClassOf
139 [ rdf:type owl:Restriction ; 139 [ rdf:type owl:Restriction ;
140 - owl:allValuesFrom ILAP:Calendar ; 140 + owl:allValuesFrom ILAP:ResponsibleOrganization ;
141 - owl:onProperty ILAP:hasActivityCalendar 141 + owl:onProperty ILAP:hasActivityResponsibleOrganization
142 ] . 142 ] .
143 143
144 ILAP:TargetSchedule_1 144 ILAP:TargetSchedule_1
......