Nanopublication

< Home

ID

https://w3id.org/np/RA-GpmH3X-S4QBzGsT1mXqbidOlj05EU7pLRNvgY7Nsxg

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-GpmH3X-S4QBzGsT1mXqbidOlj05EU7pLRNvgY7Nsxg> .
@prefix sub: <https://w3id.org/np/RA-GpmH3X-S4QBzGsT1mXqbidOlj05EU7pLRNvgY7Nsxg/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8sAfaV9rxwIBXNGEmMdMlhKB7asqiawMF+BJBNE4nTQLP1chvyprelMglcC7eKorsFjziZq6F548SfutfJxZMkPPSur9VZuiq5+seU9TIlPRxrEQ9sgf8VRtttxY0Jk/nIFGUbpUhk+VTd722M0JjapVGhu34y7+SWA6x0WitwnGRPwPeMi1XLNsNN0ZtHMAyEjenStewMMSoO7cFOAYlry4c58zF5gcwur2v5MepaDLm+EIBtj/ssJy0wOfNSIWEkyfSZu9Ot2M2gPMZvI8OzOSEPflSloGM0nYn/w81RkuMTH9pKWcCtJ+GIwG7aHpI4vlg5n14ZaM/oAmNoKw2QIDAQAB";
    npx:hasSignature "ycmey4ZWtVz34DmBe9Xm4hGfCv93W+XK6uzE47mPPcdW40FykJNlthck0YT9V2pfwFY/6TvrOPY6q31liK0Y7FYtt7aLU2Y5Avz1CUDgrhVrEXXchlayMKIKSCoElo1kNmgKAg4DJEiqP0a5cXC1rmTMyyaz7W6e7hpIG/vvSEyUEXxhXUxbE76y1xEKhSFyaFHGnXTwusIOVgCWCDPFZDUr8k4BMDlEcrTRY2m3HN1EEmmib45c9OAO7GzN7LlApl9XJuD+u3ez54NZCHxFDEj7f5f6wjvxjuyy2AFNnZaO/9LcfPX3HOQqMJwhqF812Wa76jU7Km+HHxPOQF84Eg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}