File: people.ttl

package info (click to toggle)
librdf-helper-properties-perl 0.24-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: perl: 1,677; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (5)
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
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .


<http://www.kjetil.kjernsmo.net/foaf#me>
    a           foaf:Person ;
    owl:sameAs  <http://purl.org/NET/cpan-uri/person/kjetilk> ;
    foaf:name   "Kjetil Kjernsmo" ;
    foaf:mbox   <mailto:kjetilk@cpan.org> .

<http://kasei.us/about/foaf.xrdf#greg>
    a           foaf:Person ;
    owl:sameAs  <http://purl.org/NET/cpan-uri/person/gwilliams> ;
    foaf:name   "Gregory Todd Williams" ;
    foaf:mbox   <mailto:gwilliams@cpan.org> .

<http://tobyinkster.co.uk/#i>
    a           foaf:Person ;
    owl:sameAs  <http://purl.org/NET/cpan-uri/person/tobyink> ;
    foaf:name   "Toby Inkster" ;
    foaf:mbox   <mailto:tobyink@cpan.org> .

<http://purl.org/NET/cpan-uri/person/haarg>     
    a           foaf:Person ;
    foaf:nick   "haarg";
    foaf:name   "Graham Knop" .