Skip to content

Commit

Permalink
fixed list view
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Oct 10, 2024
1 parent 01ff2b7 commit c503275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
bind ( COALESCE(?firstName, "") As ?firstName1) .
bind ( COALESCE(?middleName, "") As ?middleName1) .
bind ( COALESCE(?lastName, "") As ?lastName1) .
bind (concat(str(?lastName1 + ", "),str(?firstName1 + " "),str(?middleName1)) as ?indivLabel) .
bind (concat(str(?lastName1), ", ", str(?firstName1), " ", str(?middleName1)) as ?indivLabel) .

OPTIONAL {
<precise-subquery>?subject ?property ?role .
Expand Down

0 comments on commit c503275

Please sign in to comment.