Tore Christiansen

Added COR extension

This diff could not be displayed because it is too large.
...@@ -72,17 +72,17 @@ ILAP:CAPEX ...@@ -72,17 +72,17 @@ ILAP:CAPEX
72 72
73 ILAP:COR_KI 73 ILAP:COR_KI
74 rdf:type owl:Class ; 74 rdf:type owl:Class ;
75 - rdfs:label "ILAP COR extension KI: Automation "^^xsd:string ; 75 + rdfs:label "Automation (ILAP extension to COR)"^^xsd:string ;
76 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . 76 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
77 77
78 ILAP:COR_KK 78 ILAP:COR_KK
79 rdf:type owl:Class ; 79 rdf:type owl:Class ;
80 - rdfs:label "ILAP COR extension KK: Maintenance"^^xsd:string ; 80 + rdfs:label "Maintenance (ILAP extension to COR)"^^xsd:string ;
81 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . 81 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
82 82
83 ILAP:COR_KX 83 ILAP:COR_KX
84 rdf:type owl:Class ; 84 rdf:type owl:Class ;
85 - rdfs:label "ILAP COR extension KX: LCI"^^xsd:string ; 85 + rdfs:label "LCI (ILAP extension to COR)"^^xsd:string ;
86 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . 86 rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> .
87 87
88 ILAP:COR_LI 88 ILAP:COR_LI
......
...@@ -89,15 +89,15 @@ ILAP:COR_KD_1 ...@@ -89,15 +89,15 @@ ILAP:COR_KD_1
89 89
90 ILAP:COR_KI_1 90 ILAP:COR_KI_1
91 rdf:type ILAP:COR_KI ; 91 rdf:type ILAP:COR_KI ;
92 - rdfs:label "ILAP COR extension KI: Automation 1"^^xsd:string . 92 + rdfs:label "ILAP COR extension KI: Automation equipment for project"^^xsd:string .
93 93
94 ILAP:COR_KK_1 94 ILAP:COR_KK_1
95 rdf:type ILAP:COR_KK ; 95 rdf:type ILAP:COR_KK ;
96 - rdfs:label "ILAP COR extension KK: Maintenance 1"^^xsd:string . 96 + rdfs:label "ILAP COR extension KK: Maintenance for project"^^xsd:string .
97 97
98 ILAP:COR_KX_1 98 ILAP:COR_KX_1
99 rdf:type ILAP:COR_KX ; 99 rdf:type ILAP:COR_KX ;
100 - rdfs:label "ILAP COR extension KX: LCI 1"^^xsd:string . 100 + rdfs:label "ILAP COR extension KX: LCI for project"^^xsd:string .
101 101
102 <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> 102 <http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0>
103 rdf:type USERFIELDS:FreeTextField ; 103 rdf:type USERFIELDS:FreeTextField ;
......