Showing
1 changed file
with
8 additions
and
8 deletions
| ... | @@ -834,9 +834,9 @@ USERFIELDS:UserField | ... | @@ -834,9 +834,9 @@ USERFIELDS:UserField |
| 834 | owl:onProperty USERFIELDS:hasDiscipline | 834 | owl:onProperty USERFIELDS:hasDiscipline |
| 835 | ] . | 835 | ] . |
| 836 | 836 | ||
| 837 | -<http://data.posccaesar.org/npd/ontology/License> | 837 | +<http://data.posccaesar.org/npd/ontology/Licence> |
| 838 | rdf:type owl:Class ; | 838 | rdf:type owl:Class ; |
| 839 | - rdfs:label "Norwegian production license area"^^xsd:string ; | 839 | + rdfs:label "Norwegian Production License Area"^^xsd:string ; |
| 840 | rdfs:subClassOf ILAP:License . | 840 | rdfs:subClassOf ILAP:License . |
| 841 | 841 | ||
| 842 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 842 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| ... | @@ -844,9 +844,14 @@ USERFIELDS:UserField | ... | @@ -844,9 +844,14 @@ USERFIELDS:UserField |
| 844 | rdfs:label "Operating company"^^xsd:string ; | 844 | rdfs:label "Operating company"^^xsd:string ; |
| 845 | rdfs:subClassOf ILAP:Operator . | 845 | rdfs:subClassOf ILAP:Operator . |
| 846 | 846 | ||
| 847 | +<http://data.posccaesar.org/npd/ontology/discoveryField> | ||
| 848 | + rdf:type owl:Class ; | ||
| 849 | + rdfs:label "Discovery Field"^^xsd:string ; | ||
| 850 | + rdfs:subClassOf ILAP:Field . | ||
| 851 | + | ||
| 847 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 852 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 848 | rdf:type owl:Class ; | 853 | rdf:type owl:Class ; |
| 849 | - rdfs:label "Facility"^^xsd:string ; | 854 | + rdfs:label "Production Facility"^^xsd:string ; |
| 850 | rdfs:subClassOf ILAP:Facility . | 855 | rdfs:subClassOf ILAP:Facility . |
| 851 | 856 | ||
| 852 | rdl:RDS282149 | 857 | rdl:RDS282149 |
| ... | @@ -854,11 +859,6 @@ rdl:RDS282149 | ... | @@ -854,11 +859,6 @@ rdl:RDS282149 |
| 854 | rdfs:label "RDS282149"^^xsd:string ; | 859 | rdfs:label "RDS282149"^^xsd:string ; |
| 855 | rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 860 | rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 856 | 861 | ||
| 857 | -<http://staging.data.posccaesar.org/npd/ontology/discoveryField> | ||
| 858 | - rdf:type owl:Class ; | ||
| 859 | - rdfs:label "Field 1"^^xsd:string ; | ||
| 860 | - rdfs:subClassOf ILAP:Field . | ||
| 861 | - | ||
| 862 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 862 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 863 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 863 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . |
| 864 | 864 | ... | ... |
-
Please register or login to post a comment