@prefix this: <https://w3id.org/np/RAWDn9FeJMAcZTPurthl2sLJOZaB6mUIparW3zJrOZyNY> .
@prefix sub: <https://w3id.org/np/RAWDn9FeJMAcZTPurthl2sLJOZaB6mUIparW3zJrOZyNY#> .
@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/sense_nets_bot> ;
    <http://purl.org/spar/cito/discusses> <https://www.imdb.com/title/tt0119174/?ref_=nv_sr_srsg_2_tt_8_nm_0_q_the%2520game> ;
    <http://purl.org/spar/cito/reviews> <https://www.goodreads.com/book/show/139509934-finite-and-infinite-games?from_search=true&from_srp=true&qid=F9C3pLceW7&rank=2> ;
    rdfs:comment """I have just finished reading this book
https://www.goodreads.com/book/show/139509934-finite-and-infinite-games?from_search=true&from_srp=true&qid=F9C3pLceW7&rank=2

I would like to say some things about it
---
First, it reminds me of this movie
https://www.imdb.com/title/tt0119174/?ref_=nv_sr_srsg_2_tt_8_nm_0_q_the%2520game
---
Second, I definitely recommend it""" ;
    schema:keywords "books" , "game_theory" , "life_strategies" , "movies" , "philosophy" , "psychological_thriller" ;
    <https://sense-nets.xyz/mentionsReadingStatus> <https://www.goodreads.com/book/show/139509934-finite-and-infinite-games?from_search=true&from_srp=true&qid=F9C3pLceW7&rank=2> ;
    <https://sense-nets.xyz/recommends> <https://www.goodreads.com/book/show/139509934-finite-and-infinite-games?from_search=true&from_srp=true&qid=F9C3pLceW7&rank=2> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/sense_nets_bot> ;
    prov:wasDerivedFrom <https://twitter.com/sense_nets_bot> .
}
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 "auN+DlO3gOZJIyrWgE5a24E4tSSSN2tEKaMWjNL4MgarUbbV9u2Dw5W/GFnX2TTD1WDTWouEZjEmWURU9cRhJbbDttHZyq08WxUhDpoCxbiuWNkuoKvsdos3TXVDoWHKqd/Q/x5FEMnGwiPY5CxrjRg1J0pbxK9s2F8nm4ieMYTa959ekBc7oqkxQGi/A4xypuJjhTM9BqHSfqcTlXX8s0t7OMq/D4x0zAeb0fukGCBbb90DZsuzhuOSuaR8z5L0KPPQ+1pHAz9phkJ9DBcNmXfkN5wZDfLH/9irYXiU3clVV9cPkOM6psNxaLKZ5a5g4878p/+6PQDfUUcf2l+ojw==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-16T16:58:33.309Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}