@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .

<https://dscott.ca/>
    cc:license <http://creativecommons.org/licenses/by/4.0/> ;
    schema:name "I am Dan Scott."@en ;
    a foaf:PersonalProfileDocument ;
    foaf:primaryTopic <https://dscott.ca/#i>
.

<https://dscott.ca/#i>
  <http://www.w3.org/2000/01/rdf-schema#label> "Dan Scott"@en ;
  cert:key <https://dscott.ca/#cert> ;
  foaf:account <https://github.com/dbs>,
    <https://twitter.com/denials>,
    <https://www.youtube.com/c/DanScottCAN>,
    <https://ca.linkedin.com/in/denials/en>,
    <https://orcid.org/0000-0001-8438-4926>,
    <irc://irc.freenode.net/dbs,isnick>,
    <https://code4lib.social/@dbs>,
    <https://scholar.social/@dbs>
  ;

  foaf:familyName "Scott"@en ;
  foaf:givenName "Dan"@en ;
  foaf:weblog <https://coffeecode.net/> ;
  foaf:homepage <https://dscott.ca/> ;
  foaf:img <https://dscott.ca/media/dan_scott.jpg> ;
  foaf:interest
    <https://wikidata.org/entity/Q341>, # free software
    <https://wikidata.org/entity/Q16387>, # information science
    <https://wikidata.org/entity/Q232932>, # open access
    <https://wikidata.org/entity/Q386275>, # web development
    <https://wikidata.org/entity/Q18692990>, # linked open data
    <https://wikidata.org/entity/Q2090758> # Coffee roasting
 ;
 foaf:made <https://dscott.ca/>, <https://coffeecode.net> ;
 foaf:mbox <mailto:dan@coffeecode.net> ;
 foaf:name "Dan Scott"@en ;
 foaf:nick "dbs"@en, "denials"@en ;

# Sadly most people I know don't have a FOAF profile?
 foaf:knows
    <http://csarven.ca/#i>,
    <https://bencomp.nl/ben#BAC>,
    <https://ruben.verborgh.org/profile/#me>
.

<https://dscott.ca/#cert>
  a cert:RSAPublicKey;
  rdfs:label "made on January 14 2018 via https://gist.github.com/olberger/7581570/raw";
  cert:modulus "C9C313A24BE046C45E9636A982C8B71C816DB7957F4E7296FAB628C05DCA041A390A1D6E6071273FCF59D618D78500D7D0D313CDBB82F9BA088960A25BD6D90EEAEB259BF3CEFF547F013E509363D8514519E27BC648E94B9D18545C77EB770A0AD7F0D30FDB00500A177B82E5D3B0135A4BC628C6AB4D87B0954F96FC7D8BBCA88721AD8F38896FD5DE431777D3453464BCE3AEE1154B30DAAABDF8A27BDF2F597203B3CB3C14FE4ABFBA1CC202445A22F91076809BB0D8BDEB7002FD3A1FE039456E7E908AECF28BAC71200DFF5C652B91C82A8BB065794ADF5F57A5885B174CBAC4E3CB3C31C39048DBBB4D59DC516A96A5D57F7DCD0C177E22CE745F6229"^^xsd:hexBinary;
  cert:exponent 65537
.
