26 lines
1.1 KiB
JavaScript
26 lines
1.1 KiB
JavaScript
// http://microformat2-node.jit.su/rel.html
|
|
|
|
{
|
|
"items": [{
|
|
"type": ["rel"],
|
|
"properties": {
|
|
"friend": ["http://example.com/propfile/jane"],
|
|
"acquaintance": ["http://example.com/propfile/jeo"],
|
|
"contact": ["http://example.com/propfile/lily"],
|
|
"met": ["http://example.com/propfile/oliver"],
|
|
"co-worker": ["http://example.com/propfile/emily"],
|
|
"colleague": ["http://example.com/propfile/jack"],
|
|
"neighbor": ["http://example.com/propfile/isabella"],
|
|
"child": ["http://example.com/propfile/harry"],
|
|
"parent": ["http://example.com/propfile/sophia"],
|
|
"sibling": ["http://example.com/propfile/charlie"],
|
|
"spouse": ["http://example.com/propfile/olivia"],
|
|
"kin": ["http://example.com/propfile/james"],
|
|
"muse": ["http://example.com/propfile/ava"],
|
|
"crush": ["http://example.com/propfile/joshua"],
|
|
"date": ["http://example.com/propfile/chloe"],
|
|
"sweetheart": ["http://example.com/propfile/alfie"],
|
|
"me": ["http://example.com/propfile/isla"]
|
|
}
|
|
}]
|
|
}
|