ss-import.ttl 968 Bytes
# baseURI: http://www.reportinghub.no/input/copex/ss-import
# imports: file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls
# imports: file:///www.reportinghub.no/input/copex/COPEX-HeadingsList.xls
# imports: file:///www.reportinghub.no/input/copex/COPEX-Properties.xls

@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 ss-import:  <http://www.reportinghub.no/input/copex/ss-import#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/input/copex/ss-import>
      rdf:type owl:Ontology ;
      owl:imports <file:///www.reportinghub.no/input/copex/COPEX-HeadingWithProperty.xls> , <file:///www.reportinghub.no/input/copex/COPEX-HeadingsList.xls> , <file:///www.reportinghub.no/input/copex/COPEX-Properties.xls> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .