SCHEMA_EP-EQUIPMENT-v1.0.ttl 1.07 KB
# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/equipment
# imports: http://www.reportinghub.no/ep/schema/1.1/core

@prefix :        <http://www.reportinghub.no/ep/schema/equipment#> .
@prefix ep-eqt:  <http://www.reportinghub.no/ep/schema/equipment#> .
@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#> .

<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
      rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .

<http://www.reportinghub.no/ep/schema/equipment>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ep-eqt:Equipment
      rdf:type owl:Class ;
      rdfs:label "Equipment"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .