David Price

Added missing rdfs:labels

This diff could not be displayed because it is too large.
......@@ -440,7 +440,7 @@ ep-flow:ProductFlow
ep-flow:ProductFlowGrossOrNetType
rdf:type rdfs:Class ;
rdfs:label " product flow gross or net type"^^xsd:string ;
rdfs:label "product flow gross or net type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductFlowToDate
......@@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance
ep-flow:ProductInventoryType
rdf:type rdfs:Class ;
rdfs:label " product inventory type"^^xsd:string ;
rdfs:label "product inventory type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductMaterialType
rdf:type rdfs:Class ;
rdfs:label " product material type"^^xsd:string ;
rdfs:label "product material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:Production
......@@ -500,12 +500,12 @@ ep-flow:ProductionFlow
ep-flow:ProductionFlowDefinitionSubType
rdf:type rdfs:Class ;
rdfs:label " production flow definition subtype"^^xsd:string ;
rdfs:label "production flow definition subtype"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductionFlowDefinitionType
rdf:type rdfs:Class ;
rdfs:label " production flow definition type"^^xsd:string ;
rdfs:label "production flow definition type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductionFlowNetwork
......@@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate
ep-flow:ProductionFlowPurposeType
rdf:type rdfs:Class ;
rdfs:label " production flow purpose type"^^xsd:string ;
rdfs:label "production flow purpose type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductionFlowToDate
......@@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate
ep-flow:ProductionInventoryDefinitionType
rdf:type rdfs:Class ;
rdfs:label " production inventory definition type"^^xsd:string ;
rdfs:label "production inventory definition type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-flow:ProductionInventoryToDate
......
......@@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart
ep-geo:AreaCoveredByBusinessArrangement
rdf:type owl:Class ;
rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
rdfs:label "area covered by business arrangement"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State .
......@@ -104,11 +105,13 @@ ep-geo:Terminal
ep-geo:areaOnSurfaceOfEarth
rdf:type owl:ObjectProperty ;
rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ;
rdfs:label "area on surface of Earth"^^xsd:string ;
rdfs:range ep-core:Area .
ep-geo:businessArrangementGoverningArea
rdf:type owl:ObjectProperty ;
rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
rdfs:label "business arrangement governing area"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> .
ep-geo:hasAreaName
......
......@@ -113,6 +113,7 @@ ep-org:PersonOrOrganization
ep-org:PersonOrOrganization-WholeLife
rdf:type owl:Class ;
rdfs:label "person or organization whole life"^^xsd:string ;
rdfs:subClassOf ep-org:PersonOrOrganization .
ep-org:PersonRole
......
......@@ -14,7 +14,7 @@
<http://www.reportinghub.no/ep/schema/1.0/report>
rdf:type owl:Ontology ;
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> ;
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> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-report:DailyDrillingReport
......@@ -254,10 +254,12 @@ ep-report:WellTestReport
ep-report:aliasName
rdf:type owl:DatatypeProperty ;
rdfs:label "alias name"^^xsd:string ;
rdfs:range xsd:string .
ep-report:aliasOwner
rdf:type owl:ObjectProperty ;
rdfs:label "alias owner"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
ep-report:approvedReport
......@@ -279,6 +281,7 @@ ep-report:dailyDrillingReportNumber
ep-report:dateCoveredByReport
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-report:DailyProductionReport ;
rdfs:label "date covered by report"^^xsd:string ;
rdfs:range xsd:date .
ep-report:datumObjectForDailyDrillingReport
......@@ -289,11 +292,13 @@ ep-report:datumObjectForDailyDrillingReport
ep-report:descriptionOfSource
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-report:Report .
rdfs:domain ep-report:Report ;
rdfs:label "description of source"^^xsd:string .
ep-report:disclaimer
rdf:type rdf:Property ;
rdfs:domain ep-report:Report ;
rdfs:label "disclaimer"^^xsd:string ;
rdfs:range xsd:string .
ep-report:existsDuringPeriodReportedOnBy
......@@ -315,6 +320,7 @@ ep-report:hasContent
ep-report:isAliasFor
rdf:type owl:ObjectProperty ;
rdfs:label "is alias for"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
ep-report:issuedAt
......@@ -367,6 +373,6 @@ ep-report:validFrom
rdfs:label "valid from"^^xsd:string .
ep-report:validTo
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-report:Report ;
rdfs:label "valid to"^^xsd:string .
......