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 URIs are fine #2

Closed kaefer3000 closed 4 years ago

kaefer3000 commented 4 years ago

Hi,

the following file causes an error (Invalid IRI) to be thrown:

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<> rdfs:seeAlso <semantics> .

Cheers!

kianschmalenbach commented 4 years ago

Hi,

Thanks for your feedback, the issue is resolved in the current version (1.0.3) of the plugin.

Cheers!