Hi Michele, 
Sure, here it is:

{
  "@context": {
    "name": "http://xmlns.com/foaf/0.1/name";,
    "homepage": {
      "@id": "http://xmlns.com/foaf/0.1/workplaceHomepage";,
      "@type": "@id"
    },
    "Person": "http://xmlns.com/foaf/0.1/Person";
  },
  "@id": "http://me.markus-lanthaler.com";,
  "@type": "Person",
  "name": "Markus Lanthaler",
  "homepage": "http://www.tugraz.at/";
}

Reply via email to