Nanopublication

< Home

ID

http://purl.org/np/RAdqpJMDhlDKuWDeWPMgvrT415wlP-EpQOPXuJqIb23PA

Formats

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

Content

@prefix this: <http://purl.org/np/RAdqpJMDhlDKuWDeWPMgvrT415wlP-EpQOPXuJqIb23PA> .
@prefix sub: <http://purl.org/np/RAdqpJMDhlDKuWDeWPMgvrT415wlP-EpQOPXuJqIb23PA#> .
@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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDD6Ky1jPjIvPwLXLKQqljR4YJhXGxS/RvgxEE6rcRaxfKWzg2nO2zFLrAn/87fZtCWmKuUodwJdAZuJtoaEhwLYOZZ0BPCrdc4P6ZWTUKnggprP33oN9g5DstSMk2Hyfs2DImrYdBIJ1WLJJhE4P2guLljKFgIZqurYS3zSondRwIDAQAB" .
  
  <https://orcid.org/0000-0000-0000-0000> foaf:name "Test" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2026-02-24T16:19:53.333680"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDD6Ky1jPjIvPwLXLKQqljR4YJhXGxS/RvgxEE6rcRaxfKWzg2nO2zFLrAn/87fZtCWmKuUodwJdAZuJtoaEhwLYOZZ0BPCrdc4P6ZWTUKnggprP33oN9g5DstSMk2Hyfs2DImrYdBIJ1WLJJhE4P2guLljKFgIZqurYS3zSondRwIDAQAB";
    npx:hasSignature "CqKHAX3GQgL6LwsOZLIMVzZqVoz7tLjVws9j/tED5yfjLc+UXSuQzIvUz2SW+TnRrYOXEKZoybkhhaQzpVIF26Wid12EcWshr3f10vqZa6DrXUuwBOfAX9mO3ab9FRqA0rdbnWVwnILBkH/I5RmuCuk/egnwRrCwjJpYM1V61eU=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:keyDeclaration;
    prov:generatedAtTime "2026-02-24T16:19:53.333680"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}