merging r4248 into the trunk
This commit is contained in:
parent
2c460312d3
commit
ff7ef0267f
4 changed files with 265 additions and 1 deletions
|
@ -33,7 +33,9 @@
|
|||
?dateTimeEndValue core:dateTime ?dateTimeEnd
|
||||
}
|
||||
# Get current positions only: end date is either null or not in the past
|
||||
} FILTER ( !bound(?dateTimeEnd) ||
|
||||
}
|
||||
NOT EXISTS { ?position core:hideFromDisplay ?hideThis }
|
||||
FILTER ( !bound(?dateTimeEnd) ||
|
||||
afn:substring(str(?dateTimeEnd), 0, 4) >= afn:substring(str(afn:now()), 0, 4) )
|
||||
<critical-data-required>
|
||||
FILTER ( bound(?person) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue