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

Liquid math filters should work on rdf_property output #179

Closed janbeckert closed 6 years ago

janbeckert commented 6 years ago

Right now liquid math filters always return zero on rdf_property output. E.g: '{{ myObject | rdf_property: 'abc:amount' | times: 1000 }}' returns "0".

RDF datatypes are used correctly.