Nanopublication

< Home

ID

https://w3id.org/np/RA1lMCa8vHztg7hZ2GKC14dLunmewt8VbQQf-rmOubK0E

Formats

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

Content

@prefix this: <https://w3id.org/np/RA1lMCa8vHztg7hZ2GKC14dLunmewt8VbQQf-rmOubK0E> .
@prefix sub: <https://w3id.org/np/RA1lMCa8vHztg7hZ2GKC14dLunmewt8VbQQf-rmOubK0E/> .
@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:created "2026-03-05T13:07:00.570Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtiw71GRrq+hVc9aegIoje4EaRWak14QXAYO7hlMdDvFGhi8jptjOFD8rwrbbfuOvdoPiNoRCUuCJ/72hou+HUj+CNZyPMo4UUohVqL81ouai9XhQxW+qbk/n2UFqX30W2+aFShp31tZ+V6hvWlndxpzlCCovDXabZKy7KFpDtif5h49uBofrz0PbJpw97F+HNAq5lDxI+nTBHSaXyz2jpSV221V7u0c0VaFW94EEw8LsZVThJuL6v94sJQW8CC9/u6F/jzx8picPmRgr7eQff426ACflxNtaEgnCGe1KAr113L6Copou5O3isl5tosrmIk3YSM7Y8Wt3S3rulbHsoQIDAQAB";
    npx:hasSignature "QIStvxgsHgkn+CVNotWEFjNHYcetRyI+GrgXp0O3N9xHDVrL0TF+o07VNaUnTTrs6t725fDZ2UImeCM+XwhtJP+NeDThF5mAv3bMuyzVKJ5hSLGQWlZf167rR2CJ4NcJuQkQ2lqHVGu2QBjxwBtqa66P60eDbu8UY8a0jeO9JLqtI1SuSaW178/7Psv5LMsIR9NQfuwK77EvlzTQM6Vp7ke1XJzmnJBS456Y7jLdA4ASOq5UA5unNqUDp5rA82FMHZ+KEQDQdXQRAJqPi3Z49fqjfoc6pEbWPMvTPf7pHhLkkqpInpw/pbn//un8FrmOHiCoJtAXwrawPRi2spuVUQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}