David Price

rdfs:label and rdfs:comment for everything in the NPD namespace, Well schema:Rem…

…oved restriction on Wellbore having 1 ep-core:name
...@@ -222,11 +222,6 @@ ep-well:WellBore ...@@ -222,11 +222,6 @@ ep-well:WellBore
222 rdfs:comment "wellbore for all of its life"^^xsd:string ; 222 rdfs:comment "wellbore for all of its life"^^xsd:string ;
223 rdfs:label "wellbore (whole life)"^^xsd:string ; 223 rdfs:label "wellbore (whole life)"^^xsd:string ;
224 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 224 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
225 - rdfs:subClassOf
226 - [ rdf:type owl:Restriction ;
227 - owl:cardinality "1"^^xsd:nonNegativeInteger ;
228 - owl:onProperty ep-core:name
229 - ] ;
230 ep-core:seeReferenceData 225 ep-core:seeReferenceData
231 "http://posccaesar.org/rdl/RDS1714464911"^^xsd:string . 226 "http://posccaesar.org/rdl/RDS1714464911"^^xsd:string .
232 227
......
This diff could not be displayed because it is too large.
...@@ -575,7 +575,7 @@ npd:name ...@@ -575,7 +575,7 @@ npd:name
575 575
576 npd:organisationNumber 576 npd:organisationNumber
577 rdf:type owl:DatatypeProperty ; 577 rdf:type owl:DatatypeProperty ;
578 - rdfs:comment "the NPD organization number of the operating company"^^xsd:string ; 578 + rdfs:comment "the official Norwegian organization number of the operating company"^^xsd:string ;
579 rdfs:domain npd:OperatingCompany ; 579 rdfs:domain npd:OperatingCompany ;
580 rdfs:label "organisation number"@en ; 580 rdfs:label "organisation number"@en ;
581 rdfs:range xsd:string . 581 rdfs:range xsd:string .
......