Showing
13 changed files
with
103 additions
and
70 deletions
... | @@ -121,6 +121,12 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -121,6 +121,12 @@ ep-activity:DailyDrillingActivityToStatus |
121 | owl:onProperty ep-core:hasPart | 121 | owl:onProperty ep-core:hasPart |
122 | ] . | 122 | ] . |
123 | 123 | ||
124 | +ep-activity:DailyProductionActivity | ||
125 | + rdf:type owl:Class ; | ||
126 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
127 | + rdfs:label "daily production activity"^^xsd:string ; | ||
128 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
129 | + | ||
124 | ep-activity:Drill-bypass | 130 | ep-activity:Drill-bypass |
125 | rdf:type ep-activity:WellBoreDrillingType ; | 131 | rdf:type ep-activity:WellBoreDrillingType ; |
126 | rdfs:label "drill - bypass"^^xsd:string ; | 132 | rdfs:label "drill - bypass"^^xsd:string ; |
... | @@ -355,6 +361,12 @@ ep-activity:MonthlyDrillingActivity | ... | @@ -355,6 +361,12 @@ ep-activity:MonthlyDrillingActivity |
355 | owl:onProperty ep-activity:hasSubActivity | 361 | owl:onProperty ep-activity:hasSubActivity |
356 | ] . | 362 | ] . |
357 | 363 | ||
364 | +ep-activity:MonthlyProductionActivity | ||
365 | + rdf:type owl:Class ; | ||
366 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
367 | + rdfs:label "monthly production activity"^^xsd:string ; | ||
368 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
369 | + | ||
358 | ep-activity:OffshoreActivity | 370 | ep-activity:OffshoreActivity |
359 | rdf:type owl:Class ; | 371 | rdf:type owl:Class ; |
360 | rdfs:label "Offshore activity"^^xsd:string ; | 372 | rdfs:label "Offshore activity"^^xsd:string ; |
... | @@ -419,9 +431,16 @@ ep-activity:PressureTestType | ... | @@ -419,9 +431,16 @@ ep-activity:PressureTestType |
419 | 431 | ||
420 | ep-activity:ProductionActivity | 432 | ep-activity:ProductionActivity |
421 | rdf:type owl:Class ; | 433 | rdf:type owl:Class ; |
434 | + rdfs:comment "activity that is all or part of what is done to produce oil or gas"^^xsd:string ; | ||
422 | rdfs:label "Production activity"^^xsd:string ; | 435 | rdfs:label "Production activity"^^xsd:string ; |
423 | rdfs:subClassOf ep-activity:Activity . | 436 | rdfs:subClassOf ep-activity:Activity . |
424 | 437 | ||
438 | +ep-activity:ProductionActivityToDate | ||
439 | + rdf:type owl:Class ; | ||
440 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
441 | + rdfs:label "production activity to date"^^xsd:string ; | ||
442 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
443 | + | ||
425 | ep-activity:ProductionTest | 444 | ep-activity:ProductionTest |
426 | rdf:type owl:Class , ep-activity:WellTestType ; | 445 | rdf:type owl:Class , ep-activity:WellTestType ; |
427 | rdfs:label "production test"^^xsd:string ; | 446 | rdfs:label "production test"^^xsd:string ; |
... | @@ -445,6 +464,12 @@ ep-activity:WeeklyDrillingActivity | ... | @@ -445,6 +464,12 @@ ep-activity:WeeklyDrillingActivity |
445 | owl:onProperty ep-activity:hasSubActivity | 464 | owl:onProperty ep-activity:hasSubActivity |
446 | ] . | 465 | ] . |
447 | 466 | ||
467 | +ep-activity:WeeklyProductionActivity | ||
468 | + rdf:type owl:Class ; | ||
469 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
470 | + rdfs:label "weekly production activity"^^xsd:string ; | ||
471 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
472 | + | ||
448 | ep-activity:WellBoreBitOperation-withinReportingPeriod | 473 | ep-activity:WellBoreBitOperation-withinReportingPeriod |
449 | rdf:type owl:Class ; | 474 | rdf:type owl:Class ; |
450 | rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; | 475 | rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; | ... | ... |
... | @@ -29,10 +29,11 @@ ep-fac:Facility | ... | @@ -29,10 +29,11 @@ ep-fac:Facility |
29 | ep-fac:Field | 29 | ep-fac:Field |
30 | rdf:type owl:Class ; | 30 | rdf:type owl:Class ; |
31 | rdfs:comment "facility that is a field"^^xsd:string ; | 31 | rdfs:comment "facility that is a field"^^xsd:string ; |
32 | - rdfs:label "field"^^xsd:string . | 32 | + rdfs:label "field"^^xsd:string ; |
33 | + rdfs:subClassOf ep-fac:TemporalPartOfAField . | ||
33 | 34 | ||
34 | ep-fac:FixedFacility | 35 | ep-fac:FixedFacility |
35 | - rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ; | 36 | + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ; |
36 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; | 37 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; |
37 | rdfs:label "fixed facility"^^xsd:string ; | 38 | rdfs:label "fixed facility"^^xsd:string ; |
38 | rdfs:subClassOf ep-fac:Facility . | 39 | rdfs:subClassOf ep-fac:Facility . |
... | @@ -48,9 +49,9 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -48,9 +49,9 @@ ep-fac:FixedOrMoveableRigType |
48 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
49 | 50 | ||
50 | ep-fac:FixedRig | 51 | ep-fac:FixedRig |
51 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 52 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
52 | rdfs:label "fixed rig"^^xsd:string ; | 53 | rdfs:label "fixed rig"^^xsd:string ; |
53 | - rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . | 54 | + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . |
54 | 55 | ||
55 | ep-fac:Flowline | 56 | ep-fac:Flowline |
56 | rdf:type owl:Class ; | 57 | rdf:type owl:Class ; |
... | @@ -70,15 +71,15 @@ ep-fac:Lease | ... | @@ -70,15 +71,15 @@ ep-fac:Lease |
70 | rdfs:subClassOf ep-fac:Facility . | 71 | rdfs:subClassOf ep-fac:Facility . |
71 | 72 | ||
72 | ep-fac:MoveableFacility | 73 | ep-fac:MoveableFacility |
73 | - rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ; | 74 | + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ; |
74 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; | 75 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; |
75 | rdfs:label "moveable facility"^^xsd:string ; | 76 | rdfs:label "moveable facility"^^xsd:string ; |
76 | rdfs:subClassOf ep-fac:Facility . | 77 | rdfs:subClassOf ep-fac:Facility . |
77 | 78 | ||
78 | ep-fac:MoveableRig | 79 | ep-fac:MoveableRig |
79 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 80 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
80 | rdfs:label "moveable rig"^^xsd:string ; | 81 | rdfs:label "moveable rig"^^xsd:string ; |
81 | - rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . | 82 | + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . |
82 | 83 | ||
83 | ep-fac:Platform | 84 | ep-fac:Platform |
84 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
... | @@ -105,6 +106,7 @@ ep-fac:Rig | ... | @@ -105,6 +106,7 @@ ep-fac:Rig |
105 | 106 | ||
106 | ep-fac:SubSurfaceFixedFacility | 107 | ep-fac:SubSurfaceFixedFacility |
107 | rdf:type owl:Class ; | 108 | rdf:type owl:Class ; |
109 | + rdfs:label "sub-surface fixed facility"^^xsd:string ; | ||
108 | rdfs:subClassOf ep-fac:FixedFacility . | 110 | rdfs:subClassOf ep-fac:FixedFacility . |
109 | 111 | ||
110 | ep-fac:SurfaceFixedFacility | 112 | ep-fac:SurfaceFixedFacility |
... | @@ -131,6 +133,7 @@ ep-fac:Template | ... | @@ -131,6 +133,7 @@ ep-fac:Template |
131 | 133 | ||
132 | ep-fac:TemporalPartOfAField | 134 | ep-fac:TemporalPartOfAField |
133 | rdf:type owl:Class ; | 135 | rdf:type owl:Class ; |
136 | + rdfs:label "temporal part of a field"^^xsd:string ; | ||
134 | rdfs:subClassOf ep-fac:Facility . | 137 | rdfs:subClassOf ep-fac:Facility . |
135 | 138 | ||
136 | ep-fac:TemporalPartOfAProductionFacility | 139 | ep-fac:TemporalPartOfAProductionFacility |
... | @@ -151,7 +154,7 @@ ep-fac:Zone | ... | @@ -151,7 +154,7 @@ ep-fac:Zone |
151 | rdfs:subClassOf ep-fac:Facility . | 154 | rdfs:subClassOf ep-fac:Facility . |
152 | 155 | ||
153 | ep-fac:depthOfSurroundingWater | 156 | ep-fac:depthOfSurroundingWater |
154 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 157 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
155 | rdfs:domain ep-fac:SurroundingWater ; | 158 | rdfs:domain ep-fac:SurroundingWater ; |
156 | rdfs:label "depth of surrounding water"^^xsd:string ; | 159 | rdfs:label "depth of surrounding water"^^xsd:string ; |
157 | rdfs:range ep-core:Length . | 160 | rdfs:range ep-core:Length . | ... | ... |
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/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
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 "Compressibility"^^xsd:string ; | 21 | rdfs:label "Compressibility"^^xsd:string ; |
22 | rdfs:subClassOf owl:Class . | 22 | rdfs:subClassOf owl:Class . |
23 | 23 | ||
... | @@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement |
40 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
43 | - owl:disjointWith ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country , ep-geo:LicenceBlock . | 43 | + owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . |
44 | 44 | ||
45 | ep-geo:Country | 45 | ep-geo:Country |
46 | rdf:type owl:Class ; | 46 | rdf:type owl:Class ; |
47 | rdfs:label "country"^^xsd:string ; | 47 | rdfs:label "country"^^xsd:string ; |
48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
49 | - owl:disjointWith ep-geo:State , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 49 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . |
50 | 50 | ||
51 | ep-geo:County | 51 | ep-geo:County |
52 | rdf:type owl:Class ; | 52 | rdf:type owl:Class ; |
53 | rdfs:label "county"^^xsd:string ; | 53 | rdfs:label "county"^^xsd:string ; |
54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
55 | - owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 55 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . |
56 | 56 | ||
57 | ep-geo:DestinationType | 57 | ep-geo:DestinationType |
58 | rdf:type rdfs:Class ; | 58 | rdf:type rdfs:Class ; |
... | @@ -60,7 +60,7 @@ ep-geo:DestinationType | ... | @@ -60,7 +60,7 @@ ep-geo:DestinationType |
60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
61 | 61 | ||
62 | ep-geo:Harbour | 62 | ep-geo:Harbour |
63 | - rdf:type ep-geo:DestinationType , owl:Class ; | 63 | + rdf:type owl:Class , ep-geo:DestinationType ; |
64 | rdfs:label "harbour"^^xsd:string ; | 64 | rdfs:label "harbour"^^xsd:string ; |
65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
66 | 66 | ||
... | @@ -69,7 +69,7 @@ ep-geo:LicenceBlock | ... | @@ -69,7 +69,7 @@ ep-geo:LicenceBlock |
69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
70 | rdfs:label "Licence Block"^^xsd:string ; | 70 | rdfs:label "Licence Block"^^xsd:string ; |
71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
72 | - owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 72 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . |
73 | 73 | ||
74 | ep-geo:OffshoreLocation | 74 | ep-geo:OffshoreLocation |
75 | rdf:type owl:Class ; | 75 | rdf:type owl:Class ; |
... | @@ -78,8 +78,9 @@ ep-geo:OffshoreLocation | ... | @@ -78,8 +78,9 @@ ep-geo:OffshoreLocation |
78 | 78 | ||
79 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | 79 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
81 | + rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; | ||
81 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
82 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . | 83 | + owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
83 | 84 | ||
84 | ep-geo:PartOfTheSurfaceOfTheEarth | 85 | ep-geo:PartOfTheSurfaceOfTheEarth |
85 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
... | @@ -90,13 +91,13 @@ ep-geo:State | ... | @@ -90,13 +91,13 @@ ep-geo:State |
90 | rdf:type owl:Class ; | 91 | rdf:type owl:Class ; |
91 | rdfs:label "state"^^xsd:string ; | 92 | rdfs:label "state"^^xsd:string ; |
92 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
93 | - owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 94 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . |
94 | 95 | ||
95 | ep-geo:Terminal | 96 | ep-geo:Terminal |
96 | - rdf:type ep-geo:DestinationType , owl:Class ; | 97 | + rdf:type owl:Class , ep-geo:DestinationType ; |
97 | rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; | 98 | rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; |
98 | rdfs:label "terminal"^^xsd:string ; | 99 | rdfs:label "terminal"^^xsd:string ; |
99 | - rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . | 100 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . |
100 | 101 | ||
101 | ep-geo:areaOnSurfaceOfEarth | 102 | ep-geo:areaOnSurfaceOfEarth |
102 | rdf:type owl:ObjectProperty ; | 103 | rdf:type owl:ObjectProperty ; |
... | @@ -119,12 +120,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -119,12 +120,12 @@ ep-geo:hasNorthSeaAreaName |
119 | rdfs:label "has North Sea area name"^^xsd:string . | 120 | rdfs:label "has North Sea area name"^^xsd:string . |
120 | 121 | ||
121 | ep-geo:hasNorthSeaBlockSuffixId | 122 | ep-geo:hasNorthSeaBlockSuffixId |
122 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 123 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
123 | rdfs:domain ep-geo:OffshoreLocation ; | 124 | rdfs:domain ep-geo:OffshoreLocation ; |
124 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
125 | 126 | ||
126 | ep-geo:hasNorthSeaQuadrantId | 127 | ep-geo:hasNorthSeaQuadrantId |
127 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 128 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
128 | rdfs:domain ep-geo:OffshoreLocation ; | 129 | rdfs:domain ep-geo:OffshoreLocation ; |
129 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
130 | 131 | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -10,11 +10,11 @@ | ... | @@ -10,11 +10,11 @@ |
10 | 10 | ||
11 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 11 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
15 | 15 | ||
16 | ep-org:CateringCrew | 16 | ep-org:CateringCrew |
17 | - rdf:type ep-org:CrewType , owl:Class ; | 17 | + rdf:type owl:Class , ep-org:CrewType ; |
18 | rdfs:label "catering crew"^^xsd:string ; | 18 | rdfs:label "catering crew"^^xsd:string ; |
19 | rdfs:subClassOf ep-org:Crew . | 19 | rdfs:subClassOf ep-org:Crew . |
20 | 20 | ||
... | @@ -29,7 +29,7 @@ ep-org:Company | ... | @@ -29,7 +29,7 @@ ep-org:Company |
29 | rdfs:subClassOf ep-org:Organization-WholeLife . | 29 | rdfs:subClassOf ep-org:Organization-WholeLife . |
30 | 30 | ||
31 | ep-org:ContractorCrew | 31 | ep-org:ContractorCrew |
32 | - rdf:type ep-org:CrewType , owl:Class ; | 32 | + rdf:type owl:Class , ep-org:CrewType ; |
33 | rdfs:label "contractor crew"^^xsd:string ; | 33 | rdfs:label "contractor crew"^^xsd:string ; |
34 | rdfs:subClassOf ep-org:Crew . | 34 | rdfs:subClassOf ep-org:Crew . |
35 | 35 | ||
... | @@ -44,46 +44,48 @@ ep-org:CrewType | ... | @@ -44,46 +44,48 @@ ep-org:CrewType |
44 | rdfs:subClassOf owl:Class . | 44 | rdfs:subClassOf owl:Class . |
45 | 45 | ||
46 | ep-org:DayVisitorCrew | 46 | ep-org:DayVisitorCrew |
47 | - rdf:type ep-org:CrewType , owl:Class ; | 47 | + rdf:type owl:Class , ep-org:CrewType ; |
48 | rdfs:label "day visitor crew"^^xsd:string ; | 48 | rdfs:label "day visitor crew"^^xsd:string ; |
49 | rdfs:subClassOf ep-org:Crew . | 49 | rdfs:subClassOf ep-org:Crew . |
50 | 50 | ||
51 | ep-org:DrillingContractCrew | 51 | ep-org:DrillingContractCrew |
52 | - rdf:type ep-org:CrewType , owl:Class ; | 52 | + rdf:type owl:Class , ep-org:CrewType ; |
53 | rdfs:label "drilling contract crew"^^xsd:string ; | 53 | rdfs:label "drilling contract crew"^^xsd:string ; |
54 | rdfs:subClassOf ep-org:Crew . | 54 | rdfs:subClassOf ep-org:Crew . |
55 | 55 | ||
56 | ep-org:NonOperatorOvernightVisitorCrew | 56 | ep-org:NonOperatorOvernightVisitorCrew |
57 | - rdf:type ep-org:CrewType , owl:Class ; | 57 | + rdf:type owl:Class , ep-org:CrewType ; |
58 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 58 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
59 | rdfs:subClassOf ep-org:Crew . | 59 | rdfs:subClassOf ep-org:Crew . |
60 | 60 | ||
61 | ep-org:OperatorNormalCrew | 61 | ep-org:OperatorNormalCrew |
62 | - rdf:type ep-org:CrewType , owl:Class ; | 62 | + rdf:type owl:Class , ep-org:CrewType ; |
63 | rdfs:label "operator normal crew"^^xsd:string ; | 63 | rdfs:label "operator normal crew"^^xsd:string ; |
64 | rdfs:subClassOf ep-org:Crew . | 64 | rdfs:subClassOf ep-org:Crew . |
65 | 65 | ||
66 | ep-org:OperatorOvernightVisitorCrew | 66 | ep-org:OperatorOvernightVisitorCrew |
67 | - rdf:type ep-org:CrewType , owl:Class ; | 67 | + rdf:type owl:Class , ep-org:CrewType ; |
68 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 68 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
69 | rdfs:subClassOf ep-org:Crew . | 69 | rdfs:subClassOf ep-org:Crew . |
70 | 70 | ||
71 | ep-org:Organization | 71 | ep-org:Organization |
72 | rdf:type owl:Class ; | 72 | rdf:type owl:Class ; |
73 | rdfs:label "organization"^^xsd:string ; | 73 | rdfs:label "organization"^^xsd:string ; |
74 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> , ep-org:PersonOrOrganization . | 74 | + rdfs:subClassOf ep-org:PersonOrOrganization , <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
75 | 75 | ||
76 | ep-org:Organization-WholeLife | 76 | ep-org:Organization-WholeLife |
77 | rdf:type owl:Class ; | 77 | rdf:type owl:Class ; |
78 | rdfs:label "organization - whole life"^^xsd:string ; | 78 | rdfs:label "organization - whole life"^^xsd:string ; |
79 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . | 79 | + rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . |
80 | 80 | ||
81 | ep-org:Person | 81 | ep-org:Person |
82 | rdf:type owl:Class ; | 82 | rdf:type owl:Class ; |
83 | + rdfs:label "person"^^xsd:string ; | ||
83 | rdfs:subClassOf ep-org:PersonOrOrganization . | 84 | rdfs:subClassOf ep-org:PersonOrOrganization . |
84 | 85 | ||
85 | ep-org:PersonOrOrganization | 86 | ep-org:PersonOrOrganization |
86 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
88 | + rdfs:label "person or organization"^^xsd:string ; | ||
87 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 89 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
88 | 90 | ||
89 | ep-org:PersonOrOrganization-WholeLife | 91 | ep-org:PersonOrOrganization-WholeLife |
... | @@ -101,14 +103,14 @@ ep-org:PersonRoleType | ... | @@ -101,14 +103,14 @@ ep-org:PersonRoleType |
101 | rdfs:subClassOf owl:Class . | 103 | rdfs:subClassOf owl:Class . |
102 | 104 | ||
103 | ep-org:TotalCrew | 105 | ep-org:TotalCrew |
104 | - rdf:type ep-org:CrewType , owl:Class ; | 106 | + rdf:type owl:Class , ep-org:CrewType ; |
105 | rdfs:label "total crew"^^xsd:string ; | 107 | rdfs:label "total crew"^^xsd:string ; |
106 | rdfs:subClassOf ep-org:Crew . | 108 | rdfs:subClassOf ep-org:Crew . |
107 | 109 | ||
108 | ep-org:WholeLifePerson | 110 | ep-org:WholeLifePerson |
109 | rdf:type owl:Class ; | 111 | rdf:type owl:Class ; |
110 | rdfs:label "whole life person"^^xsd:string ; | 112 | rdfs:label "whole life person"^^xsd:string ; |
111 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . | 113 | + rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . |
112 | 114 | ||
113 | ep-org:hasCrew | 115 | ep-org:hasCrew |
114 | rdf:type owl:ObjectProperty ; | 116 | rdf:type owl:ObjectProperty ; |
... | @@ -117,7 +119,7 @@ ep-org:hasCrew | ... | @@ -117,7 +119,7 @@ ep-org:hasCrew |
117 | rdfs:range ep-org:Crew . | 119 | rdfs:range ep-org:Crew . |
118 | 120 | ||
119 | ep-org:numberInCrew | 121 | ep-org:numberInCrew |
120 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 122 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
121 | rdfs:domain ep-org:Crew ; | 123 | rdfs:domain ep-org:Crew ; |
122 | rdfs:label "number in crew"^^xsd:string . | 124 | rdfs:label "number in crew"^^xsd:string . |
123 | 125 | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -41,10 +41,12 @@ ep-prodeqt:DownHoleControlValve | ... | @@ -41,10 +41,12 @@ ep-prodeqt:DownHoleControlValve |
41 | 41 | ||
42 | ep-prodeqt:FlowLine | 42 | ep-prodeqt:FlowLine |
43 | rdf:type owl:Class ; | 43 | rdf:type owl:Class ; |
44 | + rdfs:label "flow line"^^xsd:string ; | ||
44 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 45 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
45 | 46 | ||
46 | ep-prodeqt:FlowLine-Production | 47 | ep-prodeqt:FlowLine-Production |
47 | rdf:type owl:Class ; | 48 | rdf:type owl:Class ; |
49 | + rdfs:label "flow line - production"^^xsd:string ; | ||
48 | rdfs:subClassOf ep-prodeqt:FlowLine . | 50 | rdfs:subClassOf ep-prodeqt:FlowLine . |
49 | 51 | ||
50 | ep-prodeqt:FlowMeter | 52 | ep-prodeqt:FlowMeter |
... | @@ -58,9 +60,6 @@ ep-prodeqt:GasLiftChoke | ... | @@ -58,9 +60,6 @@ ep-prodeqt:GasLiftChoke |
58 | rdfs:label "gas lift choke"^^xsd:string ; | 60 | rdfs:label "gas lift choke"^^xsd:string ; |
59 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 61 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
60 | 62 | ||
61 | -ep-prodeqt:Manifold | ||
62 | - rdf:type owl:Class . | ||
63 | - | ||
64 | ep-prodeqt:PressureMeter | 63 | ep-prodeqt:PressureMeter |
65 | rdf:type owl:Class ; | 64 | rdf:type owl:Class ; |
66 | rdfs:comment "equipment that is a pressure meter"^^xsd:string ; | 65 | rdfs:comment "equipment that is a pressure meter"^^xsd:string ; | ... | ... |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
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/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; | 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> ; |
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> |
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
67 | rdf:type ep-prodfac:ReportingFacilityType . | 67 | rdf:type ep-prodfac:ReportingFacilityType . |
68 | 68 | ||
69 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 69 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
70 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 70 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
71 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 71 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
72 | rdfs:label "facility operator"^^xsd:string ; | 72 | rdfs:label "facility operator"^^xsd:string ; |
73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
... | @@ -86,6 +86,7 @@ | ... | @@ -86,6 +86,7 @@ |
86 | 86 | ||
87 | ep-prodfac:Boat | 87 | ep-prodfac:Boat |
88 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
89 | + rdfs:label "boat"^^xsd:string ; | ||
89 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 90 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
90 | 91 | ||
91 | ep-prodfac:Field-area | 92 | ep-prodfac:Field-area |
... | @@ -142,11 +143,12 @@ ep-prodfac:ReportingFacilityType | ... | @@ -142,11 +143,12 @@ ep-prodfac:ReportingFacilityType |
142 | 143 | ||
143 | ep-prodfac:Ship | 144 | ep-prodfac:Ship |
144 | rdf:type owl:Class ; | 145 | rdf:type owl:Class ; |
145 | - rdfs:label "Ship"^^xsd:string ; | 146 | + rdfs:label "ship"^^xsd:string ; |
146 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 147 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
147 | 148 | ||
148 | ep-prodfac:ShipOrBoat | 149 | ep-prodfac:ShipOrBoat |
149 | rdf:type owl:Class ; | 150 | rdf:type owl:Class ; |
151 | + rdfs:label "ship or boat"^^xsd:string ; | ||
150 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 152 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . |
151 | 153 | ||
152 | ep-prodfac:StorageFacility | 154 | ep-prodfac:StorageFacility |
... | @@ -161,6 +163,7 @@ ep-prodfac:SupplyShip | ... | @@ -161,6 +163,7 @@ ep-prodfac:SupplyShip |
161 | 163 | ||
162 | ep-prodfac:TemporalPartOfAShipOrBoat | 164 | ep-prodfac:TemporalPartOfAShipOrBoat |
163 | rdf:type owl:Class ; | 165 | rdf:type owl:Class ; |
166 | + rdfs:label "temporal part of a ship or boat"^^xsd:string ; | ||
164 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 167 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
165 | 168 | ||
166 | ep-prodfac:TrunkLine | 169 | ep-prodfac:TrunkLine |
... | @@ -209,7 +212,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -209,7 +212,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
209 | rdfs:range xsd:integer . | 212 | rdfs:range xsd:integer . |
210 | 213 | ||
211 | ep-prodfac:operatingTime | 214 | ep-prodfac:operatingTime |
212 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 215 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
213 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 216 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
214 | rdfs:label "operating time"^^xsd:string ; | 217 | rdfs:label "operating time"^^xsd:string ; |
215 | rdfs:range ep-core:TimeDuration . | 218 | rdfs:range ep-core:TimeDuration . | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | 19 | ||
20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
24 | 24 | ||
25 | ep-dpr-spin-lib:Function | 25 | ep-dpr-spin-lib:Function |
... | @@ -4942,7 +4942,7 @@ ep-dpr-spin-lib:selectProductionActivityType | ... | @@ -4942,7 +4942,7 @@ ep-dpr-spin-lib:selectProductionActivityType |
4942 | sp:arg1 spin:_arg1 ; | 4942 | sp:arg1 spin:_arg1 ; |
4943 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other> | 4943 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other> |
4944 | ] ; | 4944 | ] ; |
4945 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ; | 4945 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
4946 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | 4946 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> |
4947 | ] | 4947 | ] |
4948 | ] | 4948 | ] |
... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5945 | spin:body | 5945 | spin:body |
5946 | [ rdf:type sp:Select ; | 5946 | [ rdf:type sp:Select ; |
5947 | + sp:resultVariables (_:b21) ; | ||
5948 | + sp:where ([ rdf:type sp:Bind ; | ||
5949 | + sp:expression | ||
5950 | + [ rdf:type sp:if ; | ||
5951 | + sp:arg1 [ rdf:type sp:eq ; | ||
5952 | + sp:arg1 spin:_arg1 ; | ||
5953 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5954 | + ] ; | ||
5955 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5956 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5957 | + ] ; | ||
5958 | + sp:variable _:b21 | ||
5959 | + ]) | ||
5960 | + ] ; | ||
5961 | + spin:body | ||
5962 | + [ rdf:type sp:Select ; | ||
5947 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5963 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5948 | ]) ; | 5964 | ]) ; |
5949 | sp:where ([ rdf:type sp:Bind ; | 5965 | sp:where ([ rdf:type sp:Bind ; |
... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
6023 | [ sp:varName "myVar"^^xsd:string | 6039 | [ sp:varName "myVar"^^xsd:string |
6024 | ] | 6040 | ] |
6025 | ]) | 6041 | ]) |
6026 | - ] ; | ||
6027 | - spin:body | ||
6028 | - [ rdf:type sp:Select ; | ||
6029 | - sp:resultVariables (_:b21) ; | ||
6030 | - sp:where ([ rdf:type sp:Bind ; | ||
6031 | - sp:expression | ||
6032 | - [ rdf:type sp:if ; | ||
6033 | - sp:arg1 [ rdf:type sp:eq ; | ||
6034 | - sp:arg1 spin:_arg1 ; | ||
6035 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
6036 | - ] ; | ||
6037 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
6038 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
6039 | - ] ; | ||
6040 | - sp:variable _:b21 | ||
6041 | - ]) | ||
6042 | ] . | 6042 | ] . |
6043 | 6043 | ||
6044 | ep-dpr-spin-lib:selectTemperatureScale | 6044 | ep-dpr-spin-lib:selectTemperatureScale |
... | @@ -7573,6 +7573,15 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7573,6 +7573,15 @@ ep-dpr-spin-lib:selectWorkScale |
7573 | ]) | 7573 | ]) |
7574 | ] . | 7574 | ] . |
7575 | 7575 | ||
7576 | +_:b22 | ||
7577 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
7578 | + | ||
7579 | +_:b21 | ||
7580 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
7581 | + | ||
7582 | +_:b20 | ||
7583 | + sp:varName "safetyActivityType"^^xsd:string . | ||
7584 | + | ||
7576 | _:b19 | 7585 | _:b19 |
7577 | sp:varName "productionFlowPurposeType"^^xsd:string . | 7586 | sp:varName "productionFlowPurposeType"^^xsd:string . |
7578 | 7587 | ||
... | @@ -7620,12 +7629,3 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -7620,12 +7629,3 @@ _:b3 sp:varName "uri"^^xsd:string . |
7620 | _:b2 sp:varName "UUID"^^xsd:string . | 7629 | _:b2 sp:varName "UUID"^^xsd:string . |
7621 | 7630 | ||
7622 | _:b1 sp:varName "uri"^^xsd:string . | 7631 | _:b1 sp:varName "uri"^^xsd:string . |
7623 | - | ||
7624 | -_:b22 | ||
7625 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
7626 | - | ||
7627 | -_:b21 | ||
7628 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
7629 | - | ||
7630 | -_:b20 | ||
7631 | - sp:varName "safetyActivityType"^^xsd:string . | ... | ... |
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | 20 | ||
21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | 23 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | 25 | ||
26 | ep-mpr-spin-lib:Function | 26 | ep-mpr-spin-lib:Function |
... | @@ -4119,7 +4119,7 @@ ep-mpr-spin-lib:selectProductionActivityType | ... | @@ -4119,7 +4119,7 @@ ep-mpr-spin-lib:selectProductionActivityType |
4119 | sp:arg1 spin:_arg1 ; | 4119 | sp:arg1 spin:_arg1 ; |
4120 | sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other> | 4120 | sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other> |
4121 | ] ; | 4121 | ] ; |
4122 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ; | 4122 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
4123 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | 4123 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> |
4124 | ] | 4124 | ] |
4125 | ] | 4125 | ] | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment