Nanopublication

< Home

ID

https://w3id.org/np/RAIeCxjtSoT5WbLqhBU7HacpWhvTm0P7ELL0jTEXWiLbw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAIeCxjtSoT5WbLqhBU7HacpWhvTm0P7ELL0jTEXWiLbw> .
@prefix sub: <https://w3id.org/np/RAIeCxjtSoT5WbLqhBU7HacpWhvTm0P7ELL0jTEXWiLbw#> .
@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 at the #descisummit at Eth Denver with @rtk254 learning about social nanopublications! Imagine this tweet is fully machine readable - no more losing academic discourse behind x's API paywall. 



Check out more here: https://csensemakers.com/""";
    <https://schema.org/keywords> "APIpaywall,", "CommonSense[Makers]", "EthDenver,",
      "descisummit,", "machine-readable,", "socialnanopublications,";
    <https://sense-nets.xyz/announcesResource> <https://csensemakers.com/>;
    <https://sense-nets.xyz/endorses> <https://csensemakers.com/> .
}

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 "Rb0P1fwO7sFqUiX045fJy0+wyF5MBoKbhbW/G7HzcdSMaxzmgseMN4+23dg2ZHOW3pfUqOEcdl1Ku7eqnDoQOcw9lzArvPN0yuWpQzpf5vJQVNzk8PLEu6+klZ8wqh02msD22cSLsWVD25V2gKAY0q+iBfAQ2M0ncRGUDvueT7Va5+GGwzwxckRuZCybuuXRsF7xYbAkIPNl7kSFnEFjTQDMH9LIHd+JNTyfoqUae1LlVbuLmnmSyvzzikfapl00XfTyGnaXxpgNMo1+fzRbY2wdsWcxoRC4dk8RsB8CfNzT4zPhXcbOhiIKnD6xaQykkGlSh3WZ6qCjQ+D2jy59sg==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-02-29T18:08:09.886Z"^^xsd:dateTime;
    dcterms:creator orcid:0009-0001-5154-5946;
    <http://sense-nets.xyz/rootSigner> "0x67ad5f0ba32cB5B45c388d2a94fDCEe4a41cB876" .
}