Nanopublication

< Home

ID

https://w3id.org/np/RAxqtbL2dR0ZfVJEe1KF-7KTkJ_gqtMQdHsxfjhXZgbFg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxqtbL2dR0ZfVJEe1KF-7KTkJ_gqtMQdHsxfjhXZgbFg> .
@prefix sub: <https://w3id.org/np/RAxqtbL2dR0ZfVJEe1KF-7KTkJ_gqtMQdHsxfjhXZgbFg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv3l1lUvep0i+rcpOfnplOPSxmw9U+7Ydf/CV63kMy7W0ZEenArL9eKkNPOiWZNpC7COcphfLe7m0ZDYRntHcEQmogJaHmsSHTeJFiranQdez5B8fuYqajIBRzGydkfGVTeiP0P+YrO2dzU/8F1I2zQt3hT7/YaJycXBXkQoJoHfTxzaeURUCVJj+l5BHjmh5pnKI3eJxX7cvjX4OIsWl0je13PIDEyMYPNo1T8CXjRFTzV5WY50kcxikw2mn2CIduwmM5M3gNs0bczDaPqkYxOPzMfgM8l6Mi1Q6DLfqwm+q+OUMws5ch65Edd9nOMt8ejKDMSu9fjrw5jbmdWs+wQIDAQAB";
    npx:hasSignature "JwZJsg33t3O34AtwbJdbxisd4HQ4LquaCLcg8ituFqP9zIrNAtrVBxClypz725xHhUIYvygzscsJMbHto3W3GruOeMARO4ykOaNmpWJm+KKfV3hyFzD8xkTHXkKO7V0fItpVH01hNoaFlfNtxAWNvSGFWaM3nGZxuShZUKXbjYABHqS6xVffrrPmAvyAtmJ02BzDGH8NmuyxkO43+EFNXY8ny3UtK5dsHr83IcbBvikNJTQ1+dtHW4ODFbmAFK66X9unmzea7lTFvbGH/raoy8nxIofsFJSkiCkl2+lPa9w9rZkRSbHYPNZOHYDNA838bTZu4uZzzc4r1yK4G4MbYA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}