Nanopublication

< Home

ID

https://w3id.org/np/RAfhRDS528k_gikZy2lYFNxl__KK2UpXokajU2CiHBMD4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfhRDS528k_gikZy2lYFNxl__KK2UpXokajU2CiHBMD4> .
@prefix sub: <https://w3id.org/np/RAfhRDS528k_gikZy2lYFNxl__KK2UpXokajU2CiHBMD4/> .
@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:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA50igdDryL4Dq5Ntgc4ZSV/dRi20uTRVsARmXpZU6oEOTY/TMR+e2+8ZjV3tBZFB8SwIWnS/Cn6yL4yMA+fWyoAQkym9DYVr7tapc9pROSv9qXU/ebq0ZzttkIPVdqkfJYFkET/DkG8mEa6IdxQnuJKiL/KaGio83K2S5CgKA3RyEJWXmvQfkqJ+SitUdaiGUgQZZG5lLfJAAZ8QpZmgzH3QjXu8i1vE+yQfDZ3kWoRf+JAOzHyVTeeha8Ml1xa176UP7jN4Gev1kGOtKlcy+ShjJhM82dWo4XBTG4QaNhFAd5I8xDGYH881a8CfJ1J6V384ui2S41Edgvapj25OC/wIDAQAB";
    npx:hasSignature "VKH4ErMZ54fpGeQcqv2bj81Eqt/tUC2XLUfomTXS7H6y6JOUOxomkD5gAeNZzQRPg7zPnkUxAM2J1kMeKMfkdrhYrfmXpld1FFsrUFBf5RCIKhZ3KJh7MFZQ9Ap3V2nRTGZROblnNIHNxVbhALUI2OsHSZnwJDkw3lnXxVF6ueFyR+/ZtFKCNLxlrP22AWqIbQnSH3pKDutfgB4vGfFeE5MLt2ladNC0qfnKtwcK9bsUvrLJiFuZenmdLyAxt4GuUIuaTcnzGZ1svEXux1FNxCxEKJ8DqUyhe4d8SkQFNKIKe0Y4VEneq7FXPOQ2X1pofyPed516QdtTXsBZ5MXXuA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}