# This is a Notation3-format RDF description of myself, using the FOAF
# ontology. It is signed with my PGP key (see wot:assurance below).
# For more information, see:
#   https://en.wikipedia.org/wiki/Resource_Description_Framework
#   https://en.wikipedia.org/wiki/Notation3
#   https://en.wikipedia.org/wiki/FOAF_(ontology)

@prefix : <https://soulsphere.org/me.n3#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wot: <http://xmlns.com/wot/0.1/> .

:me a foaf:Person;
    owl:sameAs <https://fragglet.livejournal.com/data/foaf>;
    foaf:name "Simon Howard";
    foaf:givenname "Simon";
    foaf:family_name "Howard";
    foaf:nick "fraggle", "fragglet";
    foaf:gender "male";
    foaf:myersBriggs "INFJ";
    foaf:mbox_sha1sum "be71f151a185584e120d1300aba358e4a687f17c";
    foaf:homepage <https://soulsphere.org/>;
    foaf:depiction <https://soulsphere.org/me.jpg>;
    foaf:geekcode """GCS d- s:+ a C+++$ ULX++++$ P--- L++++$ E--- W+++$
                     o-- w-- O+ M+ PS++ PE Y+ PGP++ t++ 5++ b DI(+) D+++$
                     G e+++""";
    foaf:weblog <https://plus.google.com/111550145781278122079>,
                <https://fragglet.livejournal.com>;
    wot:hasKey [ a wot:PubKey;
                 wot:hex_id "23354344";
                 wot:length 4096;
                 wot:pubkeyAddress <https://soulsphere.org/gpg-key.txt>;
                 wot:fingerprint "6D2C117E0310664497AA9546F6C2EE9C23354344" ];
    foaf:account
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://www.doomworld.com/>;
         foaf:accountName "fraggle";
         foaf:accountProfilePage <https://www.doomworld.com/profile/103-fraggle/> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://doomwiki.org/>;
         foaf:accountName "Fraggle";
         foaf:accountProfilePage <https://doomwiki.org/wiki/User:Fraggle> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://everything2.com/>;
         foaf:accountName "phraggle";
         foaf:accountProfilePage <https://everything2.com/user/phraggle> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://www.facebook.com>;
         foaf:accountName "fragglet";
         foaf:accountProfilePage <https://www.facebook.com/fragglet> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://github.com>;
         foaf:accountName "fragglet";
         foaf:accountProfilePage <https://github.com/fragglet> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://www.livejournal.com>;
         foaf:accountName "fragglet";
         foaf:accountProfilePage <https://fragglet.livejournal.com/> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://medium.com/>;
         foaf:accountName "fraggletastic";
         foaf:accountProfilePage <https://medium.com/@fraggletastic> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://www.reddit.com/>;
         foaf:accountName "fragglet";
         foaf:accountProfilePage <https://www.reddit.com/user/fragglet> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://slashdot.org/>;
         foaf:accountName "sfraggle";
         foaf:accountProfilePage <https://slashdot.org/~sfraggle/> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://sourceforge.net>;
         foaf:accountName "fraggle";
         foaf:accountProfilePage <https://sourceforge.net/users/fraggle/> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://stackoverflow.com/>;
         foaf:accountProfilePage <https://stackoverflow.com/users/24806/simon-howard> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://social.coop/>;
         foaf:accountName "fraggle";
         foaf:accountProfilePage <https://social.coop/@fraggle> ],
       [ a foaf:OnlineAccount;
         foaf:accountServiceHomepage <https://www.youtube.com/>;
         foaf:accountName "fragglet";
         foaf:accountProfilePage <https://www.youtube.com/user/fragglet> ] .

<> a foaf:PersonalProfileDocument;
   foaf:primaryTopic :me;
   foaf:maker :me;
   wot:assurance <https://soulsphere.org/me.n3.asc> .

