RDL_ERHFoundation.ttl 3.72 KB
# baseURI: http://www.reportinghub.no/refdata/1.0/foundation
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations

@prefix RDL-annotations:  <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix foundationrd:  <http://www.reportinghub.no/refdata/1.0/foundation#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@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#> .
@prefix pca-rdl:  <http://posccaesar.org/rdl/> .
@prefix p2:      <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .

<http://www.reportinghub.no/refdata/1.0/foundation>
      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> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
      
xsd:date
      owl:sameAs pca-rdl:ERH-DATE .

xsd:dateTime
      owl:sameAs pca-rdl:ERH-DATETIME .

xsd:double
      owl:sameAs pca-rdl:ERH-DOUBLE .

xsd:float
      owl:sameAs pca-rdl:ERH-FLOAT .

xsd:integer
      owl:sameAs pca-rdl:ERH-INTEGER .

xsd:string
      owl:sameAs pca-rdl:ERH-STRING .
      
pca-rdl:ERH-DATE
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA DATE"^^xsd:string .

pca-rdl:ERH-DATETIME
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .

pca-rdl:ERH-DOUBLE
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .

pca-rdl:ERH-FLOAT
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .

pca-rdl:ERH-INTEGER
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .

pca-rdl:ERH-STRING
      rdf:type p2:RepresentationForm ;
      pca-rdl:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
      pca-rdl:hasDesignation "XML SCHEMA STRING"^^xsd:string .

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 .

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