Skip to content

Commit

Permalink
Merge pull request #272 from AKSW/feature/updateReadme
Browse files Browse the repository at this point in the history
Change page to page.rdf in README.
  • Loading branch information
white-gecko authored May 23, 2019
2 parents 46c890c + 4dd4512 commit a38032a
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 a38032a

Please sign in to comment.