David Leal

First use of rdfs:label for argument passing replaced by a transhelp property.

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 owl: <http://www.w3.org/2002/07/owl#> . 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#> . 5 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
6 -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . 6 +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
7 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 7 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
8 - 8 +
9 -<http://www.reportinghub.no/ep/transform/transform-helper-schema> 9 +<http://www.reportinghub.no/ep/transform/transform-helper-schema>
10 - rdf:type owl:Ontology ; 10 + rdf:type owl:Ontology ;
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 ; 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 ;
12 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 12 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
13 - 13 +
14 -transhelp:derivedFrom 14 +transhelp:derivedFrom
15 - rdf:type owl:ObjectProperty , owl:TransitiveProperty . 15 + rdf:type owl:ObjectProperty .
16 - 16 +
17 -transhelp:dummyTrue 17 +transhelp:dummyTrue
18 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 18 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
19 - 19 +
20 -transhelp:intervalIdentifier 20 +transhelp:hasDerivedText
21 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 21 + rdf:type owl:DatatypeProperty .
22 - 22 +
23 -transhelp:mapsTo 23 +transhelp:intervalIdentifier
24 - rdf:type rdf:Property . 24 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
25 +
26 +transhelp:mapsTo
27 + rdf:type rdf:Property .
......
This diff could not be displayed because it is too large.