@prefix this: <https://w3id.org/np/RAnLw_6UpoFtgTaDnvC15k-9d8HJti587m7ix2zO-Tcd0> .
@prefix sub: <https://w3id.org/np/RAnLw_6UpoFtgTaDnvC15k-9d8HJti587m7ix2zO-Tcd0#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator <https://twitter.com/rtk254> ;
    <http://purl.org/spar/cito/discusses> <https://twitter.com/danwilliamsphil/status/1769026118500175932> ;
    <http://purl.org/spar/cito/linksTo> <https://twitter.com/rtk254/status/1769182300774814046/photo/1> ;
    rdfs:comment "Really enjoyed this essay! This part also really resonates - saving democracy will require a much deeper engagement with social epistemology - how to create environments that make us collectively smarter, and not distracted/enraged/fragmented/etc? https://twitter.com/rtk254/status/1769182300774814046/photo/1 https://twitter.com/danwilliamsphil/status/1769026118500175932" ;
    schema:keywords "CollectiveIntelligence" , "Democracy" , "EssayReview" , "PoliticalScience" , "SocialEpistemology" ;
    <https://sense-nets.xyz/asksQuestionAbout> <https://twitter.com/danwilliamsphil/status/1769026118500175932> ;
    <https://sense-nets.xyz/endorses> <https://twitter.com/danwilliamsphil/status/1769026118500175932> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/rtk254> ;
    prov:wasDerivedFrom <https://twitter.com/rtk254> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "cqqjDowCV86ehGXwDbhlj8HvglUIrMh5gQfhCQPldywVhdPSsmC76/F38OxVzlF84ChLj60OWmgmFEb2IhjWIhPkH0K0wnlvZ6zErF6oHbpzfUlB8TO9PDZ7encTvR5N0+2UFqSXU9vyXbE0DqHYWpdN2qiVVSVu7pK3HTQuHxnXrfELR/5ARr6vhOgIiHUSNe6bmEES/Ww6tnikzsoIGhYqDKXnYuMVPDxBymmKJ/1swgqEK79VufF1Y0gcqIbBGbjqfE/++m7mPnuGhHYddqZd9uBbvwQJA3Lu2e56xEjy51mcv8/Q1x14DKzxeg32D+y9VH4hO/NxwqMy0AbDDw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-16T20:46:05.850Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}