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
|
@ -16,46 +16,27 @@
|
|||
?valueEnd ?valueEndName
|
||||
?dateTimeEnd
|
||||
?precisionEnd WHERE {
|
||||
{
|
||||
?subject ?property ?dateTimeInterval
|
||||
GRAPH ?g1 { ?subject ?property ?dateTimeInterval
|
||||
LET (?intervalName := afn:localname(?dateTimeInterval))
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:start ?valueStart .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:start ?valueStart .
|
||||
?valueStart core:dateTime ?dateTimeStart .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:start ?valueStart .
|
||||
?valueStart core:dateTime ?dateTimeStart .
|
||||
?valueStart core:dateTimePrecision ?dateTimePrecisionStart .
|
||||
OPTIONAL { GRAPH ?g2 { ?dateTimeInterval core:start ?valueStart
|
||||
LET (?valueStartName := afn:localname(?valueStart))
|
||||
}
|
||||
OPTIONAL { GRAPH ?g3 { ?valueStart core:dateTime ?dateTimeStart } }
|
||||
OPTIONAL { GRAPH ?g4 { ?valueStart core:dateTimePrecision ?dateTimePrecisionStart
|
||||
LET (?precisionStart := afn:localname(?dateTimePrecisionStart))
|
||||
}
|
||||
}
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:end ?valueEnd .
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:end ?valueEnd .
|
||||
?valueEnd core:dateTime ?dateTimeEnd .
|
||||
OPTIONAL { GRAPH ?g5 { ?dateTimeInterval core:end ?valueEnd
|
||||
LET (?valueEndName := afn:localname(?valueEnd))
|
||||
}
|
||||
OPTIONAL { GRAPH ?g6 { ?valueEnd core:dateTime ?dateTimeEnd } }
|
||||
OPTIONAL { GRAPH ?g7 { ?valueEnd core:dateTimePrecision ?dateTimePrecisionEnd
|
||||
LET (?precisionEnd := afn:localname(?dateTimePrecisionEnd))
|
||||
}
|
||||
}
|
||||
}
|
||||
UNION {
|
||||
?subject ?property ?dateTimeInterval .
|
||||
?dateTimeInterval core:end ?valueEnd .
|
||||
?valueEnd core:dateTime ?dateTimeEnd .
|
||||
?valueEnd core:dateTimePrecision ?dateTimePrecisionEnd .
|
||||
}
|
||||
|
||||
LET (?intervalName := afn:localname(?dateTimeInterval))
|
||||
LET (?valueStartName := afn:localname(?valueStart))
|
||||
LET (?precisionStart := afn:localname(?dateTimePrecisionStart))
|
||||
LET (?valueEndName := afn:localname(?valueEnd))
|
||||
LET (?precisionEnd := afn:localname(?dateTimePrecisionEnd))
|
||||
|
||||
}
|
||||
</query-base>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue