##############################################################################
# Preamble                                                                   #
##############################################################################
# Variables
@prefix var: <tag:decoy@iki.fi,2000:variables:> .

# External schemata
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/dcmitype/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix type: <http://www.w3.org/2001/XMLSchema#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix swn: <http://purl.org/net/swn#> .
@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
@prefix home: <http://infomesh.net/2001/home#> .
@prefix wnc: <http://www.cogsci.princeton.edu/~wn/schema/> .
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix cc: <http://web.resource.org/cc/> .
@prefix lang: <http://purl.org/net/inkel/rdf/schemas/lang/1.1#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix air: <http://www.daml.org/2001/10/html/airport-ont#> .
@prefix trust: <http://www.mindswap.org/~golbeck/web/trust.daml#> .

# Own schemata
@prefix foaf-ext: <tag:decoy@iki.fi,2000:rdf:foaf-ext:1.0:> .
@prefix names: <tag:decoy@iki.fi,2000:rdf:names:1.0:> .
@prefix logic: <tag:decoy@iki.fi,2000:rdf:logic:1.0:> .
@prefix validation: <tag:decoy@iki.fi,2000:rdf:validation:1.0:> .
@prefix rel: <tag:decoy@iki.fi,2000:rdf:relations:1.0:> .
@prefix ass: <tag:decoy@iki.fi,2000:rdf:associations:1.0:> .

# External data
@prefix wn: <http://www.cogsci.princeton.edu/~wn/concept#> .
@prefix im: <tag:infomesh.net,2001-12-08:info:> .

# Own data
@prefix unique: <urn:oid:1.3.6.1.4.1.12798.1.2049.1.> .

##############################################################################
# Signature and other things relating to this document specifically          #
##############################################################################
<> wot:assurance <decoy.rdf.asc> ;
    dc:title "Sampo Syreeni's FOAF data"@en ;
    dc:description "FOAF data for me, Sampo Syreeni. Lots of stuff, much of it nonconforming to standard FOAF."@en ;
    dc:creator unique:497 ;
    dc:rights unique:497 ;
    foaf:maker unique:497 ;
    dc:licence <http://www.iki.fi/~decoy/shared/policy/siteip> ;
    rdfs:seeAlso <http://www.iki.fi/~decoy/shared/meta/seealso.rdf> .

##############################################################################
# My contact locations                                                       #
##############################################################################
unique:8 a con:ContactLocation ;
    rdfs:label "Sampo Syreeni's home contact location"@en ;
    con:address unique:14 .

unique:14 a con:Address ;
    rdfs:label "Sampo Syreeni's home address"@en ;
    con:Street "Laakavuorentie 1 D 45"@fi ;
    con:PostalCode "00970" ;
    con:City "Helsinki"@fi ;
    con:Country "fin" .

unique:13 a con:ContactLocation ;
    rdfs:label "Sampo Syreeni's mobile contact location"@en ;
    con:phone <tel:+358-50-5756111> ;
    foaf-ext:mailbox <mailto:decoy@iki.fi> ;
    foaf:icqChatID "131924286" ;
    foaf-ext:homepage <http://www.iki.fi/~decoy/front> .

unique:16 a con:ContactLocation ;
    rdfs:label "Sampo Syreeni's work contact location"@en ;
    con:phone <tel:+358-50-4820809> .

##############################################################################
# Web of trust information                                                   #
##############################################################################
unique:282 a wot:PubKey ;
    rdfs:label "Sampo Syreeni's OpenPGP public key"@en ;
    wot:identity unique:497 ;
    wot:pubkeyAddress <http://www.iki.fi/~decoy/decoy/download/gpgdecoy.asc> ;
    wot:hex_id "050985c2" ;
    wot:fingerprint "025ed175abe5027c9494eeb0e0908ba9050985c2" .

##############################################################################
# Me, in all my glory                                                        #
##############################################################################
unique:497 a foaf:Person, cc:Agent , wot:User ;
    foaf:name "Sampo Syreeni"@fi ;
    rdfs:comment "Me, named by an OID URN. Use the latter to refer to me—it's a stable, abstract one with clearly defined extra semantics."@en ;

    con:fullName "Sampo Antero Syreeni"@fi ;
    con:sortName "Syreeni, Sampo Antero"@fi ;
    foaf:nick "decoy" ;
    foaf:nick "ssyreeni" ;
    foaf:title "" ;

# Identification
    foaf-ext:NID <urn:nid:fin:1978:080978-0173> ;
    foaf:mbox_sha1sum "8bcaf309d078670d4f798480b4650be87f4b6926" ;
    foaf:mbox_sha1sum "2f406a0f609b04dbc446cb8f5faffc5298d15bfc" ;
    foaf:mbox_sha1sum "2842e7b9cfcfd8d9ed8aeca86b814dc3181b6e32" ;

# Personal details
    con:birthDay "1978-09-08" ;
    foaf:gender "male" ;
    lang:masters "fin" ;
    lang:masters "eng" ;
    lang:reads "swe" ;
    lang:reads "ger" ;
    foaf:geekcode "GAT d−−@ s++: a27 C++++ UL++++ !P L++ E−−−− W+++$ N+ o? K++ w−− O− M− V−− PS+++ PE++ Y++@ PGP++ t+(−) 5++(−) X++(−) R− tv− b++ DI++$ D+ G++ e>+++ h−−− r++ y*(+++)" ;

    foaf:logo <http://www.iki.fi/~decoy/shared/graphics/icon/decoy-logo> ;
    foaf:depiction <http://www.iki.fi/~decoy/shared/graphics/photo/portrait-1> ;

    foaf:based_near unique:281 ;
    con:nearestAirport unique:283 ;

# Psychological details
    foaf:myersBriggs "INTP" ;
    foaf-ext:iq "148" ; # Never paid to be tested, but both one administered test and self-administered ones seem to be rather consistent about the verdict: borderline Mensa

# TEMP!!! duplicated for the benefit of existing spiders
    foaf:mbox <mailto:decoy@iki.fi> ;
    foaf:homepage <http://www.iki.fi/~decoy/front> ;
    foaf:phone <tel:+358-50-5756111> ;

# Contact details
    con:home unique:8 ;
    con:office unique:16 ;
    foaf-ext:mobile unique:13 ;

    home:contactDetails <http://www.iki.fi/~decoy/decoy/main> ;

# People I know
    foaf:knows unique:285 ; # Esa Siljamäki
    foaf:knows unique:286 ; # Mika Ebeling

    foaf-ext:metOnline unique:261 ; # Aaron Swartz
    foaf-ext:metOnline unique:260 ; # Dan Connolly
    foaf-ext:metOnline unique:259 ; # Daniel Brickley
    foaf-ext:metOnline <http://eikeon.com/#eikeon> ; # Daniel Krech
    foaf-ext:metOnline unique:243 ; # Olli Niemitalo
    foaf-ext:metOnline swn:Sean ; # Sean B. Palmer

    foaf-ext:acquaintance unique:233 ; # Anssi Porttikivi
    foaf-ext:acquaintance unique:234 ; # Erika Korvenheimo
    foaf-ext:acquaintance unique:251 ; # Jyri Wilska
    foaf-ext:acquaintance unique:26 ; # Mikael Halila
    foaf-ext:acquaintance unique:244 ; # Samuli Pahalahti

    foaf-ext:friend unique:238 ; # Aki Heikkinen
    foaf-ext:friend unique:239 ; # Ilkka Helanterä
    foaf-ext:friend unique:236 ; # Juuso Hagström
    foaf-ext:friend unique:235 ; # Jussi Hagström
    foaf-ext:friend unique:240 ; # Kalle Mikkola
    foaf-ext:friend unique:242 ; # Marjo Leppä
    foaf-ext:friend unique:25 ; # Mikko Ellilä
    foaf-ext:friend unique:248 ; # Mikko Särelä
    foaf-ext:friend unique:250 ; # Patrick Uotinen
    foaf-ext:friend unique:245 ; # Pete Peltola
    foaf-ext:friend unique:253 ; # Riku Leinonen
    foaf-ext:friend unique:241 ; # Sami Kantoluoto
    foaf-ext:friend unique:246 ; # Sari Turunen
    foaf-ext:friend unique:237 ; # Simo Hämäläinen
    foaf-ext:friend unique:249 ; # Terhi Suikkanen
    foaf-ext:friend unique:255 ; # Tuomas Kohvakka

    foaf-ext:worksWith unique:264 ; # Henri Ruini
    foaf-ext:worksWith unique:258 ; # Jarno Elovirta
    foaf-ext:worksWith unique:265 ; # Jukka Lehtinen

    foaf-ext:livesWith unique:257 ; # Jukka Haukirauma
    foaf-ext:livesWith unique:256 ; # Samu Hakala

    foaf-ext:classMate unique:239 ; # Ilkka Helanterä
    foaf-ext:classMate unique:253 ; # Riku Leinonen
    foaf-ext:classMate unique:249 ; # Terhi Suikkanen

    foaf-ext:parent unique:254 ; # Hilkka-Liisa Syreeni
    foaf-ext:parent unique:247 ; # Kari Syreeni

    foaf-ext:familyMember unique:232 ; # Ahti Syreeni
    foaf-ext:familyMember unique:254 ; # Hilkka-Liisa Syreeni
    foaf-ext:familyMember unique:247 ; # Kari Syreeni

# Trust
    trust:trustsModerately unique:261 ; # Aaron Swartz
    trust:trustsAbsolutely unique:232 ; # Ahti Syreeni
    trust:trustsModerately unique:238 ; # Aki Heikkinen
    trust:trustsModerately unique:233 ; # Anssi Porttikivi
    trust:trustsModerately unique:260 ; # Dan Connolly
    trust:trustsModerately unique:259 ; # Daniel Brickley
    trust:trustsModerately <http://eikeon.com/#eikeon> ; # Daniel Krech
    trust:trustsModerately unique:234 ; # Erika Korvenheimo
    trust:trustsModerately unique:285 ; # Esa Siljamäki
    trust:trustsModerately unique:264 ; # Henri Ruini
    trust:trustsAbsolutely unique:254 ; # Hilkka-Liisa Syreeni
    trust:trustsModerately unique:239 ; # Ilkka Helanterä
    trust:trustsHighly unique:258 ; # Jarno Elovirta
    trust:trustsModerately unique:257 ; # Jukka Haukirauma
    trust:trustsModerately unique:265 ; # Jukka Lehtinen
    trust:trustsHighly unique:235 ; # Jussi Hagström
    trust:trustsModerately unique:236 ; # Juuso Hagström
    trust:trustsModerately unique:251 ; # Jyri Wilska
    trust:trustsHighly unique:240 ; # Kalle Mikkola
    trust:trustsAbsolutely unique:247 ; # Kari Syreeni
    trust:trustsModerately unique:242 ; # Marjo Leppä
    trust:trustsSlightly unique:286 ; # Mika Ebeling
    trust:trustsModerately unique:26 ; # Mikael Halila
    trust:trustsHighly unique:25 ; # Mikko Ellilä
    trust:trustsHighly unique:248 ; # Mikko Särelä
    trust:trustsModerately unique:243 ; # Olli Niemitalo
    trust:trustsHighly unique:250 ; # Patrick Uotinen
    trust:trustsModerately unique:245 ; # Pete Peltola
    trust:trustsModerately unique:253 ; # Riku Leinonen
    trust:trustsHighly unique:241 ; # Sami Kantoluoto
    trust:trustsModerately unique:256 ; # Samu Hakala
    trust:trustsModerately unique:244 ; # Samuli Pahalahti
    trust:trustsModerately unique:246 ; # Sari Turunen
    trust:trustsModerately swn:Sean ; # Sean B. Palmer
    trust:trustsModerately unique:237 ; # Simo Hämäläinen
    trust:trustsHighly unique:249 ; # Terhi Suikkanen
    trust:trustsHighly unique:255 ; # Tuomas Kohvakka

# My interests
    foaf:topic_interest wn:104638944 ; # Biochemistry
    foaf:topic_interest wn:100600817 ; # Composition
    foaf:topic_interest wn:103859083 ; # Computer architecture
    foaf:topic_interest wn:102482408 ; # Computer graphics
    foaf:topic_interest wn:100608707 ; # Computer tech
    foaf:topic_interest wn:104663525 ; # Computer science
    foaf:topic_interest im:SemanticWeb ; # Semantic Web
    foaf:topic_interest wn:104674380 ; # Economics
    foaf:topic_interest wn:104036899 ; # Civil liberty
    foaf:topic_interest wn:104032289 ; # Human rights
    foaf:topic_interest wn:104594207 ; # Liberalism
    foaf:topic_interest wn:104712580 ; # Libertarianism
    foaf:topic_interest wn:104597590 ; # Math
    foaf:topic_interest wn:104998911 ; # MIDI
    foaf:topic_interest wn:104641783 ; # Physics
    foaf:topic_interest wn:100595769 ; # Programming

    foaf-ext:loves wn:105654562 ; # Chocolate candy
    foaf-ext:loves wn:103888251 ; # Pastel (color)
    foaf-ext:loves wn:103678623 ; # Tomboyishness
    foaf-ext:loves wn:103884705 ; # Turquoise (color)
    foaf-ext:loves wn:103885490 ; # Violet (color)
    foaf-ext:likes wn:110570276 ; # Ammonium chloride (as candy, believe it or not)
    foaf-ext:likes wn:103883954 ; # Blue (color)
    foaf-ext:likes wn:104073035 ; # Freckle(s)
    foaf-ext:likes wn:105266809 ; # Music
    foaf-ext:likes wn:100354354 ; # Rap (music)
    foaf-ext:likes wn:105292336 ; # Pop (music)
    foaf-ext:likes wn:105291264 ; # Serial music
    foaf-ext:likes unique:23 ; # Mikko Ellilä's state quote
    foaf-ext:likes unique:24 ; # Mikael Halila's shotgun quote
    foaf-ext:dislikes wn:100568196 ; # Classes (school)
    foaf-ext:dislikes wn:100469045 ; # Homework (school)
    foaf-ext:dislikes wn:100354179 ; # Vocal music
    foaf-ext:hates wn:103796671 ; # Insensitivity
    foaf-ext:hates wn:100810350 ; # Stupidity

    foaf-ext:is-a wn:107089553 ; # Atheist
    foaf-ext:is-a wn:107233863 ; # Geek (nerd)
    foaf-ext:is-a wn:107306984 ; # Hacker
    foaf-ext:is-a wn:107371315 ; # Libertarian
    foaf-ext:is-a wn:107489300 ; # Rationalist
    foaf-ext:is-a wn:107165993 ; # Student

    foaf-ext:is-like wn:301331049 ; # Bulky
    foaf-ext:is-like wn:302728556 ; # Finnish
    foaf-ext:is-like wn:301281024 ; # Intelligent
    foaf-ext:is-like wn:300331296 ; # Shy
    foaf-ext:is-like wn:302273366 ; # Tall

# Projects
    foaf-ext:associatedWithProject unique:1 ;
    foaf-ext:associatedWithProject unique:2 ;
    foaf-ext:associatedWithProject unique:4 ;
    foaf-ext:associatedWithProject unique:5 ;
    foaf-ext:associatedWithProject unique:6 ;
    foaf-ext:associatedWithProject unique:7 ;
    foaf-ext:associatedWithProject unique:8 ;

#Bookmarks
    home:bookmark <irc://irc.freenode.net/rdfig> ;
    home:bookmark <irc://irc.funet.fi/lahti> ;
    home:bookmark <http://www.defens.org/> ;
    home:bookmark <http://www.slayage.tv/> ;
    home:bookmark <http://www.mises.org/> ;
    home:bookmark <http://www.cato.org/> .
    
##############################################################################
# Projects                                                                   #
##############################################################################
unique:1 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "Sound, synthesis and audio reproduction"@en .

unique:2 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "Under the hood: practical audio processing in depth"@en .

unique:4 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "Libertarian diaries"@en .

unique:5 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "Ideas in data representation"@en .

unique:6 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "decoy's quotes"@en .

unique:7 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "No ghosts"@en .

unique:8 a foaf:Project ;
    foaf:maker unique:497 ;
    foaf:name "Crazy chef's looney foods and kooky cookin'"@en .

##############################################################################
# Friends and acquintances                                                   #
##############################################################################
unique:261 a foaf:Person ;
    foaf:name "Aaron Swartz"@en ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "8d85da981271c356b073fb0fcc9dc63bfc471fe4" .

unique:232 a foaf:Person ;
    foaf:name "Ahti Syreeni"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "35e926374b9db26844530db2fcd47fff3b5e71c2" ;
    foaf-ext:parent unique:254 ; # Hilkka-Liisa Syreeni
    foaf-ext:parent unique:247 ; # Kari Syreeni
    foaf-ext:familyMember unique:254 ; # Hilkka-Liisa Syreeni
    foaf-ext:familyMember unique:247 ; # Kari Syreeni
    foaf-ext:familyMember unique:497 . # Sampo Syreeni

unique:238 a foaf:Person ;
    foaf:name "Aki Heikkinen"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "37c2dc3bf506676a0f61f550719d365484e707dc" .

unique:233 a foaf:Person ;
    foaf:name "Anssi Porttikivi"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "87b616a58ea5d3207b5b77fc2f96fef26e8e7f8f" .

unique:260 a foaf:Person ;
    rdfs:seeAlso <http://www.w3.org/People/Connolly/home-smart.rdf> ;
    foaf:name "Dan Connolly"@en ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "94b6eb0c835f928c5ed565dc3ed1a355ac1b41e5" .

unique:259 a foaf:Person ;
    rdfs:seeAlso <http://rdfweb.org/~pldab/rdfweb/danbri-foaf.rdf> ;
    foaf:name "Daniel Brickley"@en ;
    foaf:nick "danbri" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "f46850eab07e26c850847d88390530afcfee0711" .

<http://eikeon.com/#eikeon> a foaf:Person;
    rdfs:seeAlso <http://eikeon.com/foaf.rdf> ;
    foaf:name "Daniel Krech"@en ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "3665f4f2370ddd6358da4062f3293f6dc7f39b7c" ;
    foaf:mbox_sha1sum "8b39951d02f09185a13793244c61f8e3dbea61d0" .

unique:234 a foaf:Person ;
    foaf:name "Erika Korvenheimo"@fi ;
    foaf:gender "female" ;
    foaf:mbox_sha1sum "d06eed24a426890fb6cd3e65a796903c25958afb" .

unique:264 a foaf:Person ;
    foaf:name "Henri Ruini"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "50ab09970627f1e65e07127263cdf21782a8155b" .

unique:254 a foaf:Person ;
    foaf:name "Hilkka-Liisa Syreeni"@fi ;
    foaf:gender "female" ;
    foaf:mbox_sha1sum "3067eb6672a4885b10b408bee6d32056f41eaf65" ;
    foaf:mbox_sha1sum "1c74a254e115343622d69444fc983ff3bc31c5ab" ;
    foaf-ext:familyMember unique:232 ; # Ahti Syreeni
    foaf-ext:familyMember unique:247 ; # Kari Syreeni
    foaf-ext:familyMember unique:497 ; # Sampo Syreeni
    foaf-ext:spouse unique:247 . # Kari Syreeni

unique:239 a foaf:Person ;
    foaf:name "Ilkka Helanterä"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "2cbfe5f16438b31d6f01b7ba470deffb8cc12b35" .

unique:258 a foaf:Person ;
    rdfs:seeAlso <http://www.elovirta.com/2003/03/01/foaf/> ;
    foaf:name "Jarno Elovirta"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "9653fb3d71a5704ad08f5ca010c6972f9d607904" .

unique:257 a foaf:Person ;
    foaf:name "Jukka Haukirauma"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "4e030a85ceded8c15393dfd6f52b8c1f1fb36853" .

unique:265 a foaf:Person ;
    foaf:name "Jukka Lehtinen"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "fe830c459c229de2bc7c0f8a2ddfb237a8e7d35e" .

unique:235 a foaf:Person ;
    foaf:name "Jussi Hagström"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "429fb450d09cccb1f3e53019610c36bcfe61ac0a" .

unique:236 a foaf:Person ;
    foaf:name "Juuso Hagström"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "9dd3788f8430bb519758f22a4ac280daec090f11" .

unique:251 a foaf:Person ;
    foaf:name "Jyri Wilska"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "84e8347bdfbbd36d038694117a694b3c04c59499" .

unique:240 a foaf:Person ;
    foaf:name "Kalle Mikkola"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "97f5a824371b2dd7a01fe92bd3bc71bda9e22a53" ;
    foaf:spouse unique:246 . # Sari Turunen

unique:247 a foaf:Person ;
    foaf:name "Kari Syreeni"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "709a453749be51f43a3c7f09c2c26ae4bec17b2f" ;
    foaf-ext:familyMember unique:232 ; # Ahti Syreeni
    foaf-ext:familyMember unique:254 ; # Hilkka-Liisa Syreeni
    foaf-ext:familyMember unique:497 ; # Sampo Syreeni
    foaf-ext:spouse unique:254 . # Hilkka-Liisa Syreeni

unique:242 a foaf:Person ;
    foaf:name "Marjo Leppä"@fi ;
    foaf:gender "female" ;
    foaf:mbox_sha1sum "61a2950bbcf7d9646c25eed9fb1a970a26d70f47" .

unique:26 a foaf:Person ;
    foaf:name "Mikael Halila"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "7acc4065c7132c03f2d150e3c10792dbf7677b75" .

unique:25 a foaf:Person ;
    foaf:name "Mikko Ellilä"@fi ;
    foaf:nick "emjay" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "c722647610e8fc3048e4a1150c0aef0efaea08c9" .

unique:248 a foaf:Person ;
    foaf:name "Mikko Särelä"@fi ;
    foaf:nick "id" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "571015979bf139a54fe51ca8006b243d9cf19b7a" .

unique:243 a foaf:Person ;
    foaf:name "Olli Niemitalo"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "0ad89f06ea7b14551e515bf4bf59bec681f4ab43" .

unique:250 a foaf:Person ;
    foaf:name "Patrick Uotinen"@fi ;
    foaf:nick "patu" ;
    foaf:nick "vapahtaja" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "a547bce37be8b83213e9a93c8d617c97b2b42cab" .

unique:245 a foaf:Person ;
    foaf:name "Pete Peltola"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "48b73b473d702ad53800f46a0ddd0da39c4ba429" .

unique:253 a foaf:Person ;
    foaf:name "Riku Leinonen"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "23a365117f44f18092ff58a633989e034b8743be" .

unique:241 a foaf:Person ;
    foaf:name "Sami Kantoluoto"@fi ;
    foaf:nick "tstrike" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "a87b2ead1c4cbe2253ad4e083b83d7236c4c0c18" .

unique:256 a foaf:Person ;
    foaf:name "Samu Hakala"@fi ;
    foaf:gender "male" .

unique:244 a foaf:Person ;
    foaf:name "Samuli Pahalahti"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "4f73ad05ca4dba654dd684cd48aef177ce182e33" .

unique:246 a foaf:Person ;
    foaf:name "Sari Turunen"@fi ;
    foaf:nick "sarix" ;
    foaf:gender "female" ;
    foaf:mbox_sha1sum "3ff57284753b3f6b2ab6651eeefa4a6b07aca5d3" ;
    foaf:spouse unique:240 . # Kalle Mikkola

swn:Sean a foaf:Person ;
    rdfs:seeAlso <http://infomesh.net/sbp/info.rdf> ;
    foaf:name "Sean B. Palmer"@en ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "c66b1cf8ee172f06b7b41f9e6257623ba14eab5f" .

unique:237 a foaf:Person ;
    foaf:name "Simo Hämäläinen"@fi ;
    foaf:nick "simoh" ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "dd901427682d3e15862840904e77ed3888694a2f" .

unique:249 a foaf:Person ;
    foaf:name "Terhi Suikkanen"@fi ;
    foaf:gender "female" ;
    foaf:mbox_sha1sum "faa96d04fb632ca3295a6ce9c759a68a751ba262" ;
    foaf-ext:significantOther unique:255 . # Tuomas Kohvakka

unique:255 a foaf:Person ;
    foaf:name "Tuomas Kohvakka"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "89b594f79f77088a3e440771287c27150bca296c" ;
    foaf-ext:significantOther unique:249 . # Terhi Suikkanen

unique:285 a foaf:Person ;
    foaf:name "Esa Siljamäki"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "c83e18d444bb4e3c2159b0c8f286e5c3802990c8" .

unique:286 a foaf:Person ;
    foaf:name "Mika Ebeling"@fi ;
    foaf:gender "male" ;
    foaf:mbox_sha1sum "294ba2543037b792055735e82b87242ef14a82fe" .

##############################################################################
# Things                                                                     #
##############################################################################
unique:281 a geo:Point ;
    rdfs:label "Dorm"@en ;
    geo:lat "60.2762" ;
    geo:long "25.0272" .

unique:283 a air:Airport ;
    foaf-ext:is-a wn:Airport ;
    rdfs:label "Helsinki-Vantaa Airport"@en ;
    air:name "Helsinki Vantaa"^^type:string ;
    air:iataCode "HEL"^^type:string ;
    air:icaoCode "EFHK"^^type:string ;
    daml:sameIndividualAs <http://www.daml.org/cgi-bin/airport?EFHK> ;
    air:location "Helsinki, Finland"^^type:string ;
    air:latitude "60.32"^^type:double ;
    air:longitude "24.95611111111111"^^type:double ;
    air:elevation "179"^^type:double .

<http://www.iki.fi/~decoy/shared/graphics/icon/decoy-logo> a foaf:Image .

<http://www.iki.fi/~decoy/shared/graphics/photo/portrait-1> a foaf:Image .

##############################################################################
# Quotes                                                                     #
##############################################################################
unique:23 a home:Quote ;
    home:quoteBody "Valtiosta pitäisi voida erota samalla tavalla kuin kirkosta."@fi ;
    dc:language "fi" ;
    home:cite unique:25 .

unique:24 a home:Quote ;
    home:quoteBody "You renew my faith in the shotgun."@en ;
    dc:language "en" ;
    home:cite unique:26 .
