Nanopublication

< Home

ID

https://w3id.org/np/RAk9mtA-N2nrDfSKmkZUHXkzGn6gnJO-7rTSwLcZmGV6g

Formats

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

Content

@prefix sub: <https://w3id.org/np/RAk9mtA-N2nrDfSKmkZUHXkzGn6gnJO-7rTSwLcZmGV6g/> .
@prefix this: <https://w3id.org/np/RAk9mtA-N2nrDfSKmkZUHXkzGn6gnJO-7rTSwLcZmGV6g> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .

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

sub:assertion {
  orcid:0000-0000-0000-0000 np:name "Your Name" .
  
  sub:keyDeclaration npx:declaredBy orcid:0000-0000-0000-0000;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvGRXPaeZM44iuxgxigSCXd07lft3LPTVrZ73f9AhfJZbeiXBrkivkYrpMMr54Mm7BOOHzk6ZcR7N7psP28uFN+LYxtgFiFBinJX6hm/ecsuTCOR7MfUnOueoiweAU6o4WnJjRMHmVycrkuapx3wo9RAS+URaqtIBbtijJtx4DfdXi7HvCdyoXCh6XYCu6s5SwzGY8xyjDp6XyBiLj6fNgqwUqaSQZyJ4+lGsjzn3GQN3y+2KEgoDLLAEW4XR5j5oQ+qRjZMbFWfJmfROKLQO5CvPCaIBu5P8n4Uk1pqP1NhswxrQL14VLnknER+diybfafzJwaErsXxZeariQruyQIDAQAB" .
}

sub:provenance {
  sub:assertion <http://www.w3.org/ns/prov#wasAttributedTo> sub:assertion .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/created> "2026-07-30T14:58:08.936Z"^^xsd:dateTime;
    <http://purl.org/dc/terms/creator> orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvGRXPaeZM44iuxgxigSCXd07lft3LPTVrZ73f9AhfJZbeiXBrkivkYrpMMr54Mm7BOOHzk6ZcR7N7psP28uFN+LYxtgFiFBinJX6hm/ecsuTCOR7MfUnOueoiweAU6o4WnJjRMHmVycrkuapx3wo9RAS+URaqtIBbtijJtx4DfdXi7HvCdyoXCh6XYCu6s5SwzGY8xyjDp6XyBiLj6fNgqwUqaSQZyJ4+lGsjzn3GQN3y+2KEgoDLLAEW4XR5j5oQ+qRjZMbFWfJmfROKLQO5CvPCaIBu5P8n4Uk1pqP1NhswxrQL14VLnknER+diybfafzJwaErsXxZeariQruyQIDAQAB";
    npx:hasSignature "VQ+6sevET6K1EsdijXAOSf6uuRw3Z6Rz4klSLbF9OcHZKRm1/yhrFgmyaV0MOU5ElyOuX1Ln6Yzs7uCbG/B8rH/lqxwkQMSBx38fjrAj6TKr/i6oPmRthU+r/QMQluiaeMNNrAEcZBRRwW5cOD6RlJmxAx8+CIPvvVZGziA1Ub69DvOD5gAXRTeG/p1YCi3CLqmQdd5V9OZwte7JgmC4lF1tp+6WiappDZgiDTKXpataDFWwL+mMSxs60EA0Njx3axoT/H1aCVsqunVKTUMHudSc2Kzw6TvVd1h151wuApcw4nVVmLaZyXrKCFDKAMM4/n293cVkxZ54531rxE1sdg==";
    npx:hasSignatureTarget this: .
}