David Leal

Bug in product volume report temporal parts fixed

1 -# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema 1 +# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 -# imports: http://www.epim.no/schemas/mprml/1 2 +# imports: http://www.epim.no/schemas/mprml/1
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
4 - 4 +
5 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . 8 +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 - 10 +
11 -<http://www.reportinghub.no/ep/transform/transform-helper-schema> 11 +<http://www.reportinghub.no/ep/transform/transform-helper-schema>
12 - rdf:type owl:Ontology ; 12 + rdf:type owl:Ontology ;
13 - 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 ; 13 + 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 ;
14 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
16 - 16 +
17 -transhelp:derivedFrom 17 +transhelp:derivedFrom
18 - rdf:type owl:ObjectProperty . 18 + rdf:type owl:ObjectProperty .
19 - 19 +
20 -transhelp:facilityIdentifier 20 +transhelp:facilityIdentifier
21 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 21 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
22 - 22 +
23 -transhelp:forComment 23 +transhelp:forComment
24 - rdf:type owl:ObjectProperty ; 24 + rdf:type owl:ObjectProperty ;
25 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 25 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
26 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 26 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
27 - rdfs:label "for comment"^^xsd:string . 27 + rdfs:label "for comment"^^xsd:string .
28 - 28 +
29 -transhelp:hasDerivedText 29 +transhelp:hasDerivedText
30 - rdf:type owl:DatatypeProperty . 30 + rdf:type owl:DatatypeProperty .
31 - 31 +
32 -transhelp:intervalEnd 32 +transhelp:interval
33 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 33 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
34 - 34 +
35 -transhelp:intervalIdentifier 35 +transhelp:intervalEnd
36 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 36 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
37 - 37 +
38 -transhelp:intervalStart 38 +transhelp:intervalIdentifier
39 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 39 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
40 - 40 +
41 -transhelp:label 41 +transhelp:intervalStart
42 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 42 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
43 - 43 +
44 -transhelp:mapsTo 44 +transhelp:label
45 - rdf:type rdf:Property . 45 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
46 - 46 +
47 -transhelp:materialClassMapsToMPREnumeration 47 +transhelp:mapsTo
48 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 48 + rdf:type rdf:Property .
49 - rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 49 +
50 - rdfs:subPropertyOf transhelp:mapsTo . 50 +transhelp:materialClassMapsToMPREnumeration
51 - 51 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
52 -transhelp:nominalInstant 52 + rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
53 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 53 + rdfs:subPropertyOf transhelp:mapsTo .
54 - 54 +
55 -transhelp:standardTempPres 55 +transhelp:nominalInstant
56 - rdf:type rdf:Property ; 56 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
57 - rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . 57 +
58 - 58 +transhelp:standardTempPres
59 -transhelp:typeOfPartCommentedOn 59 + rdf:type rdf:Property ;
60 - rdf:type owl:ObjectProperty ; 60 + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .
61 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 61 +
62 - rdfs:domain owl:Class ; 62 +transhelp:typeOfPartCommentedOn
63 - rdfs:label "type of part commented on"^^xsd:string . 63 + rdf:type owl:ObjectProperty ;
64 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
65 + rdfs:domain owl:Class ;
66 + rdfs:label "type of part commented on"^^xsd:string .
......