Nanopublication

< Home

ID

https://w3id.org/np/RAEVwckAHfndVs1ax8tu1J7Ltv8vnbCMALabla-Lh6cY8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAEVwckAHfndVs1ax8tu1J7Ltv8vnbCMALabla-Lh6cY8> .
@prefix sub: <https://w3id.org/np/RAEVwckAHfndVs1ax8tu1J7Ltv8vnbCMALabla-Lh6cY8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+cVVOHhY65CSXL6LxGQhBgjw17V+p3lqOGVDp1IX+8bN+lXN4Rd1j40mps69pGSCfF35peBPsxvxRVsFxW4eP+ruaVW2LdSkQS+NJWAuSoz6a72yJRVtu29/Txb0bxBXcZJGcqj4jv0Oujn0XWDu13xeSptyZrZRKeB5ewvtI+I0HUH9HZg3ZpXVZVKU1sQLFr74OO9cymJS3kESwKddNsfMPCnOBy1yQMCY5gO5kDuRoKLwSLch/nPOYG5QxDihXdM/JHE8w999zL4SSzYnq0JdXlAScJYd4AHYenesh6ddyJnSqzn3jv3NzPUtVKbsOrm1KL7zGuk5y5kKzmNvQIDAQAB";
    npx:hasSignature "wZhc8Xs93VH73nEceALe84MrBRnU03DrJ2n87WkgktbXmWqhkY/olpKOtWNLTcGtxVxhDuKzItw0GwfBf+80L6NESUQf0WtwQh4WjmPkxmn/+AkI591rFMsJPIqZDnk1syUGWdj2dAsKzsxNJHbemYByQlcVZtpfOiElOsvNTxdQAmwGkNOltnAqm5ERZwvnKkNq+CR/+j8wRMW//j0S0jDV+KnANGdonG6YebpoH5KExNMve33uO0IiECFNk22kJ9axa63lLA7yeHn6VDfHpiFR0WdoNnkhysljvQiXWGu1teWN2gIVBV6RVaCIk6ukV77vwn3JxMOQavfGZ4M1QQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}