https://w3id.org/np/RAaLVDunso5I_DcAvQfxsTR41wEhqyhtPf9sc0u9Di9PM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAaLVDunso5I_DcAvQfxsTR41wEhqyhtPf9sc0u9Di9PM> .
@prefix sub: <https://w3id.org/np/RAaLVDunso5I_DcAvQfxsTR41wEhqyhtPf9sc0u9Di9PM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4/p5sHRuI94XF7Trej4KRYYXQszlrO7I/JLdg/ceKgZIpJXdMUUwLgYN3jsvjw8x8Z49Y+56sYmTI3066Jt1Et29ToXpwfwiBfo0gzu3f7f7sPRQxN7pcJvPJFn0R4w7+xYDpNAlYj9xL1nHIROlFcwrB/Z4dtN00qR3LwVKGZ9Dyj0Cwmj2h6Y9GSvVxLuB2xd9YimCnqiyIlzc2DDwJw8J9Pd1Bo1NwNjQlP1NTYy1yndinueHUzyjFHoyOynViSg+/NHAiaaqJIMScxN1P+KcB2H6b0N3douz23m5DIZdUMbSzQ8FY2A9Stdaj2bhAaVQGKN8G2EXhjZA0eZ22QIDAQAB";
npx:hasSignature "BShESyw6RPxlKldyujooAQRBtJJhe388GPB+QAXgUJYLTNZAFv9OucmRkPYwaIDgFaLz1ZDavSUf3/v9LbcyL4rx4OooaW7uG/QyhQIQNGspvh3/Lq4PL0HBlbOHfukcQbut74S8eWw64odQnFfd1PC5AihL3NYIYVChz7blyMJpOycibWn+HJxyVDVgiGpiGRpl1Vi9kCF24HNB9xgNu9yz7HQRUNoh14iKrZ7fFBjvvcVvY9o4NLkCZA2oHr/X5tTQmPxbnYP4/VIoIvnmO21Ie5Zo/ULFT6ykO/wuqTD1koERyyMqBoQ7OgVTphQIQZHpGSAZYENvf/5vdpNfqg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}