Skip to content

Commit

Permalink
correct gravsearch template
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Oct 1, 2020
1 parent 02f81a2 commit 0c2c5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/services/gravsearch-builder.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,12 @@ export class GravsearchBuilderService {
`${this.getFirstConstructLine(node).join("")}`,
"?venue teimww:hasPlaceVenue ?placeVenue .",
"?venue teimww:hasVenueInternalId ?venueInternalId .",
// "?book teimww:performedIn ?venue .",
"?book teimww:performedIn ?venue .",
"} WHERE {",
`${this.getFirstWhereLine(node).join("")}`,
"?venue teimww:hasPlaceVenue ?placeVenue .",
"?venue teimww:hasVenueInternalId ?venueInternalId .",
// "?book teimww:performedIn ?venue .",
"?book teimww:performedIn ?venue .",
"}",
"",
`OFFSET ${offset ? offset : 0}`
Expand Down

0 comments on commit 0c2c5e0

Please sign in to comment.