PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX core: <http://vivoweb.org/ontology/core#>
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
SELECT DISTINCT ?dateTime (afn:localname(?dateTimePrecision) AS ?precision) WHERE {
GRAPH ?g1 { ?subject ?property ?dateTimeValue }
GRAPH ?g2 { ?dateTimeValue core:dateTime ?dateTime ;
core:dateTimePrecision ?dateTimePrecision . }
}
propStatement-dateTimeValue.ftl