Nanopublication

< Home

ID

https://w3id.org/np/RAhx85h8ZZ4nAnrlWoTK4OSVtXf7ImN5jAYZICHrrSh9I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAhx85h8ZZ4nAnrlWoTK4OSVtXf7ImN5jAYZICHrrSh9I> .
@prefix sub: <https://w3id.org/np/RAhx85h8ZZ4nAnrlWoTK4OSVtXf7ImN5jAYZICHrrSh9I/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvvlc96oR5SwhlY8wCIXWw1iflviwx4oZxxVaIPru3o6rVB+/ABjN6ALGi64c+GZ5sxGHNZLjZsb2Ta4oe76m5+1nJ8ZaVVhmTx1cnJ5dllCvtkTx8Ewuk4kpCB/+NfciKhVRJelJaEDBAHM+Elq0EZd6OtN8lXb5f7jTShc8tCv9j6tMrlzMvNdUXlix8rjxOd8QfRZOOQbb+o5F3RRDnYuiRO/dQKlsaBP2NyTKn56ZOouM2JYWCQhAjBb4aP9JLurdchy8Aa2hkgm6wADZtYMS+hc/CtHYTkRybeKxRcvctGuWiNkT0d0BVrKJwux6KQApRtupRCpp/c78Xox6tQIDAQAB";
    npx:hasSignature "V3cNomEHTtRn36oNNko8DbLSAVtruzrMPt3brMpycUe22Frfb+3qYP776Qip14fU1Xnt1a8lUTL7zFWv20GK4OtGMtEFbVo11vifF1NlS2UIXOi63RA8J/suKKvTS31xmiMhqtva4cyFNWYJE+eo+C5uPN7tbrn85Nc8HTp4yQDtNs5+AJEyAt3H6Hhc8ZzZoBDYd9E1rf6lSws3sbjcYqT7cHREGyrK5iHSTaPW+dQ/l4ruQseEaTYWByOxNvknUs8DRI/clLy2zZsFGqOSF3kjIQJ1ycVSUHC6XWDNvzEkUqdPph0IDlqsHZ43izqbDkTsnil23LA4Nm/EH29ang==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}