{ "prefix": { "value": "http://xmlns.com/foaf/0.1/", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "dc": "http://purl.org/dc/elements/1.1/", "xfn": "http://gmpg.org/xfn/11#" }, "select": { "html": { "as": "PersonalProfileDocument", "select": { "title": { "as": "dc:title" }, ".vcard": { "as": "maker primaryTopic", "type": "uri" } } }, ".vcard": { "as": "Person", "select": { ".fn": { "as": "name" }, ".url": { "as": "homepage", "type": "uri" }, ".email": { "as": "mbox", "type": "uri" }, ".given-name": { "as": "givenName" }, ".family-name": { "as": "familyName" }, ".photo": { "as": "img", "type": "uri" }, ".geo": { "about": false, "as": "geo:Point", "rev": "based_near", "type": "http://www.w3.org/2000/10/swap/pim/contact#ContactLocation", "select": { ".longitude": { "as": "geo:long" }, ".latitude": { "as": "geo:lat" } } }, "rel~=me": { "as": "xfn:me", "type": "uri", "multiple": true }, ".vcard": { "as": "knows", "type": "uri", "multiple": true } } } }, "from": "http://weborganics.co.uk/dataset/foaf.html" }