bindEP-NativeOWL.ttl 1.63 KB
# baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://purl.org/dc/elements/1.1/
# imports: http://purl.org/dc/terms/
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/iso15926/nativeOWL
# imports: http://www.w3.org/2004/02/skos/core

@prefix :        <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> .
@prefix iso15926:  <http://www.reportinghub.no/iso15926/nativeOWL#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix p1:      <http://example.org/file1#> .
@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#> .

<http://www.reportinghub.no/iso15926/bindEP-NativeOWL>
      rdf:type owl:Ontology ;
      owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .