NIHVIVO-2186 Filter out incomplete object property statements for non-editing users.
This commit is contained in:
parent
30388b7b6e
commit
a04c736b37
2 changed files with 10 additions and 4 deletions
|
@ -32,6 +32,9 @@
|
||||||
LET (?precisionEnd := afn:localname(?dateTimePrecisionEnd))
|
LET (?precisionEnd := afn:localname(?dateTimePrecisionEnd))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
<linked-individual-required>
|
||||||
|
FILTER ( bound(?dateTimeStart) || bound(?dateTimeEnd) )
|
||||||
|
</linked-individual-required>
|
||||||
}
|
}
|
||||||
</query-select>
|
</query-select>
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
?subject ?property ?dateTimeValue
|
?subject ?property ?dateTimeValue
|
||||||
OPTIONAL { ?dateTimeValue core:dateTime ?dateTime }
|
OPTIONAL { ?dateTimeValue core:dateTime ?dateTime }
|
||||||
OPTIONAL { ?dateTimeValue core:dateTimePrecision ?dateTimePrecision }
|
OPTIONAL { ?dateTimeValue core:dateTimePrecision ?dateTimePrecision }
|
||||||
|
<linked-individual-required>
|
||||||
|
FILTER ( bound(?dateTime) )
|
||||||
|
</linked-individual-required>
|
||||||
}
|
}
|
||||||
</query-select>
|
</query-select>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue