Showing
5 changed files
with
21 additions
and
11 deletions
This diff could not be displayed because it is too large.
... | @@ -440,7 +440,7 @@ ep-flow:ProductFlow | ... | @@ -440,7 +440,7 @@ ep-flow:ProductFlow |
440 | 440 | ||
441 | ep-flow:ProductFlowGrossOrNetType | 441 | ep-flow:ProductFlowGrossOrNetType |
442 | rdf:type rdfs:Class ; | 442 | rdf:type rdfs:Class ; |
443 | - rdfs:label " product flow gross or net type"^^xsd:string ; | 443 | + rdfs:label "product flow gross or net type"^^xsd:string ; |
444 | rdfs:subClassOf owl:Class . | 444 | rdfs:subClassOf owl:Class . |
445 | 445 | ||
446 | ep-flow:ProductFlowToDate | 446 | ep-flow:ProductFlowToDate |
... | @@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance | ... | @@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance |
480 | 480 | ||
481 | ep-flow:ProductInventoryType | 481 | ep-flow:ProductInventoryType |
482 | rdf:type rdfs:Class ; | 482 | rdf:type rdfs:Class ; |
483 | - rdfs:label " product inventory type"^^xsd:string ; | 483 | + rdfs:label "product inventory type"^^xsd:string ; |
484 | rdfs:subClassOf owl:Class . | 484 | rdfs:subClassOf owl:Class . |
485 | 485 | ||
486 | ep-flow:ProductMaterialType | 486 | ep-flow:ProductMaterialType |
487 | rdf:type rdfs:Class ; | 487 | rdf:type rdfs:Class ; |
488 | - rdfs:label " product material type"^^xsd:string ; | 488 | + rdfs:label "product material type"^^xsd:string ; |
489 | rdfs:subClassOf owl:Class . | 489 | rdfs:subClassOf owl:Class . |
490 | 490 | ||
491 | ep-flow:Production | 491 | ep-flow:Production |
... | @@ -500,12 +500,12 @@ ep-flow:ProductionFlow | ... | @@ -500,12 +500,12 @@ ep-flow:ProductionFlow |
500 | 500 | ||
501 | ep-flow:ProductionFlowDefinitionSubType | 501 | ep-flow:ProductionFlowDefinitionSubType |
502 | rdf:type rdfs:Class ; | 502 | rdf:type rdfs:Class ; |
503 | - rdfs:label " production flow definition subtype"^^xsd:string ; | 503 | + rdfs:label "production flow definition subtype"^^xsd:string ; |
504 | rdfs:subClassOf owl:Class . | 504 | rdfs:subClassOf owl:Class . |
505 | 505 | ||
506 | ep-flow:ProductionFlowDefinitionType | 506 | ep-flow:ProductionFlowDefinitionType |
507 | rdf:type rdfs:Class ; | 507 | rdf:type rdfs:Class ; |
508 | - rdfs:label " production flow definition type"^^xsd:string ; | 508 | + rdfs:label "production flow definition type"^^xsd:string ; |
509 | rdfs:subClassOf owl:Class . | 509 | rdfs:subClassOf owl:Class . |
510 | 510 | ||
511 | ep-flow:ProductionFlowNetwork | 511 | ep-flow:ProductionFlowNetwork |
... | @@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate | ... | @@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate |
520 | 520 | ||
521 | ep-flow:ProductionFlowPurposeType | 521 | ep-flow:ProductionFlowPurposeType |
522 | rdf:type rdfs:Class ; | 522 | rdf:type rdfs:Class ; |
523 | - rdfs:label " production flow purpose type"^^xsd:string ; | 523 | + rdfs:label "production flow purpose type"^^xsd:string ; |
524 | rdfs:subClassOf owl:Class . | 524 | rdfs:subClassOf owl:Class . |
525 | 525 | ||
526 | ep-flow:ProductionFlowToDate | 526 | ep-flow:ProductionFlowToDate |
... | @@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate | ... | @@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate |
545 | 545 | ||
546 | ep-flow:ProductionInventoryDefinitionType | 546 | ep-flow:ProductionInventoryDefinitionType |
547 | rdf:type rdfs:Class ; | 547 | rdf:type rdfs:Class ; |
548 | - rdfs:label " production inventory definition type"^^xsd:string ; | 548 | + rdfs:label "production inventory definition type"^^xsd:string ; |
549 | rdfs:subClassOf owl:Class . | 549 | rdfs:subClassOf owl:Class . |
550 | 550 | ||
551 | ep-flow:ProductionInventoryToDate | 551 | ep-flow:ProductionInventoryToDate | ... | ... |
... | @@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart | ... | @@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart |
40 | 40 | ||
41 | ep-geo:AreaCoveredByBusinessArrangement | 41 | ep-geo:AreaCoveredByBusinessArrangement |
42 | rdf:type owl:Class ; | 42 | rdf:type owl:Class ; |
43 | - rdfs:label "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:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
45 | owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 46 | owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
46 | 47 | ||
... | @@ -104,11 +105,13 @@ ep-geo:Terminal | ... | @@ -104,11 +105,13 @@ ep-geo:Terminal |
104 | ep-geo:areaOnSurfaceOfEarth | 105 | ep-geo:areaOnSurfaceOfEarth |
105 | rdf:type owl:ObjectProperty ; | 106 | rdf:type owl:ObjectProperty ; |
106 | rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; | 107 | rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; |
108 | + rdfs:label "area on surface of Earth"^^xsd:string ; | ||
107 | rdfs:range ep-core:Area . | 109 | rdfs:range ep-core:Area . |
108 | 110 | ||
109 | ep-geo:businessArrangementGoverningArea | 111 | ep-geo:businessArrangementGoverningArea |
110 | rdf:type owl:ObjectProperty ; | 112 | rdf:type owl:ObjectProperty ; |
111 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; | 113 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; |
114 | + rdfs:label "business arrangement governing area"^^xsd:string ; | ||
112 | rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . | 115 | rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . |
113 | 116 | ||
114 | ep-geo:hasAreaName | 117 | ep-geo:hasAreaName | ... | ... |
... | @@ -113,6 +113,7 @@ ep-org:PersonOrOrganization | ... | @@ -113,6 +113,7 @@ ep-org:PersonOrOrganization |
113 | 113 | ||
114 | ep-org:PersonOrOrganization-WholeLife | 114 | ep-org:PersonOrOrganization-WholeLife |
115 | rdf:type owl:Class ; | 115 | rdf:type owl:Class ; |
116 | + rdfs:label "person or organization whole life"^^xsd:string ; | ||
116 | rdfs:subClassOf ep-org:PersonOrOrganization . | 117 | rdfs:subClassOf ep-org:PersonOrOrganization . |
117 | 118 | ||
118 | ep-org:PersonRole | 119 | ep-org:PersonRole | ... | ... |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | 14 | ||
15 | <http://www.reportinghub.no/ep/schema/1.0/report> | 15 | <http://www.reportinghub.no/ep/schema/1.0/report> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 19 | ||
20 | ep-report:DailyDrillingReport | 20 | ep-report:DailyDrillingReport |
... | @@ -254,10 +254,12 @@ ep-report:WellTestReport | ... | @@ -254,10 +254,12 @@ ep-report:WellTestReport |
254 | 254 | ||
255 | ep-report:aliasName | 255 | ep-report:aliasName |
256 | rdf:type owl:DatatypeProperty ; | 256 | rdf:type owl:DatatypeProperty ; |
257 | + rdfs:label "alias name"^^xsd:string ; | ||
257 | rdfs:range xsd:string . | 258 | rdfs:range xsd:string . |
258 | 259 | ||
259 | ep-report:aliasOwner | 260 | ep-report:aliasOwner |
260 | rdf:type owl:ObjectProperty ; | 261 | rdf:type owl:ObjectProperty ; |
262 | + rdfs:label "alias owner"^^xsd:string ; | ||
261 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 263 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
262 | 264 | ||
263 | ep-report:approvedReport | 265 | ep-report:approvedReport |
... | @@ -279,6 +281,7 @@ ep-report:dailyDrillingReportNumber | ... | @@ -279,6 +281,7 @@ ep-report:dailyDrillingReportNumber |
279 | ep-report:dateCoveredByReport | 281 | ep-report:dateCoveredByReport |
280 | rdf:type owl:DatatypeProperty ; | 282 | rdf:type owl:DatatypeProperty ; |
281 | rdfs:domain ep-report:DailyProductionReport ; | 283 | rdfs:domain ep-report:DailyProductionReport ; |
284 | + rdfs:label "date covered by report"^^xsd:string ; | ||
282 | rdfs:range xsd:date . | 285 | rdfs:range xsd:date . |
283 | 286 | ||
284 | ep-report:datumObjectForDailyDrillingReport | 287 | ep-report:datumObjectForDailyDrillingReport |
... | @@ -289,11 +292,13 @@ ep-report:datumObjectForDailyDrillingReport | ... | @@ -289,11 +292,13 @@ ep-report:datumObjectForDailyDrillingReport |
289 | 292 | ||
290 | ep-report:descriptionOfSource | 293 | ep-report:descriptionOfSource |
291 | rdf:type owl:DatatypeProperty ; | 294 | rdf:type owl:DatatypeProperty ; |
292 | - rdfs:domain ep-report:Report . | 295 | + rdfs:domain ep-report:Report ; |
296 | + rdfs:label "description of source"^^xsd:string . | ||
293 | 297 | ||
294 | ep-report:disclaimer | 298 | ep-report:disclaimer |
295 | rdf:type rdf:Property ; | 299 | rdf:type rdf:Property ; |
296 | rdfs:domain ep-report:Report ; | 300 | rdfs:domain ep-report:Report ; |
301 | + rdfs:label "disclaimer"^^xsd:string ; | ||
297 | rdfs:range xsd:string . | 302 | rdfs:range xsd:string . |
298 | 303 | ||
299 | ep-report:existsDuringPeriodReportedOnBy | 304 | ep-report:existsDuringPeriodReportedOnBy |
... | @@ -315,6 +320,7 @@ ep-report:hasContent | ... | @@ -315,6 +320,7 @@ ep-report:hasContent |
315 | 320 | ||
316 | ep-report:isAliasFor | 321 | ep-report:isAliasFor |
317 | rdf:type owl:ObjectProperty ; | 322 | rdf:type owl:ObjectProperty ; |
323 | + rdfs:label "is alias for"^^xsd:string ; | ||
318 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 324 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
319 | 325 | ||
320 | ep-report:issuedAt | 326 | ep-report:issuedAt |
... | @@ -367,6 +373,6 @@ ep-report:validFrom | ... | @@ -367,6 +373,6 @@ ep-report:validFrom |
367 | rdfs:label "valid from"^^xsd:string . | 373 | rdfs:label "valid from"^^xsd:string . |
368 | 374 | ||
369 | ep-report:validTo | 375 | ep-report:validTo |
370 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 376 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
371 | rdfs:domain ep-report:Report ; | 377 | rdfs:domain ep-report:Report ; |
372 | rdfs:label "valid to"^^xsd:string . | 378 | rdfs:label "valid to"^^xsd:string . | ... | ... |
-
Please register or login to post a comment