-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
32 lines (32 loc) · 798 Bytes
/
data.json
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
{
"@context": {
"@vocab": "http://schema.org/",
"foaf": "http://xmlns.com/foaf/0.1/",
"id": "@id",
"type": "@type"
},
"id":"https://raw.githubusercontent.com/Connoropolous/open-data-self/master/data.json",
"type": [
"Person",
"foaf:Person"
],
"name":"Connor Turland",
"image": "https://pbs.twimg.com/profile_images/801871834522255360/WqhDNxw5_400x400.jpg",
"sameAs": [
{
"id": "https://facebook.com/connor.turland",
"name": "facebook"
},
{
"id": "https://twitter.com/Connoropolous",
"name": "twitter"
}
],
"foaf:knows": [
{
"type": "Person",
"name": "elf Pavlik",
"id": "https://raw.githubusercontent.com/elf-pavlik/webprofiled/master/test/fixtures/perpetual-tripper/index.json"
}
]
}