vendor/mf2/mf2/tests/test-suite/test-suite-data/hresume/education/output.json (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
{
"items": [{
"type": ["h-resume"],
"properties": {
"contact": [{
"value": "Tim Berners-Lee Director of the World Wide Web Foundation",
"type": ["h-card"],
"properties": {
"name": ["Tim Berners-Lee"],
"title": ["Director of the World Wide Web Foundation"]
}
}],
"summary": ["Invented the World Wide Web."],
"education": [{
"value": "The Queen's College, Oxford University, BA Hons (I) Physics 1973 - 1976",
"type": ["h-event", "h-card"],
"properties": {
"name": ["The Queen's College, Oxford University"],
"org": ["The Queen's College, Oxford University"],
"description": ["BA Hons (I) Physics"],
"start": ["1973-09"],
"end": ["1976-06"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Tim Berners-Lee"],
"title": ["Director of the World Wide Web Foundation"]
}
},{
"type": ["h-event"],
"properties": {
"name": ["The Queen's College, Oxford University"],
"description": ["BA Hons (I) Physics"],
"start": ["1973-09"],
"end": ["1976-06"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["The Queen's College, Oxford University"],
"org": ["The Queen's College, Oxford University"],
"description": ["BA Hons (I) Physics"]
}
}]
}
|