{ "prefix": { "value": "http://purl.org/rss/1.0/", "dc": "http://purl.org/dc/elements/1.1/" }, "select": { ".hfeed": { "as": "channel", "select": { "h1": { "as": "title" }, "h2": { "as": "description" }, "rel~=index": { "as": "link", "type": "uriplain" }, "#main": { "about": false, "as": "rdf:Seq", "rev": "items", "select": { ".hentry": { "as": "rdf:li", "type": "uri" } } } } }, ".hentry": { "as": "item", "select": { "rel~=bookmark": { "as": "link", "type": "uriplain" }, ".entry-title": { "as": "title" }, ".author": { "as": "dc:creator" }, ".updated": { "as": "dc:date", "type": "http://www.w3.org/2001/XMLSchema#dateTime" }, ".entry-content": { "as": "description", "type": "cdata" } } } }, "from": "http://weborganics.co.uk/dataset/hatom.html" }