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
rdfs:comment "wellbore for all of its life"^^xsd:string ;
rdfs:label "wellbore (whole life)"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-core:name
] ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1714464911"^^xsd:string .
......
This diff could not be displayed because it is too large.
......@@ -575,7 +575,7 @@ npd:name
npd:organisationNumber
rdf:type owl:DatatypeProperty ;
rdfs:comment "the NPD organization number of the operating company"^^xsd:string ;
rdfs:comment "the official Norwegian organization number of the operating company"^^xsd:string ;
rdfs:domain npd:OperatingCompany ;
rdfs:label "organisation number"@en ;
rdfs:range xsd:string .
......