RDL_ERHFoundationRD.ttl 2.05 KB
# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://www.reportinghub.no/refdata/XSD-Datatypes

@prefix :        <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> .
@prefix RDL-annotations:  <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix p2:      <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@prefix pca-rdl:  <http://posccaesar.org/rdl/> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

pca-rdl:ERH00000
      rdf:type p2:Thing , owl:Class ;
      rdfs:subClassOf owl:Thing ;
      pca-rdl:hasDesignation
              "EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
      pca-rdl:hasIdPCA "ERH00000"^^xsd:string .

pca-rdl:ERH00001
      rdf:type p2:ClassOfClass , owl:Class ;
      rdfs:subClassOf owl:Thing ;
      pca-rdl:hasDesignation
              "EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
      pca-rdl:hasIdPCA "ERH00001"^^xsd:string .

pca-rdl:ERH00002
      rdf:type p2:ClassOfClass , owl:Class ;
      rdfs:subClassOf owl:Thing ;
      pca-rdl:hasDesignation
              "EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
      pca-rdl:hasIdPCA "ERH00002"^^xsd:string .

pca-rdl:ERH00003
      rdf:type p2:ClassOfClass , owl:Class ;
      rdfs:subClassOf owl:Thing ;
      pca-rdl:hasDesignation
              "EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
      pca-rdl:hasIdPCA "ERH00003"^^xsd:string .

<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
      rdf:type owl:Ontology ;
      owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/XSD-Datatypes> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .