@prefix this: <https://w3id.org/np/RAMbPbbxFRCY7s3pF6-rd4l4nULacFrQuE2UTn3gdCM1A> .
@prefix sub: <https://w3id.org/np/RAMbPbbxFRCY7s3pF6-rd4l4nULacFrQuE2UTn3gdCM1A#> .
@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/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://andrewwhitby.com/2020/12/25/if-you-want-to-go-fast/> <https://sense-nets.xyz/hasZoteroItemType> "webpage" .
  sub:assertion <http://purl.org/spar/cito/discusses> <https://andrewwhitby.com/2020/12/25/if-you-want-to-go-fast/> ;
    rdfs:comment """Interesting background on the source of that proverb -
https://andrewwhitby.com/2020/12/25/if-you-want-to-go-fast/

""" ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    schema:keywords "andrewwhitby" , "collaboration" , "networks" , "proverbs" , "technology" ;
    <https://sense-nets.xyz/mentionsReadingStatus> <https://andrewwhitby.com/2020/12/25/if-you-want-to-go-fast/> .
}
sub:provenance {
  <https://sense-nets.xyz/> a prov:SoftwareAgent ;
    prov:actedOnBehalfOf <https://x.com/rtk254> .
  sub:activity a <https://sense-nets.xyz/supervisedActivity> ;
    prov:wasAssociatedWith <https://sense-nets.xyz/> .
  sub:assertion prov:linksTo <https://x.com/rtk254/status/1793652795834278220> ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    prov:wasGeneratedBy sub:activity .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoWenJzEuzPmfkMRSKSwCflfKiFtZOzacYCEF6/CSHmpWQRN/zqsOXbIWUM+l/ePd8Cj7eBPpEX7XFZyhSK6EmNAWmn2/i7RsJI9El1YUDgeI7Re3BV1ZSja09b8oFAqkyI3QMK23M4D/l/hg/L1h7PMamUj+zZL4mP+x+bnX+gxezjfodZrNZhJO4JtK8INFo3AHTEUYakWSl1KV6veWokccyEWhThaNSK7QnnS2Eyfb2lLsKqYYi+CtIdX2ANnLFprVN33VvKpSoliM8J4ZQtK4JOEmWYA1md+2Sp1VDHNykmuJuwLwBzp3V0fu29egfoPv8/o1rR8KNJToyPFhSQIDAQAB" ;
    npx:hasSignature "FepYM8s5PxZS7WUyOseZ34OH3KB8XAIS8J1RxcntiULiwq9dlUpfmgStKq1RfLLjX0SdRSrbCXgqlWlDaw2UKQgeS86s+F/mPdIRxrTlmpr26pMk552Hy3QFbTZpK2zgA8n0uB22+hgZeHdZnpaUd9uYPv/8YOlI76nlzvmMlQ8ycxTmGiVIVR+6dWZ4wIZrHAjvGpfSUfaYd42caC6ZHClATOyFDEDlyD7P52uZkcb4JJLBGRjEbrwfQT5jrn059yqNxR6ya44LDB9zuJswYNstAJszLrwiEqdph4rFlEwbuf0tpb41tZaQAprfgicGqgan09SsI314lIRCzRkFJA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-07-19T19:19:11.357Z"^^xsd:dateTime ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://sense-nets.xyz/SemanticPost> ;
    npx:wasCreatedAt <https://sense-nets.xyz/> ;
    rdfs:label "CoSMO Semantic Post" ;
    prov:wasAttributedTo <https://x.com/rtk254> ;
    <https://sense-nets.xyz/hasRootSigner> "0xEea65201634dA1651993156e4bF842329bF8101D" .
  <https://x.com/rtk254> foaf:name "Ronen Tamari" .
}