Nanopublication

< Home

ID

https://w3id.org/np/RAL8aTTQ_S0f3KSW6JJx0wQrIfXYQ6Dq-pc-O-HT4yLJY

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAL8aTTQ_S0f3KSW6JJx0wQrIfXYQ6Dq-pc-O-HT4yLJY> .
@prefix sub: <https://w3id.org/np/RAL8aTTQ_S0f3KSW6JJx0wQrIfXYQ6Dq-pc-O-HT4yLJY#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

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 "BookRecommendation", "Entertainment", "Film", "GameTheory", "LifeStrategies",
      "Philosophy";
    <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 "CYacrY7eDvqy5cR0tyrxF9bb6COZY+hFoDoGINBLoSZnOx6CD0fziJsrB7r4lHs9+P3JYXSJ6K0e+Zt/vAVVzfBbOSNa3sj1QM+mh+DAANFpegoOOKmnLabPIeP1yZd9bdalmcikE4zFKbDSHi2b/UmI6FjvyDQflC3HpNbsxvSYF+VpQD2Y6UC/O/gRpcUNo2ksHlfryeQZPZv5GOUh+RUvBGz2n8AtoiK3bvPUsTW7BEnyJObhxEO32IWfFSUO1aVeQfHIUyaVx7O3j4cg3Qk+XiNYIa9KHfq56MG8GLXXjXqAX6PITAjmR2y54+yE+QNb3Vs0ioja3j16tS5Q2g==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-05-15T10:36:58.658Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" .
}