@prefix this: <https://w3id.org/np/RAbwV4fuj7AZMLBXXctIxGxCPIMiQJwRWBznGmNFxylB4> .
@prefix sub: <https://w3id.org/np/RAbwV4fuj7AZMLBXXctIxGxCPIMiQJwRWBznGmNFxylB4#> .
@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 ;
    <http://purl.org/spar/cito/discusses> <https://www.goodreads.com/book/show/139509934-finite-and-infinite-games?from_search=true&from_srp=true&qid=F9C3pLceW7&rank=2> , <https://www.imdb.com/title/tt0119174/?ref_=nv_sr_srsg_2_tt_8_nm_0_q_the%2520game> ;
    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 "BookRecommendation" , "FiniteAndInfiniteGames" , "GamesTheory" , "LifeAsPlay" , "Movies" , "TheGame" ;
    <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> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3KSlDncKI82lvoggVVLJkbCWLp3DWKLZCO+BnBIpToZEUWCTh8RPDX4sDKVxSLiLfPI+/doKXqsdcaRKInW8AoTbpZe+0Z/fNv+mr/ZYtE/WQpnVcMD5yZKwwxcdaou8pALlY7tUKEIYCu+LfaXZ5DQPN70TjFqSMkCa3t9o6f6orkrBdMSB2Qr9ASkxwtxn+Uht6etQZL7Tnru3NuBahxgR4SLml00n8a6Bf1tIFZMVTUSucjOaM3gytcAHl40JYT4lbWG3SZouwCKJKP5cWuE9zIC3eqyOx0+Y2MGhgwbnSp0Q7aOyW0glpOoUPpOOMk1UALpNk/FYtNeximspqQIDAQAB" ;
    npx:hasSignature "V1olI5X3rB4Lhe4AnTuqt7sDq/N5MW1tMAxU7rQgy9AZkbttKKgdKnVqPd10B0gyfijcRc7K/heYtCvCh6Cv1GB235AuHXE2eYJK4n8x5cX016Kf+jVKzCepsn4fccK3b9WVaWeYsKNzpjj+5YyE4cEc9E6gm8yabGImtYvB1/1EsLnejvQbHGyNzAbMzK8HSXL1IclruPT3N3dkAPD6xhtS5BH08AfrDRuvhlXS8Lw9g1g1/FtIXg5a5/LGc2RPihPrK3XRWjQSnc990WmP6nrzrkdaNbIDAWB4tOwMujLuX937F1FcDbdX2tQQ0TgKCA3dZLx3m627k42G2iA5wQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-13T14:34:31.528Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}