Skip to content

Commit

Permalink
Update hotel query.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Jul 29, 2024
1 parent 64502e7 commit 4f0cb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions venue/accommodation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
?hotel a schema:Hotel ;
rdfs:label ?label ;
schema:address ?address ;
dw24:recommended true .
dw25:recommended true .
}
ORDER BY ?label
{% endcapture %}
Expand All @@ -19,7 +19,7 @@
?hotel a schema:Hotel ;
rdfs:label ?label ;
schema:address ?address ;
dw24:lowPrice true .
dw25:lowPrice true .
}
{% endcapture %}
{% assign lowPriceHotels = rootResource | sparql_query: lowPriceHotelsQuery %}
Expand Down

0 comments on commit 4f0cb14

Please sign in to comment.