|
@@ -96,7 +96,8 @@
|
|
|
rr:template "http://data.example.com/dimension/has{DIMENSION}Dimension";
|
|
|
] ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/1spatialassessment/dimension/{DIMENSION}-instance" ;
|
|
|
+ rr:template "http://data.example.com/1spatialassessment/dimension/{DIMENSION}-instance" ;
|
|
|
+ rr:termType rr:IRI;
|
|
|
] ;
|
|
|
] .
|
|
|
|
|
@@ -109,7 +110,8 @@
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate rdf:type ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/dimension/{DIMENSION}"
|
|
|
+ rr:template "http://data.example.com/dimension/{DIMENSION}";
|
|
|
+ rr:termType rr:IRI;
|
|
|
] ;
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
@@ -117,7 +119,8 @@
|
|
|
rr:template "http://data.example.com/dimension/has{METRIC}metric";
|
|
|
] ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/1spatialassessment/metric/{METRIC}-instance" ;
|
|
|
+ rr:template "http://data.example.com/1spatialassessment/metric/{METRIC}-instance" ;
|
|
|
+ rr:termType rr:IRI;
|
|
|
] ;
|
|
|
] .
|
|
|
|
|
@@ -130,13 +133,15 @@
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate rdf:type ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/metric/{METRIC}"
|
|
|
+ rr:template "http://data.example.com/metric/{METRIC}";
|
|
|
+ rr:termType rr:IRI;
|
|
|
] ;
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate daq:Observation ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/1spatialassessment/observation/{METRIC}-{VALIDATION_BATCH_ID}";
|
|
|
+ rr:template "http://data.example.com/1spatialassessment/observation/{METRIC}-{VALIDATION_BATCH_ID}";
|
|
|
+ rr:termType rr:IRI;
|
|
|
] ;
|
|
|
] .
|
|
|
|
|
@@ -150,12 +155,15 @@
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate daq:isEstimate ;
|
|
|
- rr:objectMap [ rr:constant "false"^^xsd:boolean ];
|
|
|
+ rr:objectMap [ rr:constant "false";
|
|
|
+ rr:datatype xsd:boolean;
|
|
|
+ ];
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate daq:metric ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/1spatialassessment/metric/{METRIC}-instance" ;
|
|
|
+ rr:template "http://data.example.com/1spatialassessment/metric/{METRIC}-instance" ;
|
|
|
+ rr:termType rr:IRI;
|
|
|
];
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
@@ -184,13 +192,15 @@
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate daq:computedOn ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://ontologies.adaptcentre.ie/dataset-hierarchy#{COMPUTED_ON}"
|
|
|
+ rr:template "http://ontologies.adaptcentre.ie/dataset-hierarchy#{COMPUTED_ON}";
|
|
|
+ rr:termType rr:IRI;
|
|
|
];
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate daq:computedOn ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://ontologies.adaptcentre.ie/dataset-hierarchy#{COMPUTED_ON}"
|
|
|
+ rr:template "http://ontologies.adaptcentre.ie/dataset-hierarchy#{COMPUTED_ON}";
|
|
|
+ rr:termType rr:IRI;
|
|
|
];
|
|
|
] ;
|
|
|
rr:predicateObjectMap [
|
|
@@ -200,7 +210,8 @@
|
|
|
rr:predicateObjectMap [
|
|
|
rr:predicate prov:generated ;
|
|
|
rr:objectMap [
|
|
|
- rr:template "http://data.example.com/1spatialassessment/observation/{METRIC}-{VALIDATION_BATCH_ID}-profiling"
|
|
|
+ rr:template "http://data.example.com/1spatialassessment/observation/{METRIC}-{VALIDATION_BATCH_ID}-profiling";
|
|
|
+ rr:termType rr:IRI;
|
|
|
]
|
|
|
] .
|
|
|
|