AKSW / jekyll-rdf

📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
http://aksw.org/Projects/JekyllRDF
Other
57 stars 10 forks source link

Allow RDF filters also on not RDF pages #129

Closed white-gecko closed 6 years ago

white-gecko commented 6 years ago

in this case of course nil, page, and page.rdf can not be replaced by the current URI. but e.g.

{{ nil | sparql_query: "select ?person { ?person a foaf:Person }"}}

should work, because it does not ask for ?resourceUri.