https://w3id.org/np/RAx1mlO192I63ZyRP7BRzZlaYQMuh7SJI9Jysa9s63Pf0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAx1mlO192I63ZyRP7BRzZlaYQMuh7SJI9Jysa9s63Pf0> .
@prefix sub: <https://w3id.org/np/RAx1mlO192I63ZyRP7BRzZlaYQMuh7SJI9Jysa9s63Pf0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp0zc/jvpXl5lkryq9jsuZU3OWTqEBLrr48dAhQxES/9PAl74xFln46hqEhbE7Kscg0D9tyxBOoUccmoycGGcLoMlZYsF4hosYIOQ7Gyr0AMAdyk+uRe/Fc9iIB2KU2kidAgvFlss/uukdRGt4AIObul/VFS0muc+xF2aa1kykQnzwjQBIUKvSHmuFqG72zqaREQyioWu4/ZOFzcD+2CYTrIwIhRb9EAthDnv6OqhyvmTwkqIpRFs4EJ74Qmaf2fiZIpxycBIL+6r8zOGb7GTraxGDf9ONAj0mi7T9UiczHoNCNob3Cgsyb3bFtyygl3fjBGKVPddCPTv60iv2WmobQIDAQAB";
npx:hasSignature "EhuM+szoQGSHNOMCjmXNNUYiCtTsrCVH6BtH2twLn+3BanrYWbsZoHz7b4dBsQwH4taDj3piwqy3DZLtBY3ekWRYsmmV/BK0oKf0D+7YboxyitI6kp7uHwyM6vdJXDEwQ3p0biPGxHSzHDWkdDvAff5ke3wPcT6ZfbQypn59Jn0nJHhXWlP04ZYGYGJf1DrB/mq2xoTHamIS/OXxDIstyvZt3uSub4wTf0ROhJrUDw9oHyuVlDzo+PJLq9GzHptbWYZmec1pQRaCFY1qn3eOWCIqWuwrUdDz6yekZdL3YKcj6a6J2/9ST/KBQdd7Rgv8ZZBfDpg3R3iTVS/GckxcKw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}