Showing
1 changed file
with
6 additions
and
4 deletions
1 | # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema | 1 | # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema |
2 | 2 | ||
3 | -@prefix : <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 3 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
4 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 4 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
5 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
6 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | ||
5 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 7 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
6 | 8 | ||
7 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> | 9 | <http://www.reportinghub.no/ep/transform/transform-helper-schema> |
8 | - rdf:type <http://www.w3.org/2002/07/owl#Ontology> ; | 10 | + rdf:type owl:Ontology ; |
9 | - <http://www.w3.org/2002/07/owl#versionInfo> | 11 | + rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
10 | - "Created with TopBraid Composer"^^xsd:string . | 12 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment