-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoaf.ttl
35 lines (31 loc) · 1.13 KB
/
foaf.ttl
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
@base <https://rawgit.com/ljubomirsk/WBS/master/foaf.ttl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<Me> a foaf:Person
; foaf:title "Mr"
; foaf:givenName "Ljubomir"
; foaf:familyName "Ignov"
; foaf:name "Mr Ljubomir Ignov"
; foaf:nick "Ljube"
; foaf:mbox_sha1sum "433dd32aa67f08c7b05b5a6bce3e65d50a3508ad"
; foaf:homepage <>
; foaf:weblog <>
; foaf:tipJar <>
; foaf:account <>
; foaf:account <https://www.facebook.com/ljubomir.ignov>
; foaf:account <https://twitter.com/CrepNaKuben>
; foaf:age "21"
; foaf:workplaceHomepage <>
; foaf:schoolHomepage <http://finki.ukim.mk/>
; foaf:based_near "Skopje"
; foaf:currentProject <>
; foaf:img <>
; foaf:publications <>
; foaf:made <>
.
<https://rawgit.com/ljubomirsk/WBS/master/foaf.ttl#Me> foaf:knows <https://bohap.github.io/wbs/foaf/me.ttl> .
<https://bohap.github.io/wbs/foaf/me.ttl> a foaf:Person
; foaf:name "Borche Petrovski"
; foaf:mbox_sha1sum "62caa129cb68e5009965e0f6dd2620d610b511ce"
.