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

page.rdf.covered is false for covered resources #157

Closed white-gecko closed 6 years ago

white-gecko commented 6 years ago

graph:

<http://example.org/nocovered#a> a <http://example.org/anchor> .
<http://example.org/super> a <http://example.org/res> .
<http://example.org/super#anchor> a <http://example.org/anchor> .

template:

{{ page.rdf.covered }}

config: graph and template as default_template

actual: super.html: false nocovered.html: false

expected: super.html: true nocovered.html: false