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

BNodes should not return any IRI #205

Closed white-gecko closed 6 years ago

white-gecko commented 6 years ago

If I return the property .iri of a blank node resource Jekyll-RDF returns the blank ID. I would expect that this property returns nothing or a NoneType if the resource is a blank node, since a blank node has no IRI.