Nanopublication

< Home

ID

http://purl.org/np/RAsKWA2lmHRxE8zYObSPnRfZERoGvREKkYaKXG6xIBl_Y

Formats

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

Content

@prefix this: <http://purl.org/np/RAsKWA2lmHRxE8zYObSPnRfZERoGvREKkYaKXG6xIBl_Y> .
@prefix sub: <http://purl.org/np/RAsKWA2lmHRxE8zYObSPnRfZERoGvREKkYaKXG6xIBl_Y#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:keyDeclaration npx:declaredBy <https://orcid.org/0000-0000-0000-0000>;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyYgnS2t37WiuCuv5BsVWZ79tGpubRG6GZD/jYLyTHsLWu1O/HtVtOHk3+HoWf0xb4TFUwkm83e3BbXZ7OAX8OkvPi6Mm4B60zeRAxHtAYjxoj/cGdBOPTvEVIzowJzApS1JiWP1v0+VekUasI8DJ6xX2xh4GgiFdqJbM/k/EcZwIDAQAB" .
  
  <https://orcid.org/0000-0000-0000-0000> foaf:name "Test" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2026-05-04T15:46:24.334551"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyYgnS2t37WiuCuv5BsVWZ79tGpubRG6GZD/jYLyTHsLWu1O/HtVtOHk3+HoWf0xb4TFUwkm83e3BbXZ7OAX8OkvPi6Mm4B60zeRAxHtAYjxoj/cGdBOPTvEVIzowJzApS1JiWP1v0+VekUasI8DJ6xX2xh4GgiFdqJbM/k/EcZwIDAQAB";
    npx:hasSignature "ajgALfDXVHCpdloWIu9242Bso5LlS0f+oXzPQFjJ5dd2oicYsEmTMH2stGke9ZKdnYsCsNIbOGiHW6XyKandzw/UdJF3qP9mJVE19Mw5MO3Yq9K070PzA/WNz1nFLUbqGeirq+tUjP814b1ACSSWu4LyNyaqD8d8/8rkbenaiqs=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:keyDeclaration;
    prov:generatedAtTime "2026-05-04T15:46:24.334551"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}