Nanopublication

< Home

ID

https://w3id.org/np/RA1sbWFTGFJOheEZTt-rum-DhRw7UK-VJ57X02NEDc32o

Formats

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

Content

@prefix this: <https://w3id.org/np/RA1sbWFTGFJOheEZTt-rum-DhRw7UK-VJ57X02NEDc32o> .
@prefix sub: <https://w3id.org/np/RA1sbWFTGFJOheEZTt-rum-DhRw7UK-VJ57X02NEDc32o#> .
@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 a schema:Claim;
    dcterms:creator <https://twitter.com/pepoospina>;
    rdfs:comment """It would be cool to have a \"rest from X\" tab directly on X, where you would go to simply \"stop seeing\" the feed. 
It would be a white screen with text saying \"You are resting from X now\".""" .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmaCu09AEZ1kgQY7hXDfmI7rFmpMwUgPf2/4hCQpPqid/qKZ18T8PTa3MowLtXWWe6Q/lSfuvleaWousMIFehFnPoIF226Xcf1HvVs0L9aSBikevrsCDdVS0MGiCjbJw0fmiORd1k0yD60rZJ2LeadmzR5UdvyfrKhwmzqT2bwu9YmqPpQgP0FTMO14xnjEuLmCcwELrARdcylMnbkaEC9zT/+15aTMJJqUnbjr1prgSWnGmgEiQjdfE33qvCmzTbTEEbeFHHeZYNytKdYfc7y2BcHOdu3sPubVPWRKiQrIoNvBdXmEZiUvVFYzijb25rTBrFawQCy+Wot5SwLtLw7QIDAQAB";
    npx:hasSignature "EEs+70oPDU9lE27Rjm0I2+ezeo574I2F31PFTX6oOk3NSFfFEvnxjRFTqx1rG7mQGcZ2hi9U0A9L4pV9Yu6Ps3WJ0QCvkJEqrMFMiWfwtb6K+BboqDNIyuWYaRdzAlVqJx0qpycqfthbj+fqzDECP1e3jNiGoi9aB5xPSonhe33TPbtclLGWlshqNNpY1XLbp+68ZO1IGfS8vU8teBegb4cYCMWs+ZirIJ/lOG3d6y8mkzSgaV/7nS4S2gLxQwtAagloAHFaRcpFCgd7JS1Esgb1bvjgGxsVNqzHq36An3QGE5Z6zlQ0RimP5qq6OTW+QHMxYEw2MWq0DZAlp2JPOw==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-05-24T11:25:51.008Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0x23fC0DAb9BD663d1bb64B0867d6a00FbC8f0D08A" .
}