Skip to content

Commit

Permalink
fixed display of existing person/vcard on project has participant form
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Oct 10, 2024
1 parent c503275 commit 9ed7ee1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public static String getDisableRealPersonPrefix() {
"SELECT ?existingPerson WHERE {\n"+
"?projectRole <http://purl.obolibrary.org/obo/RO_0000052> ?existingPerson . \n" +
"?existingPerson <http://purl.obolibrary.org/obo/RO_0000053> ?projectRole . \n" +
"?existingPerson a <http://xmlns.com/foaf/0.1/Person> . \n " +
" }";

final static String personLabelQuery =
Expand All @@ -206,7 +205,6 @@ public static String getDisableRealPersonPrefix() {
"?projectRole <http://purl.obolibrary.org/obo/RO_0000052> ?existingPerson . \n" +
"?existingPerson <http://purl.obolibrary.org/obo/RO_0000053> ?projectRole .\n"+
"?existingPerson <"+ label +"> ?existingPersonLabel .\n"+
"?existingPerson a <http://xmlns.com/foaf/0.1/Person> . \n " +
" }";


Expand Down

0 comments on commit 9ed7ee1

Please sign in to comment.