Skip to content

Commit

Permalink
removing entity requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Oct 10, 2020
1 parent fadad41 commit df9e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/vfb.xmi
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
xsi:type="gep_2:SimpleQuery"
name="Get term core info"
description="Fetches term core details."
query=""statement": "MATCH (primary:Entity {short_form: {ID}}) RETURN { core: { short_form: primary.short_form, label: primary.label, iri: primary.iri, types: labels(primary) }} as term", "parameters" : { "ID" : "$ID" }"
query=""statement": "MATCH (primary {short_form: {ID}}) RETURN { core: { short_form: primary.short_form, label: primary.label, iri: primary.iri, types: labels(primary) }} as term", "parameters" : { "ID" : "$ID" }"
countQuery=""statement": "MATCH (primary:Entity {short_form: {ID}} ) RETURN count(primary) as count", "parameters" : { "ID" : "$ID" }"/>
<queryChain
xsi:type="gep_2:ProcessQuery"
Expand Down

0 comments on commit df9e718

Please sign in to comment.