Nanopublication

< Home

ID

https://w3id.org/np/RAzmUKxWxanIXyDyVib1rgZdXSNvfl0i-V9REssPy33LE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAzmUKxWxanIXyDyVib1rgZdXSNvfl0i-V9REssPy33LE> .
@prefix sub: <https://w3id.org/np/RAzmUKxWxanIXyDyVib1rgZdXSNvfl0i-V9REssPy33LE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvXOWfNhuFJgiPYzr8AwXHfGdbG7KsOFi5uxHtyiVeG+/dA03pioJj0Crz8ENsbqRMZwNinVXsksVzyLfAfASyvTK8PvDm6Fx7P5P886baFCBlWzZKbOWVHfI0dOS/N5a+rmkDe62Seda71KgTxroIZQJ8p0ijDLoVWKTpJwNBK68kikzFK/bIXwmzktnw7dBbxT9whho5HZnWxdjRlAd9LtUfb7wJjErpn5CJw9EUdMLz4PvgYh49CIrIQNWq3gUR4o94Vf7VOpAopD73YFQMTXhbfzDOe7b/3ol5fD6rGaPzsVYImomNai6gMXlc4o/z5NyIxMK/g4QpYUgjYHs6QIDAQAB";
    npx:hasSignature "PLhTqH+ULhegQ006YmPfvW3Cp64VWB6UbnFf62R3wrD5jMdcnZKoP2CR3ct4CIcRKRQpuxrrh5ZTxesXX94bg4U7k3NYvaulbOxAs3rOZwVkDmE23Lew/V1Dk50Qhmo+EQutyl28tAuBLwRJZ6FUb2Xzv9q87hgCo7ehqE/ecRJFocqDIwt54ruumfsvrQ/LxjPqE6+y2Jj6mbEQRuv+mtEUYBYmvSB2J2J0osu5FQe7hvdWZROM55MRwg8czC8uwdw03FVJQqndbRbiYtyLExqPKWn2vYxLwfZNlzD7kGde7IP8o8axESJUqrhEmBg6q/lRCSF1iyp2w7cYMjySYg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}