ont-app/rdf

Base declarations are not handled correctly

Closed this issue · 2 comments

@base <http://rdf.example.com#test-data.ttl>.
<> a eg:TestFile.

Gets interpreted as:

:http://rdf.example.com #:rdf{:type #{:eg/TestFile}},

The #fragment should be taken into account

Looks like fragments don't really go in base declarations. Good to know.