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

Querying a constructed graph with RDF filters. #254

Open white-gecko opened 5 years ago

white-gecko commented 5 years ago

Based on #246 we could also extend the current rdf filters to query a constructed graph object. But this is future work. (Please vote and comment if you require this feature.)

e.g.

{% assign customGraph = page.rdf | sparql_query: "construct {?s ex:prop "Is a Foo"} where {?s a ex:Bla }"%}
{{ page.rdf | rdf_property: "ex:prop", nil, nil, customGraph }}