A solution for the disillusioned Google+ community?

Our URIBurner Service will return 5-Star Linked Data for the following HTTP-accessible document types:

  1. CSV – it will generate and Ontology and instance Data (Live Examples via numerous Twitter Demo Posts]
  2. vCard – it will generate a Contacts Graph using terms from vCard Ontology [Live Examples: HTML, RDF-Turtle]
  3. iCal or iCalendar – ditto [Live Examples: HTML, RDF-Turtle]

Using cURL and URIBurner generated Proxy URI to GET an RDF-Turtle rendition of a vCard Doc:

curl -i  "http://linkeddata.uriburner.com/sparql?default-graph-uri=https%3A%2F%2Fwww.w3.org%2F2002%2F12%2Fcal%2Fvcard-examples%2Fjohn-doe.vcf&query=DESCRIBE%20%3Chttps%3A%2F%2Fwww.w3.org%2F2002%2F12%2Fcal%2Fvcard-examples%2Fjohn-doe.vcf%3E&output=text%2Fturtle"

Using cURL and URIBurner generated Proxy URI to GET an RDF-Turtle rendition of an iCalendar Doc:

curl -i "http://linkeddata.uriburner.com/sparql?default-graph-uri=https%3A%2F%2Fgist.githubusercontent.com%2FDeMarko%2F6142417%2Fraw%2F1cd301a5917141524b712f92c2e955e86a1add19%2Fsample.ics&query=DESCRIBE%20%3Chttp%3A%2F%2Flinkeddata.uriburner.com%2Fabout%2Fid%2Fentity%2Fhttps%2Fgist.githubusercontent.com%2FDeMarko%2F6142417%2Fraw%2F1cd301a5917141524b712f92c2e955e86a1add19%2Fsample.ics%23Access-A-Ride_Pickup%3E&output=text%2Fturtle"
5 Likes