@prefix this: <https://w3id.org/np/RAWUKtb69iZ_az5BeB8kdVGcVRAesV45MzLS9Jf2IK1FI> .
@prefix sub: <https://w3id.org/np/RAWUKtb69iZ_az5BeB8kdVGcVRAesV45MzLS9Jf2IK1FI#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator orcid:0000-0002-6049-591X ;
    <https://pcp-on-web.de/ontology/0.2/index-en.html#hasKeyword> "cognitive-science" ;
    <https://schema.org/keywords> "anthropocentric-scheme" , "cognition" , "conceptual-schemes" , "cybernetic-schemes" , "human-cognition" , "phylogenetic-schemes" ;
    <https://sense-nets.xyz/readingStatus> <https://philarchive.org/rec/FIGWAW> ;
    <https://www.w3.org/2000/01/rdf-schema#comment> """Added to my reading list!

https://philarchive.org/rec/FIGWAW""" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
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 "hueLw2Bx0xYTVb+rjWbV/yP6k4oI+TA0Al4q00Ws46e++5484HIkFR0F1U/Xl8TBBHq4Eu4aOBHw0dioZgNhfWfeiqFyJVel2nQDYwRhDpaRmw9MIXmimCVbgAP2TCk59qGZrFhZ6zL1a+i4Wpf91HvXF6Gu5vF/di6K1vSj/xxQdXFc+70/+abd2ytmyiHvFzWQ30PxoX2PlcXoWBZH09rNIPzgKR1pyxgkH57gAL9QfLQP4/iOQL8D6djsHfsxIEOxPpWSeCNPeVudtmJfk62JRoTxpyf9moYuJigMuX5s09lTNoJ+6myaDhtGxbIT8BjJ+9t5EzX8LvHggSWZPw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-02-23T19:03:53.717Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6049-591X ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a <https://sense-nets.xyz/SemanticPost> .
}