David Leal

Facility associated with production flow is handled better (esp. field and wellb…

…ore) , but some types of facility are still not supported.
...@@ -29,3 +29,9 @@ ep-prodorg:WholeLifePerson ...@@ -29,3 +29,9 @@ ep-prodorg:WholeLifePerson
29 rdf:type owl:Class ; 29 rdf:type owl:Class ;
30 rdfs:label "whole life person"^^xsd:string ; 30 rdfs:label "whole life person"^^xsd:string ;
31 rdfs:subClassOf ep-prodorg:Person . 31 rdfs:subClassOf ep-prodorg:Person .
32 +
33 +ep-prodorg:owner
34 + rdf:type owl:ObjectProperty ;
35 + rdfs:domain owl:Thing ;
36 + rdfs:label "owner"^^xsd:string ;
37 + rdfs:range ep-prodorg:PersonOrOrganization .
......