Nanopublication

< Home

ID

https://w3id.org/np/RAXAxj8wVQYq49D9tzO1VLefQSGy6X8vke56AefqAJZiA

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAXAxj8wVQYq49D9tzO1VLefQSGy6X8vke56AefqAJZiA> .
@prefix sub: <https://w3id.org/np/RAXAxj8wVQYq49D9tzO1VLefQSGy6X8vke56AefqAJZiA#> .
@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>;
    rdfs:comment "here's another good paper https://doi.org/10.1016/j.cobeha.2020.07.007";
    schema:keywords "conservatives", "ideological-symmetry-thesis", "liberals", "prejudice",
      "social-psychology";
    <https://sense-nets.xyz/mentionsReadingStatus> <https://linkinghub.elsevier.com/retrieve/pii/S2352154620301091>;
    <https://sense-nets.xyz/recommends> <https://linkinghub.elsevier.com/retrieve/pii/S2352154620301091> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://twitter.com/sense_nets>;
    prov:wasDerivedFrom <https://twitter.com/sense_nets> .
}

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 "NLGD2FYduZ9X9Dl+agOi/v7+ScHxJq2fHslCxt6I3vHrWNWWkd1ByujP6D7GvQNgHmCAGyNrdplk+ZR4WflDiyHrIqgOPbqsvUaox00USRJzw0f4osIkYXpVZxkN5UAPbeQdY7pPO3iEPn0TqJpMSD5AeXbZeKzfRfcKrTPtmnCh6j1+EOMqpdoMN14AH0fjcGvOI2Qbi3R1QtRqYs51an3nM/LyVZT3ZKpB9Rk95xDsr6DxghXH6+sbqBGzvM4uGh26CxmicL66F83aR+yHGvDyybb7jiGVmcQT46ymzx7iKEENRxX/S2ydH9CWzZOGXHWGJ2JrE6khxWrahGjQHA==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-06-18T11:29:36.273Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0x1D87E951c427eF36E788FBDdec30C0301514971A" .
}