javascriptsparqlrdflinked-datairi

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.


Solution

  • This question has been resolved.

    I use rdflib.js to parse HTTP RDF IRI:

    But javascript can't parse CORS requests: