{ "prefix": { "value": "http://www.w3.org/2002/12/cal/ical#" }, "select": { "body": { "as": "Vcalendar", "select": { "h1": { "as": "prodid", "content": "-//weborganics.co.uk//dataset//hcal $Date: 2010/05/01 19:08:00 $ (BETA)//EN" }, ".vevent": { "as": "component", "type": "uri" } } }, ".vevent": { "as": "Vevent", "select": { ".summary": {}, ".dtstamp": {}, ".uid": {}, ".dtstart": { "type": "http://www.w3.org/2001/XMLSchema#dateTime" }, ".dtend": { "type": "http://www.w3.org/2001/XMLSchema#dateTime" }, ".class": {}, ".category": {} } } }, "from": "http://weborganics.co.uk/dataset/hcal.html" }