NIHVIVO-1339 In relatedRole view, display role type label if role has no label (for investigator roles and children).
NIHVIVO-1334 Remove terms from SELECT clause that don't get displayed (e.g., dateTimeInterval) but are used to get other terms.
This commit is contained in:
parent
3aaed96705
commit
7edc978038
6 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
|
||||
|
||||
SELECT DISTINCT ?subclass ?position (afn:localname(?position) AS ?positionName)
|
||||
?positionTitle ?person ?personName ?dateTimeInterval ?dateTimeStart ?dateTimeEnd WHERE {
|
||||
?positionTitle ?person ?personName ?dateTimeStart ?dateTimeEnd WHERE {
|
||||
GRAPH ?g1 { ?subject ?property ?position }
|
||||
OPTIONAL { GRAPH ?g2 { ?position core:positionForPerson ?person }
|
||||
GRAPH ?g3 { ?person rdfs:label ?personName }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue