@prefix : <http://squirrel.land/~nik/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

: a schema:Person , foaf:Person ;
    foaf:name "Dominik George" ;
    foaf:givenName "Dominik" ;
    foaf:familyName "George" ;
    foaf:mbox <mailto:nik@squirrel.land> ;
    foaf:homepage <.> ;
    foaf:jabberID <xmpp:nik@mercurius.teckids.org> ;
    foaf:nick "Nik" , "Natureshadow" , "Zahnputzhörnchen"@de , "Klampfradler"@de ;
    schema:birthDate "1990-04-01"^^xsd:date ;
    schema:gender schema:Male ;
    schema:height [ schema:value 1.78 ; schema:unitCode "MTR" ] .
