@prefix this: <https://w3id.org/np/RAw9eJtc6X-xRUXMYxY881MVX9qbRiNqj4wb_FpBUeS0I> .
@prefix sub: <https://w3id.org/np/RAw9eJtc6X-xRUXMYxY881MVX9qbRiNqj4wb_FpBUeS0I#> .
@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 orcid: <https://orcid.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 orcid:0000-0000-0000-0000 ;
    rdfs:comment """Looking forward to this podcast episode! 
https://www.thegreatsimplification.com/episode/122-zak-stein""" ;
    schema:keywords "AI" , "Education" , "Ethics" , "Metacrisis" , "Philosophy" , "Values" ;
    <https://sense-nets.xyz/mentionsListeningStatus> <https://www.thegreatsimplification.com/episode/122-zak-stein> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
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 "P33Axec5yReuCClm4rHQEax+DJkIlrCm6h0x7/TLcNe9Q6q+8iDYBhZP+HMvcj5a1RP7ibJ4mrnd5PfwpSM7Ux5FrlDhaag2ErvIrYtLppI/Z6fdt2ocGegIcuzuKp8ke8qZVVXzP/eGwGX+8JBA/WHR21k2QuvNwUDNyIcs8Yfwc0vtrIzF+b1ND7U3Qgt8SfH5ATDR5zqz9AYlU0J9mpVktwYe4OUS49dAtwLoYGjZvCcfHSQ9OaF69kPv53MBfBGpSCTdsLHPdQTFLviSjoftuLCe5CGR/TcNxobiOUKZwASDnJ+A5tBYIkJg5vCOB0r2gWl1zQsno7zHfgMxZA==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-14T18:42:17.173Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}