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

Support Construct Queries #246

Closed white-gecko closed 5 years ago

white-gecko commented 5 years ago

we should support things like this:

{% assign query = 'construct where {?resourceUri ?p ?o}' %}
{{ page.rdf | sparql_query: query }}

In this way we could embed the rdf data in a file.