https://w3id.org/np/RArKVQx-NdL8iY3OQart6R4ja0q9047o47JLxvLtiD5Bo
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RArKVQx-NdL8iY3OQart6R4ja0q9047o47JLxvLtiD5Bo> .
@prefix sub: <https://w3id.org/np/RArKVQx-NdL8iY3OQart6R4ja0q9047o47JLxvLtiD5Bo/> .
@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/> .
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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}
sub:pubinfo {
this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2tDkUY0MtWfW4ah8yPGHvt2NoUITRA94D2satvN2Z57lZb7KgUoVtf5wgaELzHun3ryuUEIUfGm1DMBUgRfy6uerUDshV53KeoHbUbAGoUjb0lS4elenB3tDFztXcgjwctPLUHll1kJZL0MjUIESh3ECYDbl6TYCP4qtzps5mIyly2UmmiORNFXtRSBOgUeVwylTUc4WXuPJMdBdcQa7iGcI+rSvqElCU0PCXeEiDaK4iag2qs2zhPr71x31Uew7mIKdVDIMSH1Li+qV1h7fh3yLkVunjLgJxTuSZ+x1y8GO7wD20IHAYjdDKLK6/E1u9yca/qGJr462x6fdugWc0QIDAQAB";
npx:hasSignature "XDqdD39IYjOkyssGUK2sB8MCZyY1Xzx90mz9bUIx4muz+1a26VhzaI+0NzO64bP2eJDDqWynqLwpmJeZUVA3VggQzoWYCsgjpoctbK6vzSomFLYpUhSQpz9+EDEtnh3q5BOCkwl3X81L+KygwsvjMe/1psTCfXKXQKSIPjk1pDoHgcST1cQWqStFYgtYpIo3PI1vnx1YhzkPV233R+vJ+1fuLcqu9riehxaSn4EijvUmdyyz4cg80PnhusGzE/nPmBumCVFaLbR2ubexyxUppA/TccegKnvSSjJpC5GNoiwjufP2a1rCNkZXZmOHMrUDoSCIX0wa9En81grTqY4nqg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}