NIHVIVO-2012 Remove call to BaseObjectPropertyDataPostProcessor.getMoniker() because now it only returns the moniker, not the vclass, so provides no additional data over the sparql query (see NIHVIVO-2001).
This commit is contained in:
parent
66163d24c2
commit
38c6b4310c
3 changed files with 22 additions and 15 deletions
|
@ -26,9 +26,15 @@ OPTIONAL ELEMENTS
|
|||
THE QUERY
|
||||
---------
|
||||
|
||||
--------------------------
|
||||
General query requirements
|
||||
--------------------------
|
||||
-----------------
|
||||
Construct queries
|
||||
-----------------
|
||||
|
||||
- forthcoming -
|
||||
|
||||
---------------------------------
|
||||
General select query requirements
|
||||
---------------------------------
|
||||
|
||||
- Use a SELECT DISTINCT clause rather than a simple SELECT. There can still be cases where
|
||||
the same individual is retrieved more than once, if there are multiple solutions to the
|
||||
|
@ -47,10 +53,6 @@ due to the possibility of incomplete data. Make sure the query does the followin
|
|||
display the local name in the absence of the linked individual. Alternatively, this can be
|
||||
retrieved in the template using the localname(uri) method.
|
||||
|
||||
### TO BE AMENDED - use uniongraph instead
|
||||
- Each assertion or set of optional assertions must reference a different graph variable, so that
|
||||
no requirement about which assertions are in the same graph is imposed (unless this is desired
|
||||
in a specific case).
|
||||
|
||||
---------------------------
|
||||
Query for collated property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue