Skip to content

Commit

Permalink
Fix #271. Change page to page.rdf in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed May 23, 2019
1 parent 46c890c commit 4dd4512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ You can use `?resourceUri` inside the query to reference the resource which is g
```
<!--Rendering the page of resource Lisa -->
{% assign query = 'SELECT ?sub ?pre WHERE { ?sub ?pre ?resourceUri }' %}
{% assign resultset = page | sparql_query: query %}
{% assign resultset = page.rdf | sparql_query: query %}
<table>
{% for result in resultset %}
<tr><td>{{ result.sub }}</td><td>{{ result.pre }}</td></tr>
Expand Down

0 comments on commit 4dd4512

Please sign in to comment.