https://w3id.org/np/RAhHUgnHS1PXso0D-OQf-FvK6Gap7yczpcuh3QesHgFw8
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAhHUgnHS1PXso0D-OQf-FvK6Gap7yczpcuh3QesHgFw8> .
@prefix sub: <https://w3id.org/np/RAhHUgnHS1PXso0D-OQf-FvK6Gap7yczpcuh3QesHgFw8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq73LlHPzas9V+9+6/ZJTrCt1zOZOZkFejNA6rw42SNAlhkss+P2iR6wKAa8nZ7DLfFik2mZBOUiBprwv5kxek9Ek3sFWRp7F6vSpcrvPtrD9A3/rdhPS8IaGsqeHCxJAepXZ6mYrMTATHtBhyCzZGn1txGnbpAjXR1lIQSQlxUDAo0crxNxvweHhtv4NtpzPmX/ylDp45WVW4zZayRk7aA3coPtQFHrO98nLHXpBmpUJEfy+BygFmGpaAnDsXBRgE6ZybqChlwUuWiEJL6N8f5p/BEGpLov7ofShlqoh2XWh9lwNPaRI2C6yJ377Izk6QPOycnanAgcyEhJiw9c5aQIDAQAB";
npx:hasSignature "Nzu0Xyil+FlcqJwW6YdWL32P01fnEg0LFgHJNqOr+tasf9iauxBieiI6fTVNwfRDouLLEgDinGq5Gsv0dbY0vnVkrL3emHOq4yW4oy7+WepE8xkKCLBihifbjDQJZHG4UT675W/cdKPp9tY5dz5AGYz3jveqCnFq6RSjCsi8g+W0tcIIVSzTt2k9nBrmswutM5NLiHWLdcUxhJ7Vv9RNmhXCz/e5i+Ug1Q2Wdj6aM+dw20sskNKTXFqYvegfzHDm9kng5dhhFSN87OfthPfEs7pION5j0N8uMwcqgtSgITB/Vv+cp/c7bKS0XZDjGm4JrJKzdXbdcBbipyb64lg76w==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}