David Price

Added helper schema to hold temporary items used during transform.

1 +# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 +
3 +@prefix : <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
4 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
5 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6 +
7 +<http://www.reportinghub.no/ep/transform/transform-helper-schema>
8 + rdf:type <http://www.w3.org/2002/07/owl#Ontology> ;
9 + <http://www.w3.org/2002/07/owl#versionInfo>
10 + "Created with TopBraid Composer"^^xsd:string .