{ "prefix": { "value": "http://purl.org/rss/1.0/", "dc": "http://purl.org/dc/elements/1.1/", "media": "http://purl.org/microformat/hmedia/" }, "select": { "article": { "as": "channel", "select": { "h1": { "as": "title" }, "h2": { "as": "description" }, "rel~=index": { "as": "link", "type": "uriplain" }, "ol": { "rev": "items", "as": "rdf:Seq", "about": false, "select": { "section": { "as": "rdf:li", "type": "uri", "multiple": true } } } } }, "section": { "as": "item", "select": { "h3": { "as": "title" }, "rel~=bookmark": { "as": "link", "type": "uriplain" }, ".vcard": { "as": "dc:creator" }, "time": { "as": "dc:date", "type": "http://www.w3.org/2001/XMLSchema#dateTime" }, "div": { "as": "description", "type": "cdata" }, "rel~=enclosure": { "as": "media:enclosure", "type": "uri" } } } }, "from": "http://weborganics.co.uk/dataset/article.html" }