-
Notifications
You must be signed in to change notification settings - Fork 2
/
data.jsonld
108 lines (100 loc) · 1.92 KB
/
data.jsonld
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[
{
"@id": "people/kei-kreutler",
"@type": "Person",
"name": "Kei Kreutler",
"email": "kei@ourmachine.net"
},
{
"@id": "people/ben-vickers",
"@type": "Person",
"name": "Ben Vickers",
"email": "ben@vickers.tv"
},
{
"@id": "people/cristiano-siri",
"@type": "Person",
"name": "Cristiano Siri",
"email": "cristiano.siri@gmail.com"
},
{
"@id": "people/bembo-davies",
"@type": "Person",
"name": "Bembo Davies",
"email": "bem.davies@gmail.com"
},
{
"@id": "people/elf-pavlik",
"@type": "Person",
"name": "elf Pavlik",
"email": "perpetual-tripper@wwelves.org"
},
{
"@id": "people/katalin-hausel",
"@type": "Person",
"name": "Katalin Hausel",
"email": "katalinhausel@gmail.com"
},
{
"@id": "people/marc-schneider",
"@type": "Person",
"name": "Marc Schneider",
"email": "marc@mirelsol.org"
},
{
"@id": "projects/unguide",
"@type": "Organization",
"name": "unGuide",
"founder": "people/katalin-hausel"
},
{
"@id": "projects/ninux",
"@type": "Organization",
"name": "Ninux Matera",
"founder": "people/elf-pavlik"
},
{
"@id": "projects/solar-tracker",
"@type": "Organization",
"name": "Solar Tracker",
"founder": "people/marc-schneider"
},
{
"@id": "projects/community-interface",
"@type": "Organization",
"name": "Community Interface",
"founder": "people/cristiano-siri"
},
{
"@id": "pages/about",
"@type": "WebPage"
},
{
"@id": "pages/wishlist",
"@type": "WebPage"
},
{
"@id": "pages/faq",
"@type": "WebPage"
},
{
"@id": "pages/visiting",
"@type": "WebPage"
},
{
"@id": "pages/news",
"@type": "WebPage"
},
{
"@id": "pages/events",
"@type": "WebPage"
},
{
"@id": "pages/peers",
"@type": "WebPage"
},
{
"@id": "pages/challenges",
"@type": "WebPage"
}
]