{ "from": "http://weborganics.co.uk/demo/haudio.html", "prefix": { "audio": "http://purl.org/net/haudio#", "vcard": "http://www.w3.org/2006/vcard/ns#", "dc_terms": "http://purl.org/dc/terms/", "money": "http://www.purl.org/net/rdf-money/", "tl": "http://purl.org/NET/c4dm/timeline.owl#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#" }, "select": { ".haudio": { "as": "audio:hAudio", "select": { ".fn": { "as": "dc_terms:title" }, ".album": { "as": "rdf:type", "type": "uri", "content": "http://purl.org/net/haudio#album" }, ".price": { "as": "money:price", "select": { ".currency": { "as": "money:currency" }, ".amount": { "as": "money:amount", "type": "http://www.w3.org/2001/XMLSchema#decimal" } } }, ".contributor": { "as": "dc_terms:contributor", "type": "uri" }, ".published": { "as": "dc_terms:published", "type": "http://www.w3.org/2001/XMLSchema#dateTime" }, ".duration": { "as": "tl:durationXSD" }, ".photo": { "as": "audio:photo", "type": "uri" }, ".category": { "as": "dc_terms:subject" }, ".item": { "as": "audio:item", "type": "uri", "multiple": true }, "rel~=payment": { "as": "audio:payment", "type": "uri" } } }, ".item": { "as": "audio:hAudio", "select": { ".fn": { "as": "dc_terms:title" }, ".duration": { "as": "tl:durationXSD" }, "rel~=sample": { "as": "audio:sample", "type": "uri" } } }, ".vcard": { "as": "vcard:vCard", "select": { ".fn": { "as": "vcard:fn" } } } } }