Added helper schema to hold temporary items used during transform.
Showing
1 changed file
with
10 additions
and
0 deletions
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 . |
-
Please register or login to post a comment