Showing
4 changed files
with
82 additions
and
9 deletions
... | @@ -11,14 +11,14 @@ | ... | @@ -11,14 +11,14 @@ |
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.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ; | 14 | + owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
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:FunctionalProperty , owl:DatatypeProperty . | 21 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
22 | 22 | ||
23 | transhelp:forComment | 23 | transhelp:forComment |
24 | rdf:type owl:ObjectProperty ; | 24 | rdf:type owl:ObjectProperty ; |
... | @@ -30,30 +30,35 @@ transhelp:hasDerivedText | ... | @@ -30,30 +30,35 @@ transhelp:hasDerivedText |
30 | rdf:type owl:DatatypeProperty . | 30 | rdf:type owl:DatatypeProperty . |
31 | 31 | ||
32 | transhelp:interval | 32 | transhelp:interval |
33 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 33 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
34 | 34 | ||
35 | transhelp:intervalEnd | 35 | transhelp:intervalEnd |
36 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 36 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
37 | 37 | ||
38 | transhelp:intervalIdentifier | 38 | transhelp:intervalIdentifier |
39 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 39 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
40 | 40 | ||
41 | transhelp:intervalStart | 41 | transhelp:intervalStart |
42 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 42 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
43 | 43 | ||
44 | transhelp:label | 44 | transhelp:label |
45 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 45 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
46 | 46 | ||
47 | transhelp:mapsTo | 47 | transhelp:mapsTo |
48 | rdf:type rdf:Property . | 48 | rdf:type rdf:Property . |
49 | 49 | ||
50 | transhelp:materialClassMapsToMPREnumeration | 50 | transhelp:materialClassMapsToMPREnumeration |
51 | - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; | 51 | + rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; |
52 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 52 | rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
53 | rdfs:subPropertyOf transhelp:mapsTo . | 53 | rdfs:subPropertyOf transhelp:mapsTo . |
54 | 54 | ||
55 | transhelp:nominalInstant | 55 | transhelp:nominalInstant |
56 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | 56 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . |
57 | + | ||
58 | +transhelp:quantitySpaceMapsToClassOfScale | ||
59 | + rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; | ||
60 | + rdfs:label "quantity space maps to class of scale"^^xsd:string ; | ||
61 | + rdfs:subPropertyOf transhelp:mapsTo . | ||
57 | 62 | ||
58 | transhelp:standardTempPres | 63 | transhelp:standardTempPres |
59 | rdf:type rdf:Property ; | 64 | rdf:type rdf:Property ; | ... | ... |
1 | +# baseURI: http://www.reportinghub.no/refdata/transform/quantityToClassOfScaleMap | ||
2 | +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | ||
3 | +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
5 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
6 | + | ||
7 | +@prefix : <http://www.reportinghub.no/refdata/transform/quantityToClassOfScaleMap#> . | ||
8 | +@prefix RDL: <http://rds.posccaesar.org/2008/06/OWL/RDL#> . | ||
9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
12 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | ||
13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
14 | + | ||
15 | +<http://www.reportinghub.no/ep/schema/core#Area> | ||
16 | + transhelp:quantitySpaceMapsToClassOfScale | ||
17 | + RDL:RDS1054511091 . | ||
18 | + | ||
19 | +<http://www.reportinghub.no/ep/schema/core#Density> | ||
20 | + transhelp:quantitySpaceMapsToClassOfScale | ||
21 | + RDL:RDS1354352791 . | ||
22 | + | ||
23 | +<http://www.reportinghub.no/ep/schema/core#Length> | ||
24 | + transhelp:quantitySpaceMapsToClassOfScale | ||
25 | + RDL:RDS1355222971 . | ||
26 | + | ||
27 | +<http://www.reportinghub.no/ep/schema/core#Mass> | ||
28 | + transhelp:quantitySpaceMapsToClassOfScale | ||
29 | + RDL:RDS1358660531 . | ||
30 | + | ||
31 | +<http://www.reportinghub.no/ep/schema/core#PlaneAngle> | ||
32 | + transhelp:quantitySpaceMapsToClassOfScale | ||
33 | + RDL:RDS1354272171 . | ||
34 | + | ||
35 | +<http://www.reportinghub.no/ep/schema/core#Power> | ||
36 | + transhelp:quantitySpaceMapsToClassOfScale | ||
37 | + RDL:RDS1358697161 . | ||
38 | + | ||
39 | +<http://www.reportinghub.no/ep/schema/core#Pressure> | ||
40 | + transhelp:quantitySpaceMapsToClassOfScale | ||
41 | + RDL:RDS1359461141 . | ||
42 | + | ||
43 | +<http://www.reportinghub.no/ep/schema/core#Temperature> | ||
44 | + transhelp:quantitySpaceMapsToClassOfScale | ||
45 | + RDL:RDS1054571911 . | ||
46 | + | ||
47 | +<http://www.reportinghub.no/ep/schema/core#TimeDuration> | ||
48 | + transhelp:quantitySpaceMapsToClassOfScale | ||
49 | + RDL:RDS1370654931 . | ||
50 | + | ||
51 | +<http://www.reportinghub.no/ep/schema/core#Velocity> | ||
52 | + transhelp:quantitySpaceMapsToClassOfScale | ||
53 | + RDL:RDS1406985181 . | ||
54 | + | ||
55 | +<http://www.reportinghub.no/ep/schema/core#Volume> | ||
56 | + transhelp:quantitySpaceMapsToClassOfScale | ||
57 | + RDL:RDS1369330550 . | ||
58 | + | ||
59 | +<http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> | ||
60 | + transhelp:quantitySpaceMapsToClassOfScale | ||
61 | + RDL:RDS1359698151 . | ||
62 | + | ||
63 | +<http://www.reportinghub.no/refdata/transform/quantityToClassOfScaleMap> | ||
64 | + rdf:type owl:Ontology ; | ||
65 | + owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL> , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | ||
66 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
This diff is collapsed. Click to expand it.
... | @@ -12,5 +12,7 @@ | ... | @@ -12,5 +12,7 @@ |
12 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
13 | composite:child | 13 | composite:child |
14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
16 | + "singlePass" ; | ||
15 | composite:index "0"^^xsd:int | 17 | composite:index "0"^^xsd:int |
16 | ] . | 18 | ] . | ... | ... |
-
Please register or login to post a comment