@prefix this: <https://w3id.org/np/RAZd42QX7uEYhLFDzmbi9ikbpJTi4PCuaWpe1osbi5ozE> .
@prefix sub: <https://w3id.org/np/RAZd42QX7uEYhLFDzmbi9ikbpJTi4PCuaWpe1osbi5ozE#> .
@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/disagreesWith> <https://www.imdb.com/title/tt0119174/?ref_=nv_sr_srsg_2_tt_8_nm_0_q_the%2520game> ;
    <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 "BookRecommendation" , "FiniteAndInfiniteGames" , "LifeConcepts" , "Philosophy" , "Psychology" , "TheGameMovie" ;
    <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 orcid:0000-0000-0000-0000 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyfRdsS1Fon4aRZSbLKNwJ/XNVrFdAXi8tsEItCpX23O4VBsp3XgxkzeA6W+iT1AgN9ppNuiuCiwsYSlA4d9To9SMj4sfpa53JY/zvXwOchD5294x7EScpn/iVDh6ASlH1/PnHlQhtDDGE7hklR7ZqnW8V8Vcys7yGriYM5BNnMvraGZS8Nz8/2jcmDvMH5UCyA+PYZp00B5DhKW6TIi6ww/bRpBv9Z7Mlfa1JeWr8Us7UMKmN0x8dO6MY8gkcmjBgFvafs7M9tNOHKLfJUDqoBKvkFkRwSXzqfEwuuf+B18iq0DMAtli88MYqXa92pnDiuEfpkwHJbztcgcYwEUGvQIDAQAB" ;
    npx:hasSignature "ATyDHlsshFg3YV0HgDBPhPCVGpue3ubROPo2RvwxL9NBdVLrlKV8fYLC0eWNVsKTaGDOb3U6glRaGLL1x1c+pbzD8XcUX3k5KzuU4o0fNqw5ElNvsGTNFHXZj1bgoV301kRer046FA9C5Uh0F18IgPJqt1kvbfjM03d6Kq0PWtvuXZNue7iE3jBxVOx5jnR8KdpMqkKNILUWN4ZTtu8HlNrYhIzFsUJRjD6lf3y7RcnF9nbRxkSPrFaDZd8XpnbMVsq044WQFzH15wwTjUNJWVbWzmbxVUHt5XKZUftUhYvtcKGXe4AZZ4qAQIR8p5cXxHyR7LuZsbnMSuK+u52RlQ==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-05-14T00:25:37.640Z"^^xsd:dateTime ;
    <http://sense-nets.xyz/rootSigner> "0x4E5A0CD736B08E8AC88b5a2C02aa30702C6782D5" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}