Simple Foaf Card Demo

Enter a WebID into the following box, then click to display its content.

The contents should be in a machine readable format (RDF/XML, Turtle, N3, RDFa) which this page will parse and then display a very small subsection of information with the help of the rdflib javascript library.

Also since this request is NOT passing though a proxy located on the same host as this page is served from, and since the embedded javascript will be fetching that file directly on the internet, the file will need to be CORS enabled if it is not coming from the same server as this file is. CORS enabled means it has to emmit the HTTP header Access-Control-Allow-Origin: * when it is served. I am not sure what the point of this 'security restriction' is, if it is one at all.

If you see this then fetching the remote profile did not succeed, or is not yet finished.

Below are the friends as linked to from that profile. Here we limit ourselves to simply name information and links. More information should be found at the remote profile, which could be merged here and shown as a card too. But well, one step at a time.