Nanopublication

< Home

ID

https://w3id.org/np/RAF0d4PlqzRKVr2svD1PHozjWCfxKiEE206_JKnu7i3kc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAF0d4PlqzRKVr2svD1PHozjWCfxKiEE206_JKnu7i3kc> .
@prefix sub: <https://w3id.org/np/RAF0d4PlqzRKVr2svD1PHozjWCfxKiEE206_JKnu7i3kc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5x+I/076eTDQbxzOprsO+dMEnCIH2+TinjOM9VU1YHDNHTACdCORCw7X4oNu+qrMNZEqo0939FxCtOeJqrMJoFOyppNLzu1/XT1W6AP4faJqNVVoIoPFn6dwdZvEYCdruJDCab0ElvrwAzKaCAJ+Pz5LcT4MYdzJ5XwH4/Hugaw5xdmafc0aXazk1S9e9LrLthRW+bPyifDxxB4x4kGvOFtl1x6o/3lw/LU1t+4+v0Hedg8znkVNZpjZHE5e//P/gNmFNoYgRqj9rBQBTJujLddkhUV3VX4tqFLxGLub+Qd+ftF/LSbtrD9e0dRYFEoXTGXt1f/+CvMi4fjQFdHrTwIDAQAB";
    npx:hasSignature "JQ9HcGUvP14LOnm99SEPgHaOEPdEohak2cuwUH9RmU9xstlNT3UP7ESt92LedOei3Rhq9WGMcOiwoq3QK9Qqms+IADnkRyEuhNNHpSa2PGsm9csuq7Q4P2P/ZFLg9ICeSOZFwsyeRpTcLtczzHRUPT2BeAHwjcqVvgjSsAUD0OH+jz5/i+rzrnmm8g8wJj/k8I/GYhjYzaEEoxlCLKIZoZTkfa8lBZgr6ujTG61i2Q9Z/Kz+E/wS1iNyB53boxjlqeAj22BTlLfjOYj5CsBqDmCNHR1Ke7hYDrttq4K+KaukV3UwtG+spouG3dBcPB14Kx7ZZ8kmY+uzO84flUh4sw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}