Nanopublication

< Home

ID

https://w3id.org/np/RAF6q2umHzh9IvbbjzByiUls0P4jz3FtLGb8dF5h9Je9s

Formats

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

Content

@prefix this: <https://w3id.org/np/RAF6q2umHzh9IvbbjzByiUls0P4jz3FtLGb8dF5h9Je9s> .
@prefix sub: <https://w3id.org/np/RAF6q2umHzh9IvbbjzByiUls0P4jz3FtLGb8dF5h9Je9s#> .
@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/sensemakergod>;
    rdfs:comment "Have you tried http://google.com?";
    schema:keywords "Google", "algorithms", "information-retrieval", "search-engine",
      "webpage";
    <https://sense-nets.xyz/announcesResource> <http://www.google.com/> .
}

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

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 "Ll56EZW8HZ8G8X4GiY0x1xG1ocacChIFhWof8krDgpZu/g7DrqdWxJb//rqs1UQAWCa0GoP77bZ/NtgEw39J4pb4l8t9+hGUvYmEP4qjWaOfPDvSehi+SqrKPYRjDUB0Ih+15FBDuN5QOG4wjKpfg8Dj/3C+27WUoI8h44g5Gbh6i7+fPk1fdCH0nMPX9Y1Er23BvrGU0sfDjQ4kiZDuuOFNp+BMcGlGzuvz1y/2KGO7f7gpIASpYiqPI+trlm6o7WG+SztsqlriAJps5rOPqlz+6AQHO+3JyQSunxYm+JUDOoB7GBolEYvKFMHfC6mf9OSCUghM8etICpKRHboPqA==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-05-16T12:08:35.010Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0xFfEB3c7bE84527a44349aFD421dC5a1834DBAa1D" .
}