Showing
14 changed files
with
84 additions
and
125 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| ... | @@ -16,14 +16,6 @@ | ... | @@ -16,14 +16,6 @@ |
| 16 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 16 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 18 | ||
| 19 | -ep-fac:Completion | ||
| 20 | - rdf:type owl:Class ; | ||
| 21 | - rdfs:comment "not used in either the MPR or the DDR - see ep-prodwell:WellCompletionEquipment"^^xsd:string ; | ||
| 22 | - rdfs:label "completion"^^xsd:string ; | ||
| 23 | - rdfs:subClassOf ep-fac:Facility ; | ||
| 24 | - ep-core:seeReferenceData | ||
| 25 | - "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string . | ||
| 26 | - | ||
| 27 | ep-fac:Facility | 19 | ep-fac:Facility |
| 28 | rdf:type owl:Class ; | 20 | rdf:type owl:Class ; |
| 29 | rdfs:comment "a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ; | 21 | rdfs:comment "a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ; |
| ... | @@ -71,6 +63,7 @@ ep-fac:Flowline | ... | @@ -71,6 +63,7 @@ ep-fac:Flowline |
| 71 | 63 | ||
| 72 | ep-fac:Flowline-production | 64 | ep-fac:Flowline-production |
| 73 | rdf:type owl:Class ; | 65 | rdf:type owl:Class ; |
| 66 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 74 | rdfs:label "flowline - production"^^xsd:string ; | 67 | rdfs:label "flowline - production"^^xsd:string ; |
| 75 | rdfs:subClassOf ep-fac:Flowline . | 68 | rdfs:subClassOf ep-fac:Flowline . |
| 76 | 69 | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -13,11 +13,11 @@ | ... | @@ -13,11 +13,11 @@ |
| 13 | 13 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
| 15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 16 | + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 18 | 18 | ||
| 19 | ep-core:Area | 19 | ep-core:Area |
| 20 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 20 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 21 | rdfs:label "Area"^^xsd:string ; | 21 | rdfs:label "Area"^^xsd:string ; |
| 22 | rdfs:subClassOf owl:Class ; | 22 | rdfs:subClassOf owl:Class ; |
| 23 | ep-core:seeReferenceData | 23 | ep-core:seeReferenceData |
| ... | @@ -43,19 +43,19 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -43,19 +43,19 @@ ep-geo:AreaCoveredByBusinessArrangement |
| 43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
| 44 | rdfs:label "area covered by business arrangement"^^xsd:string ; | 44 | rdfs:label "area covered by business arrangement"^^xsd:string ; |
| 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 46 | - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 46 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country . |
| 47 | 47 | ||
| 48 | ep-geo:Country | 48 | ep-geo:Country |
| 49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
| 50 | rdfs:label "country"^^xsd:string ; | 50 | rdfs:label "country"^^xsd:string ; |
| 51 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 51 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 52 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 52 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement . |
| 53 | 53 | ||
| 54 | ep-geo:County | 54 | ep-geo:County |
| 55 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
| 56 | rdfs:label "county"^^xsd:string ; | 56 | rdfs:label "county"^^xsd:string ; |
| 57 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 57 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 58 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 58 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
| 59 | 59 | ||
| 60 | ep-geo:DestinationType | 60 | ep-geo:DestinationType |
| 61 | rdf:type rdfs:Class ; | 61 | rdf:type rdfs:Class ; |
| ... | @@ -63,7 +63,7 @@ ep-geo:DestinationType | ... | @@ -63,7 +63,7 @@ ep-geo:DestinationType |
| 63 | rdfs:subClassOf owl:Class . | 63 | rdfs:subClassOf owl:Class . |
| 64 | 64 | ||
| 65 | ep-geo:Harbour | 65 | ep-geo:Harbour |
| 66 | - rdf:type ep-geo:DestinationType , owl:Class ; | 66 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 67 | rdfs:label "harbour"^^xsd:string ; | 67 | rdfs:label "harbour"^^xsd:string ; |
| 68 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 68 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
| 69 | 69 | ||
| ... | @@ -72,7 +72,7 @@ ep-geo:LicenceBlock | ... | @@ -72,7 +72,7 @@ ep-geo:LicenceBlock |
| 72 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 72 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
| 73 | rdfs:label "Licence Block"^^xsd:string ; | 73 | rdfs:label "Licence Block"^^xsd:string ; |
| 74 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 74 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 75 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 75 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
| 76 | 76 | ||
| 77 | ep-geo:OffshoreLocation | 77 | ep-geo:OffshoreLocation |
| 78 | rdf:type owl:Class ; | 78 | rdf:type owl:Class ; |
| ... | @@ -83,7 +83,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | ... | @@ -83,7 +83,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
| 83 | rdf:type owl:Class ; | 83 | rdf:type owl:Class ; |
| 84 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; | 84 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 85 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 86 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . | 86 | + owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
| 87 | 87 | ||
| 88 | ep-geo:PartOfTheSurfaceOfTheEarth | 88 | ep-geo:PartOfTheSurfaceOfTheEarth |
| 89 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| ... | @@ -92,13 +92,14 @@ ep-geo:PartOfTheSurfaceOfTheEarth | ... | @@ -92,13 +92,14 @@ ep-geo:PartOfTheSurfaceOfTheEarth |
| 92 | 92 | ||
| 93 | ep-geo:State | 93 | ep-geo:State |
| 94 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
| 95 | + rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ; | ||
| 95 | rdfs:label "state"^^xsd:string ; | 96 | rdfs:label "state"^^xsd:string ; |
| 96 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 97 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 97 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 98 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
| 98 | 99 | ||
| 99 | ep-geo:Terminal | 100 | ep-geo:Terminal |
| 100 | - rdf:type ep-geo:DestinationType , owl:Class ; | 101 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 101 | - rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; | 102 | + rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ; |
| 102 | rdfs:label "terminal"^^xsd:string ; | 103 | rdfs:label "terminal"^^xsd:string ; |
| 103 | rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . | 104 | rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . |
| 104 | 105 | ||
| ... | @@ -125,12 +126,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -125,12 +126,12 @@ ep-geo:hasNorthSeaAreaName |
| 125 | rdfs:label "has North Sea area name"^^xsd:string . | 126 | rdfs:label "has North Sea area name"^^xsd:string . |
| 126 | 127 | ||
| 127 | ep-geo:hasNorthSeaBlockSuffixId | 128 | ep-geo:hasNorthSeaBlockSuffixId |
| 128 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 129 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 129 | rdfs:domain ep-geo:OffshoreLocation ; | 130 | rdfs:domain ep-geo:OffshoreLocation ; |
| 130 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 131 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
| 131 | 132 | ||
| 132 | ep-geo:hasNorthSeaQuadrantId | 133 | ep-geo:hasNorthSeaQuadrantId |
| 133 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 134 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 134 | rdfs:domain ep-geo:OffshoreLocation ; | 135 | rdfs:domain ep-geo:OffshoreLocation ; |
| 135 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 136 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
| 136 | 137 | ... | ... |
| ... | @@ -11,17 +11,18 @@ | ... | @@ -11,17 +11,18 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-org:CateringCrew | 17 | ep-org:CateringCrew |
| 18 | - rdf:type ep-org:CrewType , owl:Class ; | 18 | + rdf:type owl:Class , ep-org:CrewType ; |
| 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; | 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; |
| 20 | rdfs:label "catering crew"^^xsd:string ; | 20 | rdfs:label "catering crew"^^xsd:string ; |
| 21 | rdfs:subClassOf ep-org:Crew . | 21 | rdfs:subClassOf ep-org:Crew . |
| 22 | 22 | ||
| 23 | ep-org:CommercialEntity | 23 | ep-org:CommercialEntity |
| 24 | rdf:type owl:Class ; | 24 | rdf:type owl:Class ; |
| 25 | + rdfs:comment "organization that is a group of organisations or facilities as if it were a single composite (source: MPR-XSD)"^^xsd:string ; | ||
| 25 | rdfs:label "commercial entity"^^xsd:string ; | 26 | rdfs:label "commercial entity"^^xsd:string ; |
| 26 | rdfs:subClassOf ep-org:PersonOrOrganization ; | 27 | rdfs:subClassOf ep-org:PersonOrOrganization ; |
| 27 | ep-core:seeReferenceData | 28 | ep-core:seeReferenceData |
| ... | @@ -34,7 +35,7 @@ ep-org:Company | ... | @@ -34,7 +35,7 @@ ep-org:Company |
| 34 | rdfs:subClassOf ep-org:Organization-WholeLife . | 35 | rdfs:subClassOf ep-org:Organization-WholeLife . |
| 35 | 36 | ||
| 36 | ep-org:ContractorCrew | 37 | ep-org:ContractorCrew |
| 37 | - rdf:type ep-org:CrewType , owl:Class ; | 38 | + rdf:type owl:Class , ep-org:CrewType ; |
| 38 | rdfs:label "contractor crew"^^xsd:string ; | 39 | rdfs:label "contractor crew"^^xsd:string ; |
| 39 | rdfs:subClassOf ep-org:Crew ; | 40 | rdfs:subClassOf ep-org:Crew ; |
| 40 | ep-core:seeReferenceData | 41 | ep-core:seeReferenceData |
| ... | @@ -54,32 +55,32 @@ ep-org:CrewType | ... | @@ -54,32 +55,32 @@ ep-org:CrewType |
| 54 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 55 | 56 | ||
| 56 | ep-org:DayVisitorCrew | 57 | ep-org:DayVisitorCrew |
| 57 | - rdf:type ep-org:CrewType , owl:Class ; | 58 | + rdf:type owl:Class , ep-org:CrewType ; |
| 58 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; | 59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; |
| 59 | rdfs:label "day visitor crew"^^xsd:string ; | 60 | rdfs:label "day visitor crew"^^xsd:string ; |
| 60 | rdfs:subClassOf ep-org:Crew . | 61 | rdfs:subClassOf ep-org:Crew . |
| 61 | 62 | ||
| 62 | ep-org:DrillingContractCrew | 63 | ep-org:DrillingContractCrew |
| 63 | - rdf:type ep-org:CrewType , owl:Class ; | 64 | + rdf:type owl:Class , ep-org:CrewType ; |
| 64 | rdfs:label "drilling contract crew"^^xsd:string ; | 65 | rdfs:label "drilling contract crew"^^xsd:string ; |
| 65 | rdfs:subClassOf ep-org:Crew ; | 66 | rdfs:subClassOf ep-org:Crew ; |
| 66 | ep-core:seeReferenceData | 67 | ep-core:seeReferenceData |
| 67 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . | 68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . |
| 68 | 69 | ||
| 69 | ep-org:NonOperatorOvernightVisitorCrew | 70 | ep-org:NonOperatorOvernightVisitorCrew |
| 70 | - rdf:type ep-org:CrewType , owl:Class ; | 71 | + rdf:type owl:Class , ep-org:CrewType ; |
| 71 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; | 72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; |
| 72 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
| 73 | rdfs:subClassOf ep-org:Crew . | 74 | rdfs:subClassOf ep-org:Crew . |
| 74 | 75 | ||
| 75 | ep-org:OperatorNormalCrew | 76 | ep-org:OperatorNormalCrew |
| 76 | - rdf:type ep-org:CrewType , owl:Class ; | 77 | + rdf:type owl:Class , ep-org:CrewType ; |
| 77 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; | 78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; |
| 78 | rdfs:label "operator normal crew"^^xsd:string ; | 79 | rdfs:label "operator normal crew"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-org:Crew . | 80 | rdfs:subClassOf ep-org:Crew . |
| 80 | 81 | ||
| 81 | ep-org:OperatorOvernightVisitorCrew | 82 | ep-org:OperatorOvernightVisitorCrew |
| 82 | - rdf:type ep-org:CrewType , owl:Class ; | 83 | + rdf:type owl:Class , ep-org:CrewType ; |
| 83 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; | 84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; |
| 84 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-org:Crew . | 86 | rdfs:subClassOf ep-org:Crew . |
| ... | @@ -87,14 +88,14 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -87,14 +88,14 @@ ep-org:OperatorOvernightVisitorCrew |
| 87 | ep-org:Organization | 88 | ep-org:Organization |
| 88 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| 89 | rdfs:label "organization"^^xsd:string ; | 90 | rdfs:label "organization"^^xsd:string ; |
| 90 | - rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; | 91 | + rdfs:subClassOf ep-org:PersonOrOrganization , ep-core:PhysicalObject ; |
| 91 | ep-core:seeReferenceData | 92 | ep-core:seeReferenceData |
| 92 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . | 93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . |
| 93 | 94 | ||
| 94 | ep-org:Organization-WholeLife | 95 | ep-org:Organization-WholeLife |
| 95 | rdf:type owl:Class ; | 96 | rdf:type owl:Class ; |
| 96 | rdfs:label "organization - whole life"^^xsd:string ; | 97 | rdfs:label "organization - whole life"^^xsd:string ; |
| 97 | - rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . | 98 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . |
| 98 | 99 | ||
| 99 | ep-org:Person | 100 | ep-org:Person |
| 100 | rdf:type owl:Class ; | 101 | rdf:type owl:Class ; |
| ... | @@ -124,7 +125,7 @@ ep-org:PersonRoleType | ... | @@ -124,7 +125,7 @@ ep-org:PersonRoleType |
| 124 | rdfs:subClassOf owl:Class . | 125 | rdfs:subClassOf owl:Class . |
| 125 | 126 | ||
| 126 | ep-org:TotalCrew | 127 | ep-org:TotalCrew |
| 127 | - rdf:type ep-org:CrewType , owl:Class ; | 128 | + rdf:type owl:Class , ep-org:CrewType ; |
| 128 | rdfs:comment "all personnel on board"^^xsd:string ; | 129 | rdfs:comment "all personnel on board"^^xsd:string ; |
| 129 | rdfs:label "total crew"^^xsd:string ; | 130 | rdfs:label "total crew"^^xsd:string ; |
| 130 | rdfs:subClassOf ep-org:Crew . | 131 | rdfs:subClassOf ep-org:Crew . |
| ... | @@ -132,7 +133,7 @@ ep-org:TotalCrew | ... | @@ -132,7 +133,7 @@ ep-org:TotalCrew |
| 132 | ep-org:WholeLifePerson | 133 | ep-org:WholeLifePerson |
| 133 | rdf:type owl:Class ; | 134 | rdf:type owl:Class ; |
| 134 | rdfs:label "whole life person"^^xsd:string ; | 135 | rdfs:label "whole life person"^^xsd:string ; |
| 135 | - rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . | 136 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . |
| 136 | 137 | ||
| 137 | ep-org:hasCrew | 138 | ep-org:hasCrew |
| 138 | rdf:type owl:ObjectProperty ; | 139 | rdf:type owl:ObjectProperty ; |
| ... | @@ -141,7 +142,7 @@ ep-org:hasCrew | ... | @@ -141,7 +142,7 @@ ep-org:hasCrew |
| 141 | rdfs:range ep-org:Crew . | 142 | rdfs:range ep-org:Crew . |
| 142 | 143 | ||
| 143 | ep-org:numberInCrew | 144 | ep-org:numberInCrew |
| 144 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 145 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 145 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 146 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
| 146 | rdfs:domain ep-org:Crew ; | 147 | rdfs:domain ep-org:Crew ; |
| 147 | rdfs:label "number in crew"^^xsd:string . | 148 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -18,37 +18,18 @@ | ... | @@ -18,37 +18,18 @@ |
| 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> | 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> |
| 19 | rdfs:subClassOf ep-prodeqt:Valve . | 19 | rdfs:subClassOf ep-prodeqt:Valve . |
| 20 | 20 | ||
| 21 | -<http://www.reportinghub.no/ep/schema/equipment#Controller-lift> | ||
| 22 | - rdfs:subClassOf ep-prodeqt:Controller . | ||
| 23 | - | ||
| 24 | ep-prodeqt:BlockValve | 21 | ep-prodeqt:BlockValve |
| 25 | rdf:type owl:Class ; | 22 | rdf:type owl:Class ; |
| 26 | rdfs:comment "valve that is a block valve"^^xsd:string ; | 23 | rdfs:comment "valve that is a block valve"^^xsd:string ; |
| 27 | rdfs:label "block valve"^^xsd:string ; | 24 | rdfs:label "block valve"^^xsd:string ; |
| 28 | rdfs:subClassOf ep-prodeqt:Valve . | 25 | rdfs:subClassOf ep-prodeqt:Valve . |
| 29 | 26 | ||
| 30 | -ep-prodeqt:Controller | ||
| 31 | - rdf:type owl:Class ; | ||
| 32 | - rdfs:comment "equipment that is a single lift gas controller"^^xsd:string ; | ||
| 33 | - rdfs:label "controller"^^xsd:string ; | ||
| 34 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
| 35 | - | ||
| 36 | ep-prodeqt:DownHoleControlValve | 27 | ep-prodeqt:DownHoleControlValve |
| 37 | rdf:type owl:Class ; | 28 | rdf:type owl:Class ; |
| 38 | rdfs:comment "valve that is a down hole control valve"^^xsd:string ; | 29 | rdfs:comment "valve that is a down hole control valve"^^xsd:string ; |
| 39 | rdfs:label "down hole control valve"^^xsd:string ; | 30 | rdfs:label "down hole control valve"^^xsd:string ; |
| 40 | rdfs:subClassOf ep-prodeqt:Valve . | 31 | rdfs:subClassOf ep-prodeqt:Valve . |
| 41 | 32 | ||
| 42 | -ep-prodeqt:FlowLine | ||
| 43 | - rdf:type owl:Class ; | ||
| 44 | - rdfs:label "flow line"^^xsd:string ; | ||
| 45 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
| 46 | - | ||
| 47 | -ep-prodeqt:FlowLine-Production | ||
| 48 | - rdf:type owl:Class ; | ||
| 49 | - rdfs:label "flow line - production"^^xsd:string ; | ||
| 50 | - rdfs:subClassOf ep-prodeqt:FlowLine . | ||
| 51 | - | ||
| 52 | ep-prodeqt:FlowMeter | 33 | ep-prodeqt:FlowMeter |
| 53 | rdf:type owl:Class ; | 34 | rdf:type owl:Class ; |
| 54 | rdfs:comment "equipment that is a flow meter"^^xsd:string ; | 35 | rdfs:comment "equipment that is a flow meter"^^xsd:string ; |
| ... | @@ -62,7 +43,7 @@ ep-prodeqt:GasLiftChoke | ... | @@ -62,7 +43,7 @@ ep-prodeqt:GasLiftChoke |
| 62 | 43 | ||
| 63 | ep-prodeqt:PressureMeter | 44 | ep-prodeqt:PressureMeter |
| 64 | rdf:type owl:Class ; | 45 | rdf:type owl:Class ; |
| 65 | - rdfs:comment "equipment that is a pressure meter"^^xsd:string ; | 46 | + rdfs:comment "equipment item that is a pressure meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ; |
| 66 | rdfs:label "pressure meter"^^xsd:string ; | 47 | rdfs:label "pressure meter"^^xsd:string ; |
| 67 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 48 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 68 | 49 | ||
| ... | @@ -74,13 +55,13 @@ ep-prodeqt:RegulatingValve | ... | @@ -74,13 +55,13 @@ ep-prodeqt:RegulatingValve |
| 74 | 55 | ||
| 75 | ep-prodeqt:SleeveValve | 56 | ep-prodeqt:SleeveValve |
| 76 | rdf:type owl:Class ; | 57 | rdf:type owl:Class ; |
| 77 | - rdfs:comment "valve that is a sleeve valve"^^xsd:string ; | 58 | + rdfs:comment "valve that is a tubing valve with a sliding sleeve to cover holes in the tubing, where all of the holes are covered to close the valve (source: MPR-XSD)"^^xsd:string ; |
| 78 | rdfs:label "sleeve valve"^^xsd:string ; | 59 | rdfs:label "sleeve valve"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-prodeqt:Valve . | 60 | rdfs:subClassOf ep-prodeqt:Valve . |
| 80 | 61 | ||
| 81 | ep-prodeqt:TemperatureMeter | 62 | ep-prodeqt:TemperatureMeter |
| 82 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
| 83 | - rdfs:comment "equipment that is a temperature meter"^^xsd:string ; | 64 | + rdfs:comment "equipment item that is a temperature meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ; |
| 84 | rdfs:label "temperature meter"^^xsd:string ; | 65 | rdfs:label "temperature meter"^^xsd:string ; |
| 85 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 66 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 86 | 67 | ... | ... |
| ... | @@ -12,15 +12,12 @@ | ... | @@ -12,15 +12,12 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
| 19 | rdf:type ep-prodfac:ReportingFacilityType . | 19 | rdf:type ep-prodfac:ReportingFacilityType . |
| 20 | 20 | ||
| 21 | -<http://www.reportinghub.no/ep/schema/equipment#Controller-lift> | ||
| 22 | - rdf:type ep-prodfac:ReportingFacilityType . | ||
| 23 | - | ||
| 24 | <http://www.reportinghub.no/ep/schema/equipment#Manifold-injection> | 21 | <http://www.reportinghub.no/ep/schema/equipment#Manifold-injection> |
| 25 | rdf:type ep-prodfac:ReportingFacilityType . | 22 | rdf:type ep-prodfac:ReportingFacilityType . |
| 26 | 23 | ||
| ... | @@ -39,9 +36,6 @@ | ... | @@ -39,9 +36,6 @@ |
| 39 | rdfs:label "cloud cover"^^xsd:string ; | 36 | rdfs:label "cloud cover"^^xsd:string ; |
| 40 | rdfs:subClassOf ep-core:PhysicalObject . | 37 | rdfs:subClassOf ep-core:PhysicalObject . |
| 41 | 38 | ||
| 42 | -<http://www.reportinghub.no/ep/schema/facility#Completion> | ||
| 43 | - rdf:type ep-prodfac:ReportingFacilityType . | ||
| 44 | - | ||
| 45 | <http://www.reportinghub.no/ep/schema/facility#Field> | 39 | <http://www.reportinghub.no/ep/schema/facility#Field> |
| 46 | rdf:type ep-prodfac:ReportingFacilityType . | 40 | rdf:type ep-prodfac:ReportingFacilityType . |
| 47 | 41 | ||
| ... | @@ -79,56 +73,56 @@ | ... | @@ -79,56 +73,56 @@ |
| 79 | rdf:type ep-prodfac:ReportingFacilityType . | 73 | rdf:type ep-prodfac:ReportingFacilityType . |
| 80 | 74 | ||
| 81 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> | 75 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
| 82 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 76 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 83 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; | 77 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; |
| 84 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 78 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 85 | rdfs:label "average highest third wave height"^^xsd:string ; | 79 | rdfs:label "average highest third wave height"^^xsd:string ; |
| 86 | rdfs:range ep-core:Length . | 80 | rdfs:range ep-core:Length . |
| 87 | 81 | ||
| 88 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | 82 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> |
| 89 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 83 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 90 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; | 84 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; |
| 91 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 85 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 92 | rdfs:label "average wave height"^^xsd:string ; | 86 | rdfs:label "average wave height"^^xsd:string ; |
| 93 | rdfs:range ep-core:Length . | 87 | rdfs:range ep-core:Length . |
| 94 | 88 | ||
| 95 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | 89 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> |
| 96 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 90 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 97 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; | 91 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; |
| 98 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 92 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
| 99 | rdfs:label "cloud ceiling height"^^xsd:string ; | 93 | rdfs:label "cloud ceiling height"^^xsd:string ; |
| 100 | rdfs:range ep-core:Length . | 94 | rdfs:range ep-core:Length . |
| 101 | 95 | ||
| 102 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 96 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
| 103 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 97 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 104 | rdfs:comment "organization that operates a facility"^^xsd:string ; | 98 | rdfs:comment "organization that operates a facility"^^xsd:string ; |
| 105 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 106 | rdfs:label "facility operator"^^xsd:string ; | 100 | rdfs:label "facility operator"^^xsd:string ; |
| 107 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 108 | 102 | ||
| 109 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | 103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> |
| 110 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 104 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 111 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; | 105 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; |
| 112 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 113 | rdfs:label "maximum wave height"^^xsd:string ; | 107 | rdfs:label "maximum wave height"^^xsd:string ; |
| 114 | rdfs:range ep-core:Length . | 108 | rdfs:range ep-core:Length . |
| 115 | 109 | ||
| 116 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> | 110 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> |
| 117 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 111 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 118 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; | 112 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; |
| 119 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 113 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 120 | rdfs:label "period"^^xsd:string ; | 114 | rdfs:label "period"^^xsd:string ; |
| 121 | rdfs:range ep-core:TimeDuration . | 115 | rdfs:range ep-core:TimeDuration . |
| 122 | 116 | ||
| 123 | <http://www.reportinghub.no/ep/schema/facility#visibility> | 117 | <http://www.reportinghub.no/ep/schema/facility#visibility> |
| 124 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 118 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 125 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; | 119 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; |
| 126 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 120 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 127 | rdfs:label "visibility"^^xsd:string ; | 121 | rdfs:label "visibility"^^xsd:string ; |
| 128 | rdfs:range ep-core:Length . | 122 | rdfs:range ep-core:Length . |
| 129 | 123 | ||
| 130 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | 124 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> |
| 131 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 125 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 132 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; | 126 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; |
| 133 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 127 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 134 | rdfs:label "wind chill temperature"^^xsd:string ; | 128 | rdfs:label "wind chill temperature"^^xsd:string ; |
| ... | @@ -154,21 +148,21 @@ ep-prodfac:Boat | ... | @@ -154,21 +148,21 @@ ep-prodfac:Boat |
| 154 | 148 | ||
| 155 | ep-prodfac:Field-area | 149 | ep-prodfac:Field-area |
| 156 | rdf:type owl:Class ; | 150 | rdf:type owl:Class ; |
| 157 | - rdfs:comment "area of ground that is above a field"^^xsd:string ; | 151 | + rdfs:comment "part of the surface of the earth that is the area of ground above a field (source: MPR-XSD)"^^xsd:string ; |
| 158 | - rdfs:label "field - area"^^xsd:string ; | 152 | + rdfs:label "field area"^^xsd:string ; |
| 159 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 153 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . |
| 160 | 154 | ||
| 161 | ep-prodfac:Field-group | 155 | ep-prodfac:Field-group |
| 162 | rdf:type owl:Class ; | 156 | rdf:type owl:Class ; |
| 163 | - rdfs:comment "facility that is a set of fields"^^xsd:string ; | 157 | + rdfs:comment "part of the surface of the earth that is a grouping of two or more selected petroleum fields for commercial reasons or other purposes (source: MPR-XSD)"^^xsd:string ; |
| 164 | rdfs:label "field - group"^^xsd:string ; | 158 | rdfs:label "field - group"^^xsd:string ; |
| 165 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 159 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . |
| 166 | 160 | ||
| 167 | ep-prodfac:Field-part | 161 | ep-prodfac:Field-part |
| 168 | rdf:type owl:Class ; | 162 | rdf:type owl:Class ; |
| 169 | - rdfs:comment "facility that is part of a field"^^xsd:string ; | 163 | + rdfs:comment "part of the surface of the earth that is part of a petroleum field (source: MPR-XSD)"^^xsd:string ; |
| 170 | rdfs:label "field - part"^^xsd:string ; | 164 | rdfs:label "field - part"^^xsd:string ; |
| 171 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . | 165 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . |
| 172 | 166 | ||
| 173 | ep-prodfac:Installation | 167 | ep-prodfac:Installation |
| 174 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
| ... | @@ -280,7 +274,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -280,7 +274,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
| 280 | rdfs:range xsd:integer . | 274 | rdfs:range xsd:integer . |
| 281 | 275 | ||
| 282 | ep-prodfac:operatingTime | 276 | ep-prodfac:operatingTime |
| 283 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 277 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 284 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; | 278 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; |
| 285 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 279 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 286 | rdfs:label "operating time"^^xsd:string ; | 280 | rdfs:label "operating time"^^xsd:string ; | ... | ... |
| ... | @@ -35,15 +35,9 @@ ep-material:FluidFraction | ... | @@ -35,15 +35,9 @@ ep-material:FluidFraction |
| 35 | ep-material:FreshWater | 35 | ep-material:FreshWater |
| 36 | rdf:type ep-prodwell:InjectionFluidType . | 36 | rdf:type ep-prodwell:InjectionFluidType . |
| 37 | 37 | ||
| 38 | -ep-material:Gas | ||
| 39 | - rdf:type ep-prodwell:FluidPhaseType . | ||
| 40 | - | ||
| 41 | ep-material:GasAndWater | 38 | ep-material:GasAndWater |
| 42 | rdf:type ep-prodwell:InjectionFluidType . | 39 | rdf:type ep-prodwell:InjectionFluidType . |
| 43 | 40 | ||
| 44 | -ep-material:Liquid | ||
| 45 | - rdf:type ep-prodwell:FluidPhaseType . | ||
| 46 | - | ||
| 47 | ep-material:NonHcGas | 41 | ep-material:NonHcGas |
| 48 | rdf:type ep-prodwell:InjectionFluidType . | 42 | rdf:type ep-prodwell:InjectionFluidType . |
| 49 | 43 | ||
| ... | @@ -371,12 +365,6 @@ ep-prodwell:FluidComponentKindType | ... | @@ -371,12 +365,6 @@ ep-prodwell:FluidComponentKindType |
| 371 | rdfs:label "fluid component kind type"^^xsd:string ; | 365 | rdfs:label "fluid component kind type"^^xsd:string ; |
| 372 | rdfs:subClassOf owl:Class . | 366 | rdfs:subClassOf owl:Class . |
| 373 | 367 | ||
| 374 | -ep-prodwell:FluidPhaseType | ||
| 375 | - rdf:type rdfs:Class ; | ||
| 376 | - rdfs:comment "This is probably not required. The function selectFluidPhaseType is not used."^^xsd:string ; | ||
| 377 | - rdfs:label "fluid phase type"^^xsd:string ; | ||
| 378 | - rdfs:subClassOf owl:Class . | ||
| 379 | - | ||
| 380 | ep-prodwell:InjectingWell | 368 | ep-prodwell:InjectingWell |
| 381 | rdf:type owl:Class , ep-prodwell:WellStatusType ; | 369 | rdf:type owl:Class , ep-prodwell:WellStatusType ; |
| 382 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; | 370 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; |
| ... | @@ -451,7 +439,7 @@ ep-prodwell:TemporalPartOfAWellOrWellBore | ... | @@ -451,7 +439,7 @@ ep-prodwell:TemporalPartOfAWellOrWellBore |
| 451 | 439 | ||
| 452 | ep-prodwell:TubingHead | 440 | ep-prodwell:TubingHead |
| 453 | rdf:type owl:Class ; | 441 | rdf:type owl:Class ; |
| 454 | - rdfs:comment "equipment that supports the tubing hanger and provides a means of attaching the Christmas tree to the wellhead (Schlumberger)"^^xsd:string ; | 442 | + rdfs:comment "equipment that supports the tubing hanger and provides a means of attaching the Christmas tree to the wellhead (source: Schlumberger)"^^xsd:string ; |
| 455 | rdfs:label "tubing head"^^xsd:string ; | 443 | rdfs:label "tubing head"^^xsd:string ; |
| 456 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 444 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 457 | 445 | ... | ... |
This diff is collapsed. Click to expand it.
| ... | @@ -68,7 +68,7 @@ ep-well:FluidComponentType | ... | @@ -68,7 +68,7 @@ ep-well:FluidComponentType |
| 68 | rdfs:subClassOf owl:Class . | 68 | rdfs:subClassOf owl:Class . |
| 69 | 69 | ||
| 70 | ep-well:FluidType | 70 | ep-well:FluidType |
| 71 | - rdf:type owl:Class ; | 71 | + rdf:type rdfs:Class ; |
| 72 | rdfs:comment "class of fluid"^^xsd:string ; | 72 | rdfs:comment "class of fluid"^^xsd:string ; |
| 73 | rdfs:label "fluid type"^^xsd:string ; | 73 | rdfs:label "fluid type"^^xsd:string ; |
| 74 | rdfs:subClassOf owl:Class . | 74 | rdfs:subClassOf owl:Class . |
| ... | @@ -142,6 +142,7 @@ ep-well:PositionWithinWellBore | ... | @@ -142,6 +142,7 @@ ep-well:PositionWithinWellBore |
| 142 | 142 | ||
| 143 | ep-well:RecoveredCore | 143 | ep-well:RecoveredCore |
| 144 | rdf:type owl:Class ; | 144 | rdf:type owl:Class ; |
| 145 | + rdfs:comment "physical object that is a recovered rock core"^^xsd:string ; | ||
| 145 | rdfs:label "recovered core"^^xsd:string ; | 146 | rdfs:label "recovered core"^^xsd:string ; |
| 146 | rdfs:subClassOf ep-core:PhysicalObject . | 147 | rdfs:subClassOf ep-core:PhysicalObject . |
| 147 | 148 | ||
| ... | @@ -191,7 +192,7 @@ ep-well:TemporalPartOfAWell | ... | @@ -191,7 +192,7 @@ ep-well:TemporalPartOfAWell |
| 191 | 192 | ||
| 192 | ep-well:TemporalPartOfAWellBore | 193 | ep-well:TemporalPartOfAWellBore |
| 193 | rdf:type owl:Class ; | 194 | rdf:type owl:Class ; |
| 194 | - rdfs:comment "physical object that is a wellbore"^^xsd:string ; | 195 | + rdfs:comment "physical object that is a single wellbore (sidetrack) within a well (source: MPR-XSD)"^^xsd:string ; |
| 195 | rdfs:label "(temporal part of a) wellbore"^^xsd:string ; | 196 | rdfs:label "(temporal part of a) wellbore"^^xsd:string ; |
| 196 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . | 197 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . |
| 197 | 198 | ||
| ... | @@ -285,7 +286,7 @@ ep-well:WellBoreWithoutCirculation | ... | @@ -285,7 +286,7 @@ ep-well:WellBoreWithoutCirculation |
| 285 | 286 | ||
| 286 | ep-well:WellGroup | 287 | ep-well:WellGroup |
| 287 | rdf:type owl:Class ; | 288 | rdf:type owl:Class ; |
| 288 | - rdfs:comment "not used in the DDR"^^xsd:string ; | 289 | + rdfs:comment "physical object that is a named group of wells (source: MPR-XSD)"^^xsd:string ; |
| 289 | rdfs:label "well group"^^xsd:string ; | 290 | rdfs:label "well group"^^xsd:string ; |
| 290 | rdfs:subClassOf ep-core:PhysicalObject . | 291 | rdfs:subClassOf ep-core:PhysicalObject . |
| 291 | 292 | ... | ... |
| ... | @@ -4894,7 +4894,8 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -4894,7 +4894,8 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 4894 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 4894 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 4895 | spin:body | 4895 | spin:body |
| 4896 | [ rdf:type sp:Select ; | 4896 | [ rdf:type sp:Select ; |
| 4897 | - sp:resultVariables (_:b15) ; | 4897 | + sp:resultVariables ([ sp:varName "productionFacilityType"^^xsd:string |
| 4898 | + ]) ; | ||
| 4898 | sp:where ([ rdf:type sp:Bind ; | 4899 | sp:where ([ rdf:type sp:Bind ; |
| 4899 | sp:expression | 4900 | sp:expression |
| 4900 | [ rdf:type sp:if ; | 4901 | [ rdf:type sp:if ; |
| ... | @@ -4914,7 +4915,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -4914,7 +4915,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 4914 | sp:arg1 spin:_arg1 ; | 4915 | sp:arg1 spin:_arg1 ; |
| 4915 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_controller--lift> | 4916 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_controller--lift> |
| 4916 | ] ; | 4917 | ] ; |
| 4917 | - sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> ; | 4918 | + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ; |
| 4918 | sp:arg3 [ rdf:type sp:if ; | 4919 | sp:arg3 [ rdf:type sp:if ; |
| 4919 | sp:arg1 [ rdf:type sp:eq ; | 4920 | sp:arg1 [ rdf:type sp:eq ; |
| 4920 | sp:arg1 spin:_arg1 ; | 4921 | sp:arg1 spin:_arg1 ; |
| ... | @@ -4926,7 +4927,7 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -4926,7 +4927,7 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 4926 | sp:arg1 spin:_arg1 ; | 4927 | sp:arg1 spin:_arg1 ; |
| 4927 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_completion> | 4928 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_completion> |
| 4928 | ] ; | 4929 | ] ; |
| 4929 | - sp:arg2 <http://www.reportinghub.no/ep/schema/facility#Completion> ; | 4930 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletionAssembly> ; |
| 4930 | sp:arg3 [ rdf:type sp:if ; | 4931 | sp:arg3 [ rdf:type sp:if ; |
| 4931 | sp:arg1 [ rdf:type sp:eq ; | 4932 | sp:arg1 [ rdf:type sp:eq ; |
| 4932 | sp:arg1 spin:_arg1 ; | 4933 | sp:arg1 spin:_arg1 ; |
| ... | @@ -5073,7 +5074,9 @@ ep-dpr-spin-lib:selectProductionFacilityType | ... | @@ -5073,7 +5074,9 @@ ep-dpr-spin-lib:selectProductionFacilityType |
| 5073 | ] | 5074 | ] |
| 5074 | ] | 5075 | ] |
| 5075 | ] ; | 5076 | ] ; |
| 5076 | - sp:variable _:b15 | 5077 | + sp:variable |
| 5078 | + [ sp:varName "productionFacilityType"^^xsd:string | ||
| 5079 | + ] | ||
| 5077 | ]) | 5080 | ]) |
| 5078 | ] . | 5081 | ] . |
| 5079 | 5082 | ||
| ... | @@ -5083,7 +5086,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -5083,7 +5086,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 5083 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5086 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5084 | spin:body | 5087 | spin:body |
| 5085 | [ rdf:type sp:Select ; | 5088 | [ rdf:type sp:Select ; |
| 5086 | - sp:resultVariables (_:b16) ; | 5089 | + sp:resultVariables (_:b15) ; |
| 5087 | sp:where ([ rdf:type sp:Bind ; | 5090 | sp:where ([ rdf:type sp:Bind ; |
| 5088 | sp:expression | 5091 | sp:expression |
| 5089 | [ rdf:type sp:if ; | 5092 | [ rdf:type sp:if ; |
| ... | @@ -5143,7 +5146,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType | ... | @@ -5143,7 +5146,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType |
| 5143 | ] | 5146 | ] |
| 5144 | ] | 5147 | ] |
| 5145 | ] ; | 5148 | ] ; |
| 5146 | - sp:variable _:b16 | 5149 | + sp:variable _:b15 |
| 5147 | ]) | 5150 | ]) |
| 5148 | ] . | 5151 | ] . |
| 5149 | 5152 | ||
| ... | @@ -5153,7 +5156,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -5153,7 +5156,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 5153 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5156 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5154 | spin:body | 5157 | spin:body |
| 5155 | [ rdf:type sp:Select ; | 5158 | [ rdf:type sp:Select ; |
| 5156 | - sp:resultVariables (_:b17) ; | 5159 | + sp:resultVariables (_:b16) ; |
| 5157 | sp:where ([ rdf:type sp:Bind ; | 5160 | sp:where ([ rdf:type sp:Bind ; |
| 5158 | sp:expression | 5161 | sp:expression |
| 5159 | [ rdf:type sp:if ; | 5162 | [ rdf:type sp:if ; |
| ... | @@ -5171,7 +5174,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType | ... | @@ -5171,7 +5174,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType |
| 5171 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 5174 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 5172 | ] | 5175 | ] |
| 5173 | ] ; | 5176 | ] ; |
| 5174 | - sp:variable _:b17 | 5177 | + sp:variable _:b16 |
| 5175 | ]) | 5178 | ]) |
| 5176 | ] . | 5179 | ] . |
| 5177 | 5180 | ||
| ... | @@ -5181,7 +5184,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -5181,7 +5184,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 5181 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5184 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5182 | spin:body | 5185 | spin:body |
| 5183 | [ rdf:type sp:Select ; | 5186 | [ rdf:type sp:Select ; |
| 5184 | - sp:resultVariables (_:b18) ; | 5187 | + sp:resultVariables (_:b17) ; |
| 5185 | sp:where ([ rdf:type sp:Bind ; | 5188 | sp:where ([ rdf:type sp:Bind ; |
| 5186 | sp:expression | 5189 | sp:expression |
| 5187 | [ rdf:type sp:if ; | 5190 | [ rdf:type sp:if ; |
| ... | @@ -5199,7 +5202,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType | ... | @@ -5199,7 +5202,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType |
| 5199 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> | 5202 | sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> |
| 5200 | ] | 5203 | ] |
| 5201 | ] ; | 5204 | ] ; |
| 5202 | - sp:variable _:b18 | 5205 | + sp:variable _:b17 |
| 5203 | ]) | 5206 | ]) |
| 5204 | ] . | 5207 | ] . |
| 5205 | 5208 | ||
| ... | @@ -5209,7 +5212,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -5209,7 +5212,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 5209 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5212 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5210 | spin:body | 5213 | spin:body |
| 5211 | [ rdf:type sp:Select ; | 5214 | [ rdf:type sp:Select ; |
| 5212 | - sp:resultVariables (_:b19) ; | 5215 | + sp:resultVariables (_:b18) ; |
| 5213 | sp:where ([ rdf:type sp:Bind ; | 5216 | sp:where ([ rdf:type sp:Bind ; |
| 5214 | sp:expression | 5217 | sp:expression |
| 5215 | [ rdf:type sp:if ; | 5218 | [ rdf:type sp:if ; |
| ... | @@ -5360,7 +5363,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType | ... | @@ -5360,7 +5363,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType |
| 5360 | ] | 5363 | ] |
| 5361 | ] | 5364 | ] |
| 5362 | ] ; | 5365 | ] ; |
| 5363 | - sp:variable _:b19 | 5366 | + sp:variable _:b18 |
| 5364 | ]) | 5367 | ]) |
| 5365 | ] . | 5368 | ] . |
| 5366 | 5369 | ||
| ... | @@ -5549,7 +5552,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -5549,7 +5552,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 5549 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5552 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5550 | spin:body | 5553 | spin:body |
| 5551 | [ rdf:type sp:Select ; | 5554 | [ rdf:type sp:Select ; |
| 5552 | - sp:resultVariables (_:b20) ; | 5555 | + sp:resultVariables (_:b19) ; |
| 5553 | sp:where ([ rdf:type sp:Bind ; | 5556 | sp:where ([ rdf:type sp:Bind ; |
| 5554 | sp:expression | 5557 | sp:expression |
| 5555 | [ rdf:type sp:if ; | 5558 | [ rdf:type sp:if ; |
| ... | @@ -5693,7 +5696,7 @@ ep-dpr-spin-lib:selectSafetyActivityType | ... | @@ -5693,7 +5696,7 @@ ep-dpr-spin-lib:selectSafetyActivityType |
| 5693 | ] | 5696 | ] |
| 5694 | ] | 5697 | ] |
| 5695 | ] ; | 5698 | ] ; |
| 5696 | - sp:variable _:b20 | 5699 | + sp:variable _:b19 |
| 5697 | ]) | 5700 | ]) |
| 5698 | ] . | 5701 | ] . |
| 5699 | 5702 | ||
| ... | @@ -5956,7 +5959,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5956,7 +5959,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5956 | ] ; | 5959 | ] ; |
| 5957 | spin:body | 5960 | spin:body |
| 5958 | [ rdf:type sp:Select ; | 5961 | [ rdf:type sp:Select ; |
| 5959 | - sp:resultVariables (_:b21) ; | 5962 | + sp:resultVariables (_:b20) ; |
| 5960 | sp:where ([ rdf:type sp:Bind ; | 5963 | sp:where ([ rdf:type sp:Bind ; |
| 5961 | sp:expression | 5964 | sp:expression |
| 5962 | [ rdf:type sp:if ; | 5965 | [ rdf:type sp:if ; |
| ... | @@ -5967,7 +5970,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5967,7 +5970,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5967 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | 5970 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; |
| 5968 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 5971 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 5969 | ] ; | 5972 | ] ; |
| 5970 | - sp:variable _:b21 | 5973 | + sp:variable _:b20 |
| 5971 | ]) | 5974 | ]) |
| 5972 | ] . | 5975 | ] . |
| 5973 | 5976 | ||
| ... | @@ -6360,7 +6363,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -6360,7 +6363,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 6360 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 6363 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 6361 | spin:body | 6364 | spin:body |
| 6362 | [ rdf:type sp:Select ; | 6365 | [ rdf:type sp:Select ; |
| 6363 | - sp:resultVariables (_:b22) ; | 6366 | + sp:resultVariables (_:b21) ; |
| 6364 | sp:where ([ rdf:type sp:Bind ; | 6367 | sp:where ([ rdf:type sp:Bind ; |
| 6365 | sp:expression | 6368 | sp:expression |
| 6366 | [ rdf:type sp:if ; | 6369 | [ rdf:type sp:if ; |
| ... | @@ -6385,7 +6388,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType | ... | @@ -6385,7 +6388,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType |
| 6385 | ] | 6388 | ] |
| 6386 | ] | 6389 | ] |
| 6387 | ] ; | 6390 | ] ; |
| 6388 | - sp:variable _:b22 | 6391 | + sp:variable _:b21 |
| 6389 | ]) | 6392 | ]) |
| 6390 | ] . | 6393 | ] . |
| 6391 | 6394 | ||
| ... | @@ -7503,29 +7506,26 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7503,29 +7506,26 @@ ep-dpr-spin-lib:selectWorkScale |
| 7503 | ]) | 7506 | ]) |
| 7504 | ] . | 7507 | ] . |
| 7505 | 7508 | ||
| 7506 | -_:b22 | ||
| 7507 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7508 | - | ||
| 7509 | _:b21 | 7509 | _:b21 |
| 7510 | - sp:varName "specificVolumeScale"^^xsd:string . | 7510 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . |
| 7511 | 7511 | ||
| 7512 | _:b20 | 7512 | _:b20 |
| 7513 | - sp:varName "safetyActivityType"^^xsd:string . | 7513 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 7514 | 7514 | ||
| 7515 | _:b19 | 7515 | _:b19 |
| 7516 | - sp:varName "productionFlowPurposeType"^^xsd:string . | 7516 | + sp:varName "safetyActivityType"^^xsd:string . |
| 7517 | 7517 | ||
| 7518 | _:b18 | 7518 | _:b18 |
| 7519 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 7519 | + sp:varName "productionFlowPurposeType"^^xsd:string . |
| 7520 | 7520 | ||
| 7521 | _:b17 | 7521 | _:b17 |
| 7522 | sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 7522 | sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
| 7523 | 7523 | ||
| 7524 | _:b16 | 7524 | _:b16 |
| 7525 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | 7525 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . |
| 7526 | 7526 | ||
| 7527 | _:b15 | 7527 | _:b15 |
| 7528 | - sp:varName "productionFacilityType"^^xsd:string . | 7528 | + sp:varName "productionFlowDefinitionType"^^xsd:string . |
| 7529 | 7529 | ||
| 7530 | _:b14 | 7530 | _:b14 |
| 7531 | sp:varName "densityScale"^^xsd:string . | 7531 | sp:varName "densityScale"^^xsd:string . | ... | ... |
| ... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | ||
| 24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
| 25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
| 26 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 26 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
| 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 28 | 28 | ||
| 29 | ep-mpr-spin-lib:Function | 29 | ep-mpr-spin-lib:Function |
| ... | @@ -5065,13 +5065,13 @@ ep-mpr-spin-lib:selectReportingFacilityType | ... | @@ -5065,13 +5065,13 @@ ep-mpr-spin-lib:selectReportingFacilityType |
| 5065 | sp:arg1 spin:_arg1 ; | 5065 | sp:arg1 spin:_arg1 ; |
| 5066 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller--lift> | 5066 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller--lift> |
| 5067 | ] ; | 5067 | ] ; |
| 5068 | - sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> ; | 5068 | + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ; |
| 5069 | sp:arg3 [ rdf:type sp:if ; | 5069 | sp:arg3 [ rdf:type sp:if ; |
| 5070 | sp:arg1 [ rdf:type sp:eq ; | 5070 | sp:arg1 [ rdf:type sp:eq ; |
| 5071 | sp:arg1 spin:_arg1 ; | 5071 | sp:arg1 spin:_arg1 ; |
| 5072 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller> | 5072 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller> |
| 5073 | ] ; | 5073 | ] ; |
| 5074 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-equipment#Controller> ; | 5074 | + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ; |
| 5075 | sp:arg3 [ rdf:type sp:if ; | 5075 | sp:arg3 [ rdf:type sp:if ; |
| 5076 | sp:arg1 [ rdf:type sp:eq ; | 5076 | sp:arg1 [ rdf:type sp:eq ; |
| 5077 | sp:arg1 spin:_arg1 ; | 5077 | sp:arg1 spin:_arg1 ; | ... | ... |
-
Please register or login to post a comment