David Price

Added missing rdfs:labels

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
......