Nanopublication

< Home

ID

https://w3id.org/np/RAsw7lsNWE-dtcPqZJnRBto76U3pb5L_lC0pSrEMjDNag

Formats

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

Content

@prefix this: <https://w3id.org/np/RAsw7lsNWE-dtcPqZJnRBto76U3pb5L_lC0pSrEMjDNag> .
@prefix sub: <https://w3id.org/np/RAsw7lsNWE-dtcPqZJnRBto76U3pb5L_lC0pSrEMjDNag/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:created "2026-03-05T08:23:25.953Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqD5u2XRp4H/arP17pszZ3erRwYa0qHSrk4I12gEKmLrT7zkyzZzfuFES6rpvSupRVtwW7fyiwaMhr+cv2pdVJn2tWylLEgqdi9QTXw9opu1ShBZOrTYs87HFOdJQ5mmI9zWcKxGWmft6oxhvWYblXS0qH7jXD6qK5IY9uOa+rg+qaJs875iT0Fy+vssgBM++W7pBGOP8EUT4lz6Z/txq3N0MI5RjswHOkm7B0014ZJF8IjgTtt5G6ewzH/y/I/q+hYCFJwzClAPKw3pk0BS0GwAqOMxfMvSB0EU+Ict1nJmWwYuWVnVr72XN1nuCmc+/ZWw5sR72hmVjEx32iRahtwIDAQAB";
    npx:hasSignature "Rcf9SUrYbZKRnsEgmUebz2QlHTbnh4XNJJdMWgKhh+qsUym2/NIIH8MzssrKPmfeGPck5pjLdv4bIADz98L+kAmXfi9+RLdgtIFMhc+t1lqyxzMqj8cv7uozf8ShpI6Ns+6psSPDOeDVOruyVkbg4Q5Gly5lc2+t5PnUUpAiv3EN8LieE02n4o/yZlHQVfHXktY5IWkuaTDKQzSzVNyzCyhl6dad5uaujHOlo5Yoh+uu3f1Ur/Ml7GS2JcwMxIjFos9JBzHcHaD6lGh2C2x6SLI9EtgyIHoY7QVBffl/HoNV9RndDfad8+QRDmTOnAky0UFmPPv6VPIH+n/RbLJ9ZA==";
    npx:hasSignatureTarget this: .
}