-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathme
97 lines (80 loc) · 3.15 KB
/
me
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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@base <https://uniwuni.github.io/me#> .
<me>
a foaf:Person ;
foaf:name "Uni Marx" ;
foaf:mbox <mailto:[email protected]> ;
foaf:weblog <https://uniwuni.github.io> ;
foaf:weblog <https://uniw.university> ;
foaf:gender "silly; pronouns it/they" ;
foaf:account <https://twitter.com/ununiuniuni> ,
<https://www.openstreetmap.org/user/univalence> ,
<https://bsky.app/profile/uniw.university> ,
<https://meta.wikimedia.org/wiki/User:Uniwah> ,
<https://deadinsi.de/@uniwuni> ,
<https://www.discogs.com/user/univalence>,
<https://soundcloud.com/unununi>,
<https://rateyourmusic.com/~univalence>,
<https://listenbrainz.org/user/uniwah>,
<https://matrix.to/#/@uni:catgirl.cloud>;
foaf:based_near <there>;
foaf:knows <https://wwwcip.informatik.uni-erlangen.de/~za08gywo/me#me> .
<this>
a foaf:PersonalProfileDocument ;
foaf:maker <me> ;
foaf:primaryTopic <me> .
<https://twitter.com/ununiuniuni>
a foaf:OnlineAccount ;
foaf:accountName "ununiuniuni" ;
foaf:accountServiceHomepage <https://twitter.com> .
<https://bsky.app/profile/uniwuni.bsky.social>
a foaf:OnlineAccount ;
foaf:accountName "uniwuni.bsky.social" ;
foaf:accountServiceHomepage <https://bsky.app> .
<https://bsky.app/profile/uniw.university>
a foaf:OnlineAccount ;
foaf:accountName "uniw.university" ;
foaf:accountServiceHomepage <https://bsky.app> .
<https://www.discogs.com/user/univalence>
a foaf:OnlineAccount ;
foaf:accountName "univalence" ;
foaf:accountServiceHomepage <https://discogs.com> .
<https://github.com/uniwuni>
a foaf:OnlineAccount ;
foaf:accountName "uniwuni" ;
foaf:accountServiceHomepage <https://github.com> .
<https://www.openstreetmap.org/user/univalence>
a foaf:OnlineAccount ;
foaf:accountName "univalence" ;
foaf:accountServiceHomepage <https://www.openstreetmap.org> .
<https://meta.wikimedia.org/wiki/User:Uniwah>
a foaf:OnlineAccount ;
foaf:accountName "Uniwah" ;
foaf:accountServiceHomepage <https://meta.wikimedia.org> .
<https://deadinsi.de/@uniwuni>
a foaf:OnlineAccount ;
foaf:accountName "uniwuni" ;
foaf:accountServiceHomepage <https://deadinsi.de> .
<https://rateyourmusic.com/~univalence>
a foaf:OnlineAccount ;
foaf:accountName "univalence" ;
foaf:accountServiceHomepage <https://rateyourmusic.com> .
<https://soundcloud.com/unununi>
a foaf:OnlineAccount ;
foaf:accountName "unununi" ;
foaf:accountServiceHomepage <https://soundcloud.com> .
<https://listenbrainz.org/user/uniwah>
a foaf:OnlineAccount ;
foaf:accountName "uniwah" ;
foaf:accountServiceHomepage <https://listenbrainz.org> .
<https://matrix.to/#/@uni:catgirl.cloud>
a foaf:OnlineAccount ;
foaf:accountName "uni" ;
foaf:accountServiceHomepage <https://catgirl.cloud> .
<there>
a geo:Point ;
geo:lat "49.4521" ;
geo:long "11.0767" .