Skip to content
Advertisement

How to parse arbitrary RDF IRI through javascript?

RDF IRI such as:

I know that RDF IRI returns RDF data.

I want to parse arbitrary RDF IRI and show it as a list on the page.

Advertisement

Answer

This question has been resolved.

I use rdflib.js to parse HTTP RDF IRI:

But javascript can’t parse CORS requests:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement