Nanopublication

< Home

ID

https://w3id.org/np/RA-qlEjzWxxvTs_3Bzb4NvhMeRgxWbrigWfIdav6iRDD0

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-qlEjzWxxvTs_3Bzb4NvhMeRgxWbrigWfIdav6iRDD0> .
@prefix sub: <https://w3id.org/np/RA-qlEjzWxxvTs_3Bzb4NvhMeRgxWbrigWfIdav6iRDD0#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator orcid:0009-0001-5154-5946;
    rdfs:comment "We're here at the #descisummit with @rtk254 as he demos the commonsensemaker's social nanopublication app. Imagine - this tweet is completely machine-actionable - no more losing academic data  behind X's API paywall. ";
    <https://schema.org/keywords> "academicdata,", "commonsensemaker,", "descisummit,",
      "machineactionable.", "paywalls,", "socialmedia," .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-5154-5946 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq22iNAKdXFD4B1NK/crGccDf/gdVjslcCEaemdVI39aoCbj0ENNUgb74L/fzlAwgDQ+rTgZxj+u+lecaiyjUeCFUEBgQOMdA1/gX4Rn3pFBfSybL/XGVEJbEWmPk/htXDAvnNDxXCRR1Ir16mhb5QNeEGkpXqcjBrN90zrBLqcYgFJma7gGLQBlFpXh6AxLUMVA1Pn+iY9p64NJUxpY+NbDKOj1xnM60TBbx2jNQCHfMZTVXr+EH1MLOOODD+9raMF4DTXC9KFSJJUNyrL5tHFpu8xXJpfY2xiL/REQCxNuPD6aaRwEwgE2SKt1g338aBskEtP0BSNL2Id8rdZeC5QIDAQAB";
    npx:hasSignature "RksJZoMds9DFuXkFX/6NLrvkjUwtsJzQRCiDPhcwFhLVVyfmenOrEHkAzI3zFB9ND76HCeGBS/t5ITM/fkslnH6l3V00ZeHbYFd14bG3RGNLQN9IyqOESGOfe9ZyoFxnTF//s0q/TQgoppH/YxmO0d2Z+8B9az/Iig9RpmhCTHUbjtHJrUb17PlbJpt3QVLh4d5P/2XTv+qb9rdxIhXPuiOvxAJo09+56z2dq/o4D7LxJwU480Ug4uKNOqJvp4rM8KFajV+n25wwfX3OXQBDVrB9o6zhka2ipfHNwX8JJYbhEXzzw1OrYzXduLtKA/5ua/fnU3Od5eZEq6d6cxO5dQ==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-02-29T17:59:28.343Z"^^xsd:dateTime;
    dcterms:creator orcid:0009-0001-5154-5946;
    <http://sense-nets.xyz/rootSigner> "0x67ad5f0ba32cB5B45c388d2a94fDCEe4a41cB876" .
}