Tore Christiansen

Added NPD classes

...@@ -849,6 +849,16 @@ USERFIELDS:UserField ...@@ -849,6 +849,16 @@ USERFIELDS:UserField
849 rdfs:label "Discovery Field"^^xsd:string ; 849 rdfs:label "Discovery Field"^^xsd:string ;
850 rdfs:subClassOf ILAP:Field . 850 rdfs:subClassOf ILAP:Field .
851 851
852 +<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
853 + rdf:type owl:Class ;
854 + rdfs:label "Facility 1"^^xsd:string ;
855 + rdfs:subClassOf ILAP:Facility .
856 +
857 +<http://data.posccaesar.org/npd/ontology/ilap-interface/Field>
858 + rdf:type owl:Class ;
859 + rdfs:label "Field 1"^^xsd:string ;
860 + rdfs:subClassOf ILAP:Field .
861 +
852 <http://data.posccaesar.org/npd/ontology/productionFacility> 862 <http://data.posccaesar.org/npd/ontology/productionFacility>
853 rdf:type owl:Class ; 863 rdf:type owl:Class ;
854 rdfs:label "Production Facility"^^xsd:string ; 864 rdfs:label "Production Facility"^^xsd:string ;
......