{ "prefix": { "vcard": "http://www.w3.org/2006/vcard/ns#", "rel": "http://purl.org/vocab/relationship/" }, "select": { ".vcard": { "about": { "smithy": "http://example.com/#smithy" }, "as": "vcard:vCard", "select": { ".fn": { "as": "vcard:fn" }, ".nickname": { "as": "vcard:nickname" }, ".org": { "as": "vcard:org" }, ".title": { "as": "vcard:title" }, ".url": { "as": "vcard:url", "type": "uri" }, "rel~=friend": { "as": "rel:friendOf", "type": "uri" }, ".adr": { "as": "vcard:adr", "select": { ".locality": { "as": "vcard:locality" } } } } } }, "from": "http://weborganics.co.uk/dataset/hcard.html" }