{
    "items": [{
        "type": ["h-review"],
        "properties": {
            "rating": ["5"],
            "name": ["Crepes on Cole is awesome"],
            "reviewer": [{
                "value": "Tantek",
                "type": ["h-card"],
                "properties": {
                    "name": ["Tantek"]
                }
            }],
            "reviewed": ["2005-04-18"],
            "description": [{
                 "value": "Crepes on Cole is one of the best little \n        creperies in San Francisco.\n        Excellent food and service. Plenty of tables in a variety of sizes \n        for parties large and small.  Window seating makes for excellent \n        people watching to/from the N-Judah which stops right outside.  \n        I've had many fun social gatherings here, as well as gotten \n        plenty of work done thanks to neighborhood WiFi.",
                "html": "\n        <p class=\"p-item h-card\">\n        <span class=\"p-name p-org\">Crepes on Cole</span> is one of the best little \n        creperies in <span class=\"p-adr h-adr\"><span class=\"p-locality\">San Francisco</span></span>.\n        Excellent food and service. Plenty of tables in a variety of sizes \n        for parties large and small.  Window seating makes for excellent \n        people watching to/from the N-Judah which stops right outside.  \n        I've had many fun social gatherings here, as well as gotten \n        plenty of work done thanks to neighborhood WiFi.\n        </p>\n"
            }],
           "item": [{
                "value": "Crepes on Cole",
                "type": ["h-card"],
                "properties": {
                    "name": ["Crepes on Cole"],
                    "org": ["Crepes on Cole"],
                    "adr": [{
                        "value": "San Francisco",
                        "type": ["h-adr"],
                        "properties": {
                            "locality": ["San Francisco"]
                        }
                    }]
                }
            }],
            "category": ["crepe"],
            "url": ["http://example.com/crepe"]
        }
    }],
    "rels": {
        "license": ["http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License"]
    },
    "rel-urls": {
        "http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License": {
            "text": "Creative Commons Attribution-ShareAlike License",
            "rels": ["license"]
        }
    }
}