kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

Empty relative reference #7

Closed aharth closed 3 years ago

aharth commented 4 years ago

The file at https://ci.mines-stetienne.fr/kg/index.ttl

contains triples with <> as subject.

However, the plugin changes <> to <#>:

@prefix rdfs: http://www.w3.org/2000/01/rdf-schema# . @prefix xsd: http://www.w3.org/2001/XMLSchema# .

<#> rdfs:label "RDF file with links to other relevant RDF files for the summer school" ; rdfs:seeAlso .

kianschmalenbach commented 3 years ago

Hi, Thanks for the feedback. I just committed a fix for this issue, it will be included in the upcoming release.