NIHVIVO-2186 Finalize changes to custom list view queries for hiding incomplete statements from non-logged-in user

This commit is contained in:
ryounes 2011-03-22 20:22:20 +00:00
parent a04c736b37
commit 15b07e56f0
8 changed files with 16 additions and 16 deletions

View file

@ -15,9 +15,9 @@
?subject ?property ?dateTimeValue
OPTIONAL { ?dateTimeValue core:dateTime ?dateTime }
OPTIONAL { ?dateTimeValue core:dateTimePrecision ?dateTimePrecision }
<linked-individual-required>
<critical-data-required>
FILTER ( bound(?dateTime) )
</linked-individual-required>
</critical-data-required>
}
</query-select>