rolling back undesirable changes from r.2403, 'boatload'
This commit is contained in:
parent
6ebddbc085
commit
2cbd060696
9 changed files with 216 additions and 1927 deletions
|
@ -13,24 +13,11 @@
|
|||
(afn:localname(?dateTimeValue) AS ?dateTimeValueName)
|
||||
(afn:localname(?dateTimePrecision) AS ?precision)
|
||||
?dateTime WHERE {
|
||||
{
|
||||
?subject ?property ?dateTimeValue
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeValue .
|
||||
?dateTimeValue core:dateTime ?dateTime .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeValue .
|
||||
?dateTimeValue core:dateTimePrecision ?dateTimePrecision .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeValue .
|
||||
?dateTimeValue core:dateTime ?dateTime .
|
||||
?dateTimeValue core:dateTimePrecision ?dateTimePrecision .
|
||||
}
|
||||
GRAPH ?g1 { ?subject ?property ?dateTimeValue }
|
||||
OPTIONAL { GRAPH ?g2 { ?dateTimeValue core:dateTime ?dateTime } }
|
||||
OPTIONAL { GRAPH ?g3 { ?dateTimeValue core:dateTimePrecision ?dateTimePrecision } }
|
||||
}
|
||||
</query-base>
|
||||
|
||||
<template>propStatement-dateTimeValue.ftl</template>
|
||||
</list-view-config>
|
||||
</list-view-config>
|
Loading…
Add table
Add a link
Reference in a new issue