Update classes after teleconference with COPNO, Statoil and ENI
Showing
2 changed files
with
87 additions
and
29 deletions
This diff could not be displayed because it is too large.
... | @@ -141,6 +141,12 @@ userfield:hasShutdownType | ... | @@ -141,6 +141,12 @@ userfield:hasShutdownType |
141 | ] ; | 141 | ] ; |
142 | rdfs:subClassOf [ | 142 | rdfs:subClassOf [ |
143 | rdf:type owl:Restriction ; | 143 | rdf:type owl:Restriction ; |
144 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
145 | + owl:onDataRange xsd:date ; | ||
146 | + owl:onProperty :hasOperatorsRequiredEndDate ; | ||
147 | + ] ; | ||
148 | + rdfs:subClassOf [ | ||
149 | + rdf:type owl:Restriction ; | ||
144 | owl:onDataRange xsd:string ; | 150 | owl:onDataRange xsd:string ; |
145 | owl:onProperty :hasDescription ; | 151 | owl:onProperty :hasDescription ; |
146 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 152 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
... | @@ -183,6 +189,14 @@ userfield:hasShutdownType | ... | @@ -183,6 +189,14 @@ userfield:hasShutdownType |
183 | rdfs:subClassOf owl:Thing ; | 189 | rdfs:subClassOf owl:Thing ; |
184 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; | 190 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS43165907246> ; |
185 | . | 191 | . |
192 | +:Area | ||
193 | + rdf:type owl:Class ; | ||
194 | + rdfs:comment "A Property that specifies the geographical location of a Facility of Asset in terms of (dx.dy) where x and y are cartesian coordinates"^^xsd:string ; | ||
195 | + rdfs:label "Area"^^xsd:string ; | ||
196 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7275639> ; | ||
197 | + rdfs:subClassOf owl:Thing ; | ||
198 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS349874> ; | ||
199 | +. | ||
186 | :Asset | 200 | :Asset |
187 | rdf:type owl:Class ; | 201 | rdf:type owl:Class ; |
188 | rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ; | 202 | rdfs:comment "A Arranged Individual that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets related to exploration, development and operation of petrochemical reserves."^^xsd:string ; |
... | @@ -637,12 +651,6 @@ userfield:hasShutdownType | ... | @@ -637,12 +651,6 @@ userfield:hasShutdownType |
637 | rdf:type :ShutdownType ; | 651 | rdf:type :ShutdownType ; |
638 | rdfs:label "Dependent on shutdown"^^xsd:string ; | 652 | rdfs:label "Dependent on shutdown"^^xsd:string ; |
639 | . | 653 | . |
640 | -:DgPhase | ||
641 | - rdf:type owl:Class ; | ||
642 | - rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; | ||
643 | - rdfs:label "DG phase"^^xsd:string ; | ||
644 | - rdfs:subClassOf :Phase ; | ||
645 | -. | ||
646 | :Discipline | 654 | :Discipline |
647 | rdf:type owl:Class ; | 655 | rdf:type owl:Class ; |
648 | rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; | 656 | rdfs:comment "An Organization that has the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; |
... | @@ -912,6 +920,24 @@ userfield:hasShutdownType | ... | @@ -912,6 +920,24 @@ userfield:hasShutdownType |
912 | rdf:type :Priority ; | 920 | rdf:type :Priority ; |
913 | rdfs:label "Low priority"^^xsd:string ; | 921 | rdfs:label "Low priority"^^xsd:string ; |
914 | . | 922 | . |
923 | +:MainContractor | ||
924 | + rdf:type owl:Class ; | ||
925 | + rdfs:comment "A Contractor that has the overall responsibility for a contract"^^xsd:string ; | ||
926 | + rdfs:label "Main contractor"^^xsd:string ; | ||
927 | + rdfs:subClassOf :Contractor ; | ||
928 | +. | ||
929 | +:MainPhase | ||
930 | + rdf:type owl:Class ; | ||
931 | + rdfs:comment "A Phase that divides the Lifecycle of an Asset into distinct parts."^^xsd:string ; | ||
932 | + rdfs:label "Main Phase"^^xsd:string ; | ||
933 | + rdfs:subClassOf :Phase ; | ||
934 | +. | ||
935 | +:MainWorkCenter | ||
936 | + rdf:type owl:Class ; | ||
937 | + rdfs:comment "A Work Center where the main part of the activity takes place"^^xsd:string ; | ||
938 | + rdfs:label "Main work center"^^xsd:string ; | ||
939 | + rdfs:subClassOf :WorkCenter ; | ||
940 | +. | ||
915 | :MaterialAvailabilityNotChecked | 941 | :MaterialAvailabilityNotChecked |
916 | rdf:type :MaterialOrderStatus ; | 942 | rdf:type :MaterialOrderStatus ; |
917 | rdfs:label "Material availability not checked"^^xsd:string ; | 943 | rdfs:label "Material availability not checked"^^xsd:string ; |
... | @@ -993,6 +1019,12 @@ userfield:hasShutdownType | ... | @@ -993,6 +1019,12 @@ userfield:hasShutdownType |
993 | rdfs:label "Operation status"^^xsd:string ; | 1019 | rdfs:label "Operation status"^^xsd:string ; |
994 | rdfs:subClassOf :Status ; | 1020 | rdfs:subClassOf :Status ; |
995 | . | 1021 | . |
1022 | +:OperationalWorkCenter | ||
1023 | + rdf:type owl:Class ; | ||
1024 | + rdfs:comment "A Work Center where operational activity takes place"^^xsd:string ; | ||
1025 | + rdfs:label "Operational work center"^^xsd:string ; | ||
1026 | + rdfs:subClassOf :WorkCenter ; | ||
1027 | +. | ||
996 | :Operator | 1028 | :Operator |
997 | rdf:type owl:Class ; | 1029 | rdf:type owl:Class ; |
998 | rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ; | 1030 | rdfs:comment "A Responsible that is an organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ; |
... | @@ -1369,18 +1401,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1369,18 +1401,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1369 | ] ; | 1401 | ] ; |
1370 | rdfs:subClassOf [ | 1402 | rdfs:subClassOf [ |
1371 | rdf:type owl:Restriction ; | 1403 | rdf:type owl:Restriction ; |
1404 | + owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ; | ||
1405 | + owl:onDataRange xsd:date ; | ||
1406 | + owl:onProperty :hasOperatorsRequiredEndDate ; | ||
1407 | + ] ; | ||
1408 | + rdfs:subClassOf [ | ||
1409 | + rdf:type owl:Restriction ; | ||
1372 | owl:onDataRange xsd:string ; | 1410 | owl:onDataRange xsd:string ; |
1373 | owl:onProperty :hasDescription ; | 1411 | owl:onProperty :hasDescription ; |
1374 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 1412 | owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
1375 | ] ; | 1413 | ] ; |
1376 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ; | 1414 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ; |
1377 | . | 1415 | . |
1378 | -:ProjectPhase | ||
1379 | - rdf:type owl:Class ; | ||
1380 | - rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ; | ||
1381 | - rdfs:label "Project phase"^^xsd:string ; | ||
1382 | - rdfs:subClassOf :Phase ; | ||
1383 | -. | ||
1384 | :ReadyForExecution | 1416 | :ReadyForExecution |
1385 | rdf:type :ActivityStatus ; | 1417 | rdf:type :ActivityStatus ; |
1386 | rdfs:label "Ready for execution"^^xsd:string ; | 1418 | rdfs:label "Ready for execution"^^xsd:string ; |
... | @@ -1796,8 +1828,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1796,8 +1828,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1796 | rdf:type owl:Class ; | 1828 | rdf:type owl:Class ; |
1797 | rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ; | 1829 | rdfs:comment "A Descriptor that classifies Shutdown activities"^^xsd:string ; |
1798 | rdfs:label "Shutdown type"^^xsd:string ; | 1830 | rdfs:label "Shutdown type"^^xsd:string ; |
1799 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 1831 | + rdfs:subClassOf :SystemCondition ; |
1800 | - rdfs:subClassOf owl:Thing ; | ||
1801 | . | 1832 | . |
1802 | :StartingUp | 1833 | :StartingUp |
1803 | rdf:type :ShutdownPhase ; | 1834 | rdf:type :ShutdownPhase ; |
... | @@ -1811,14 +1842,34 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1811,14 +1842,34 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1811 | rdfs:subClassOf owl:Thing ; | 1842 | rdfs:subClassOf owl:Thing ; |
1812 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ; | 1843 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS427322951> ; |
1813 | . | 1844 | . |
1845 | +:SubContractor | ||
1846 | + rdf:type owl:Class ; | ||
1847 | + rdfs:comment "A Contractor that has responsibility for only part of a contract"^^xsd:string ; | ||
1848 | + rdfs:label "Sub contractor"^^xsd:string ; | ||
1849 | + rdfs:subClassOf :Contractor ; | ||
1850 | +. | ||
1851 | +:SubPhase | ||
1852 | + rdf:type owl:Class ; | ||
1853 | + rdfs:comment "A Phase that divides a Project into distinct Periods."^^xsd:string ; | ||
1854 | + rdfs:label "Sub Phase"^^xsd:string ; | ||
1855 | + rdfs:subClassOf :Phase ; | ||
1856 | +. | ||
1814 | :Sunday | 1857 | :Sunday |
1815 | rdf:type :Weekday ; | 1858 | rdf:type :Weekday ; |
1816 | . | 1859 | . |
1860 | +:System | ||
1861 | + rdf:type owl:Class ; | ||
1862 | + rdfs:comment "A Functonal Object that is an asset management system(e.g., seawater, deluge, gaslift)"^^xsd:string ; | ||
1863 | + rdfs:label "System"^^xsd:string ; | ||
1864 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; | ||
1865 | + rdfs:subClassOf owl:Thing ; | ||
1866 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ; | ||
1867 | +. | ||
1817 | :SystemCondition | 1868 | :SystemCondition |
1818 | rdf:type owl:Class ; | 1869 | rdf:type owl:Class ; |
1819 | - rdfs:comment "A Status of a system"^^xsd:string ; | 1870 | + rdfs:comment "A Descriptor of a system"^^xsd:string ; |
1820 | rdfs:label "System condition"^^xsd:string ; | 1871 | rdfs:label "System condition"^^xsd:string ; |
1821 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ; | 1872 | + rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; |
1822 | rdfs:subClassOf owl:Thing ; | 1873 | rdfs:subClassOf owl:Thing ; |
1823 | . | 1874 | . |
1824 | :SystemShutdown | 1875 | :SystemShutdown |
... | @@ -2007,38 +2058,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2007,38 +2058,33 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2007 | rdf:type owl:Class ; | 2058 | rdf:type owl:Class ; |
2008 | rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ; | 2059 | rdfs:comment "An Descriptor that classifies Drilling Activities"^^xsd:string ; |
2009 | rdfs:label "Type of drilling work"^^xsd:string ; | 2060 | rdfs:label "Type of drilling work"^^xsd:string ; |
2010 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2061 | + rdfs:subClassOf :SystemCondition ; |
2011 | - rdfs:subClassOf owl:Thing ; | ||
2012 | . | 2062 | . |
2013 | :TypeOfWell | 2063 | :TypeOfWell |
2014 | rdf:type owl:Class ; | 2064 | rdf:type owl:Class ; |
2015 | - rdfs:comment "A descriptor that descripbes the type of Well"^^xsd:string ; | 2065 | + rdfs:comment "A Descriptor that descripbes the type of Well"^^xsd:string ; |
2016 | rdfs:label "Type of Well"^^xsd:string ; | 2066 | rdfs:label "Type of Well"^^xsd:string ; |
2017 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2067 | + rdfs:subClassOf :SystemCondition ; |
2018 | - rdfs:subClassOf owl:Thing ; | ||
2019 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; | 2068 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; |
2020 | . | 2069 | . |
2021 | :TypeOfWellCompletion | 2070 | :TypeOfWellCompletion |
2022 | rdf:type owl:Class ; | 2071 | rdf:type owl:Class ; |
2023 | rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ; | 2072 | rdfs:comment "A Descriptor for the purpose of the outfitting of a 'wellbore'."^^xsd:string ; |
2024 | rdfs:label "Type of Well completion"^^xsd:string ; | 2073 | rdfs:label "Type of Well completion"^^xsd:string ; |
2025 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2074 | + rdfs:subClassOf :SystemCondition ; |
2026 | - rdfs:subClassOf owl:Thing ; | ||
2027 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; | 2075 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; |
2028 | . | 2076 | . |
2029 | :TypeOfWellInformation | 2077 | :TypeOfWellInformation |
2030 | rdf:type owl:Class ; | 2078 | rdf:type owl:Class ; |
2031 | rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ; | 2079 | rdfs:comment "A Descriptor for the type of information associated with a drilling activity"^^xsd:string ; |
2032 | rdfs:label "Type of Well information"^^xsd:string ; | 2080 | rdfs:label "Type of Well information"^^xsd:string ; |
2033 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2081 | + rdfs:subClassOf :SystemCondition ; |
2034 | - rdfs:subClassOf owl:Thing ; | ||
2035 | . | 2082 | . |
2036 | :TypeOfWellWork | 2083 | :TypeOfWellWork |
2037 | rdf:type owl:Class ; | 2084 | rdf:type owl:Class ; |
2038 | rdfs:comment "A Descriptor for the type of well work"^^xsd:string ; | 2085 | rdfs:comment "A Descriptor for the type of well work"^^xsd:string ; |
2039 | rdfs:label "Type of Well Work"^^xsd:string ; | 2086 | rdfs:label "Type of Well Work"^^xsd:string ; |
2040 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2087 | + rdfs:subClassOf :SystemCondition ; |
2041 | - rdfs:subClassOf owl:Thing ; | ||
2042 | . | 2088 | . |
2043 | :UnderPlanningOrScheduling | 2089 | :UnderPlanningOrScheduling |
2044 | rdf:type :ActivityStatus ; | 2090 | rdf:type :ActivityStatus ; |
... | @@ -2125,6 +2171,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2125,6 +2171,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2125 | rdf:type :SystemCondition ; | 2171 | rdf:type :SystemCondition ; |
2126 | rdfs:label "Well transfer"^^xsd:string ; | 2172 | rdfs:label "Well transfer"^^xsd:string ; |
2127 | . | 2173 | . |
2174 | +:WorkCenter | ||
2175 | + rdf:type owl:Class ; | ||
2176 | + rdfs:comment "A Location where work is accomplished"^^xsd:string ; | ||
2177 | + rdfs:label "Work center"^^xsd:string ; | ||
2178 | + rdfs:subClassOf :Location ; | ||
2179 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS10418236677> ; | ||
2180 | +. | ||
2128 | :WorkOrder | 2181 | :WorkOrder |
2129 | rdf:type owl:Class ; | 2182 | rdf:type owl:Class ; |
2130 | rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ; | 2183 | rdfs:comment "A Plan that corresponds to a set of Operations with a description of the work content of the Operations."^^xsd:string ; |
... | @@ -2346,6 +2399,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2346,6 +2399,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2346 | :hasOperation | 2399 | :hasOperation |
2347 | rdf:type owl:ObjectProperty ; | 2400 | rdf:type owl:ObjectProperty ; |
2348 | . | 2401 | . |
2402 | +:hasOperatorsRequiredEndDate | ||
2403 | + rdf:type owl:DatatypeProperty ; | ||
2404 | + rdfs:comment "A prpoerty of a Project or Activity"^^xsd:string ; | ||
2405 | + rdfs:label "has Operators Required End Date"^^xsd:string ; | ||
2406 | +. | ||
2349 | :hasParentActivity | 2407 | :hasParentActivity |
2350 | rdf:type owl:ObjectProperty ; | 2408 | rdf:type owl:ObjectProperty ; |
2351 | . | 2409 | . |
... | @@ -2582,8 +2640,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2582,8 +2640,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2582 | rdf:type owl:Class ; | 2640 | rdf:type owl:Class ; |
2583 | rdfs:label "Dg phase 1"^^xsd:string ; | 2641 | rdfs:label "Dg phase 1"^^xsd:string ; |
2584 | rdfs:label "Project phase 1"^^xsd:string ; | 2642 | rdfs:label "Project phase 1"^^xsd:string ; |
2585 | - rdfs:subClassOf :DgPhase ; | 2643 | + rdfs:subClassOf :MainPhase ; |
2586 | - rdfs:subClassOf :ProjectPhase ; | 2644 | + rdfs:subClassOf :SubPhase ; |
2587 | . | 2645 | . |
2588 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> | 2646 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SCCS_Thing> |
2589 | rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ; | 2647 | rdfs:seeAlso <http://data.posccaesar.org/rdl/RDS1263643081> ; | ... | ... |
-
Please register or login to post a comment