microformats2/spec/support/cases/microformat2-node.jit.su/h-resume/h-resume-5.js
2013-04-18 22:13:36 -07:00

27 lines
774 B
JavaScript

// http://microformat2-node.jit.su/h-resume.html
{
"items": [{
"type": ["h-resume"],
"properties": {
"name": ["Tim Berners-Lee"],
"summary": ["invented the World Wide Web"],
"affiliation": [{
"value": "",
"type": ["h-card"],
"properties": {
"name": ["W3C"],
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
"url": ["http://www.w3.org/"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["W3C"],
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
"url": ["http://www.w3.org/"]
}
}]
}