Nanopublication

< Home

ID

https://w3id.org/np/RAirVA0CaRhBjv6OvAtikE6WNw8Zu_w9Z6WtvW5fITcxM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAirVA0CaRhBjv6OvAtikE6WNw8Zu_w9Z6WtvW5fITcxM> .
@prefix sub: <https://w3id.org/np/RAirVA0CaRhBjv6OvAtikE6WNw8Zu_w9Z6WtvW5fITcxM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1KZNJGevPcdS8ZEy4nvst0B6qyIv6Nv0/m4jO7Hdq7TYGL7o9wDb+ZO8tBQt1lXYQhCTkyLx32y1hvJkV+sun2+sd4aqZ78Tj8EyWqp5zktvoqBx4uYXy+xZtcl3zfjAWPDL7bTVBkZWNRn9u61Ap0bhZbznUDaqkQ2WQTn+t2tokyGIan/glhGnwU9RMA06o/iYpWDnfUcPD5RatBvMp1RgoY+WTlmdp/98qHS3/Spfz08Ans2Ys929nPdyAaDYJbEeQrN/tTojVQ80GmtX+i5ddzlJGjm1JfiO3NSH/Z6WRs14z/8YeSg5eAWF9728jl5qZ2C9+ORCM/I9+c975wIDAQAB";
    npx:hasSignature "lgerM2aEo6/pBqs8PU0M4lG073z7tJJ2UaOgOeeQWeDOxY89oH3f3FC76TOK27qRfPBnvnmo0ONSs/gZSudNts/Fid1k6tsvKjC2p7pHrEih/oM7hXvl08YAyzF5B8JoO8GutnJO1Yl64IHeHvkaI05pf372gVtfQC+Qs9bIx6i6gKCMj4V8fBgrzU26IBLOf0xh0mYJldA7jPXVoq1k/ReLX62wEK6rgoOhCP7R4cgZSMUBXfcURGkFU44jIOt77C5Ad0/h/SvvPKSXp3+pVKX7fzUrG1fZSLnms0cKzaspmVufSNuLnWYKyR7+aQ5s/LU90iPt+AuTcjhl6mTfQg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}