Nanopublication

< Home

ID

https://w3id.org/np/RAW89ET6blYqT5Qv4fipG2BSzYHQQSuPJKJMTJFRGCZpw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAW89ET6blYqT5Qv4fipG2BSzYHQQSuPJKJMTJFRGCZpw> .
@prefix sub: <https://w3id.org/np/RAW89ET6blYqT5Qv4fipG2BSzYHQQSuPJKJMTJFRGCZpw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtEsBOKicjoplXVEfiWN28PHblmzXA26WQeWElE6jhWKwyIGaBz+6c0cQ5HVG4ardnZNr1HFe70I6/ehFva7PriaEDIlVf2bqljlhEXGFy2CN3QdfNjMO+jVPqyTTtl6FyAT5o/0E+r7eLOyuGHlnK5JUZAXwcsh8BtV55o1WuXSuTdpoea4D80AbLGaZMJwhuVAJWpedIqfm/qipnuwqrezea2dNcZi1gAPd+D7gmD2T+VUIp7SbxwRJi3Rb9bv/pBkeYjPQDgYoUDM7L8ghPafeXIvO4PjYv+j2rMlFv1aHb4Bta//WfvQwlQpfl2H75m9ho4MdJHJljpRnX7PvFwIDAQAB";
    npx:hasSignature "QDwt2Uu9GNi9Hao0hg+e86LfYXJ7e3PxLYmQBRopjOVT2ravagt7ZMmygPNPtFkjTMCjy6FHeHekqVxO23uWoclLrMmt4e0BerLhzZT8QECTvmjlMjN/G01TrfXRSPKqTlFYvdn+zr2QxtKcce16fsUJV3iwIy8NoG57Rvie9gviKVtnGfPBb5JcYcrnanPSO6psNI5lq5us0bATwGeczx5LLBsq1KSF5pMMnMHjJvM/7ZSsxGj9SFclsgV48iI1jcttoRTHnYWIdJ7zteFFyH46APtO6/diQ6AA/85y2A8BAF3wX1SrVrhnAhS0pFvCJR9Yy5ibxUgv+IeWHF1jhw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}