-
Notifications
You must be signed in to change notification settings - Fork 5
/
me.jsonld
37 lines (37 loc) · 1.27 KB
/
me.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
{
"@context": {
"foaf": "http://xmlns.com/foaf/0.1/",
"pics":"https://pietervdvn.github.io/Pics.ttl",
"photographfoaf":"https://pietervdvn.github.io/FoafPhotograph.ttl"
},
"@id": "https://en.osm.town/@pietervdvn",
"@type": "foaf:Person",
"foaf:name": "Pieter Vander Vennet",
"foaf:givenName": "Pieter",
"foaf:familyName": "Vander Vennet",
"foaf:mbox": "[email protected]",
"foaf:birthday": "11-07",
"foaf:topic": [
"https://www.wikidata.org/wiki/Q936",
"https://www.wikidata.org/wiki/Q80006"
],
"https://schema.org/participant": "https://pietercolpaert.be/teaching/kg/#2023-2024",
"foaf:OnlineAccount": [
"https://en.osm.town/@pietervdvn",
"https://openstreetmap.org/Pieter%20Vander%20Vennet"
],
"foaf:knows": [
{
"@id": "https://users.ugent.be/~srogge/Day3.ttl",
"foaf:name": "Steven Rogge",
"foaf:OnlineAccount": "https://mastodon.green/@StevenRogge",
"foaf:Organisation": "Q1137665",
"https://projects.kmi.open.ac.uk/smartproducts/ontologies/latest/food.owl#DietType": "https://www.wikidata.org/wiki/Q7918273"
},
{
"foaf:name": "Pieter Morlion",
"foaf:OnlineAccount": "https://www.linkedin.com/in/pietermorlion/",
"@id": "https://www.linkedin.com/in/pietermorlion/"
}
]
}