Nanopublication

< Home

ID

https://w3id.org/np/RAIuYRYKvUs80NRWMIUQ-kiGQ_amj0BYAzOp-iq4H8Dlk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAIuYRYKvUs80NRWMIUQ-kiGQ_amj0BYAzOp-iq4H8Dlk> .
@prefix sub: <https://w3id.org/np/RAIuYRYKvUs80NRWMIUQ-kiGQ_amj0BYAzOp-iq4H8Dlk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyosssJ8XAU3GOKVoxaMgQhEnW7Oy5NN38Oto7tULSwN+EzpC6sc5Poqozknr9FAI9PrasJJK6hLCIfLT1WLSOBiCHsd83l27d7Nwe4t3VNpL49HebHSwnDLsWLu9JKzElQFo2B+eYbxYVf+teRpIJdhUvVb81DsS5vXAGrzTNNV/rsoz1pzuI91gYWcgJFr1rGOYp1cn4FN6KadaNsVyYUkoubLwV7NhRhM9DvufQRJ7quYPHFa+N0m6kxOxhGucZccsaB4ifQm+IcrX0Iie9tFKOyMQ+MY+cHywIoIxs1rwDK+ULDsED03K8ZPYPhDrz3WeWH9qPVFyQtiYdExvOwIDAQAB";
    npx:hasSignature "L4WcELKHPuZXRlDTDm9Jzs6lXxl2qi7edoIdFZnSuk4FjL0g/za6f1fOlixl32FC2+VaNEK1J+CV29sh941yD4MYm8fbc/16jJsXGAgv/lsHgELvBUZlkNNOz5TTXKgxdRF+R+3P4g3rmMHG2HtnIfZJWbcoOf2HH5LHeWqxvDtseNwIaNyWTuEBIuzFwC7HRw5oeyl9wP852jevFPBu4Q3p1WnKmZZ/hm5PtBLOUfWCLQodJ802NxzmmNBFCisglVJ1ppXTZxOC4Bbww7jRrDBmVWdgLwtTP0KWhxEP8V3Em2UdzcmqhzP+zZCemCUN/c9kUxbPqfzPuuPMN+H43g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}