Nanopublication

< Home

ID

https://w3id.org/np/RACaO96G2LjYYHzfRqjs8fqtEX1nCqFhbQV3GF8d7aNL4

Formats

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

Content

@prefix this: <https://w3id.org/np/RACaO96G2LjYYHzfRqjs8fqtEX1nCqFhbQV3GF8d7aNL4> .
@prefix sub: <https://w3id.org/np/RACaO96G2LjYYHzfRqjs8fqtEX1nCqFhbQV3GF8d7aNL4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoz4dTTb5mqWzQr4Y3Y22SbNTrlMEuDZQ1dkH1/bv52cHpdkkOVxmMVoG2GlOsIPaxQU7eq7ES5sY0tG5mw/OOIAG9E2JktOghGZ6RLxSOht30W9i2sqlKlP8iuxw5e0Yyaf635yt4l9+aEC0Y5evu7TgtqFf2kM6H8zWVt2QwyI6Krrb8PXuEIBLqJjdnn2bjsLERK2Bg/IeJHw843YLbeOeLdQXG0I2cmTVyMjoVvEa/udXUN0ge4VFKQjdoHEoAlxK3/npCDnsu8wquHj+gheC9nTT3mEfyWF5CPuxUvgz5BfP3gLNEQ8gt45In6XxG7bleyGCPQENT6It37WlawIDAQAB";
    npx:hasSignature "e0NVLtpOWZztus4w9eFHIwDcL2d7Kmln9m7pFE1+3w8HphuefcL28Qcngh6vIEohuQBa0NU4IN9vFO3VgruRAhyRvl9tj3PrMXEL4LKkNcEliq7VnVXJudC+f+Y1QepVb0WoU7UP/3234LrLBzSlHexUmKNNa3UINP70EWAxAAxWu6BO1vbi7i74aOy9mWIVuN+odNK/1vT54bFTI7HbMXc75qKk24js8zzuaOZD6Q1+hj2rRF8iuTb1wkQCUctZAsPQLn+6zCHigKkDACjhZU0AltCxm00tA3h6ojZ+AAYonxqRc3QygN06GxaFHmsj2HXUF8jmyp4qcEAMy56PyA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}