https://w3id.org/np/RA9HYH4uOQPVkGpBVXmc2jGo2EI-3V6wf3hUODbSRSH9w
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA9HYH4uOQPVkGpBVXmc2jGo2EI-3V6wf3hUODbSRSH9w> .
@prefix sub: <https://w3id.org/np/RA9HYH4uOQPVkGpBVXmc2jGo2EI-3V6wf3hUODbSRSH9w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl+Nnkg0nNqLVtDlNTYpD9iXmS5M7geJUZ0QJ8z3j2khm36hBg/iLi6JK7RHmm8kzaAZKwr3k0CUL5ni/8qXN1yo8l2iyI7iJy76v1xzbcHd17GpcSw8Svg53li1w9k+G0unZOmZibKB6MgD7QwKLmXEHFbTZAzS7r7s//RlPHlILycrdeS88wRSdD8pDrCYcDffAvmGIj0qCr+0NfjWlflPhhaYcwCg3J2BRwhe18JsyEUgK6zEoN2xa310QLMOmZRphr7NMe3pP+baqn/yPxdEdWJvMvKgcYnfaQiAqISWCGw2F0jQzZZsfoQEKz0wE/7itrxxntA38RN7uE5L1ZwIDAQAB";
npx:hasSignature "dl7OFIh8+zZWfd8v+0kvL5sMKAdVsxKD+P3s5arJVNivv+VnUqs5KdXKGYfzzDfaLX85kBJe8G1v6bICMQVA5LrTrHLTg3vr0ZQNFw+nCtdRSjVBJO271KiEi7kIb+kGBhT2g0e0fM3GhhP+fH6PPerA7qK+UvXQSRyiFjLbwRFiOrMsQ9pp+OzCvL0g0uA1/H5IWbcWNcv3RAEahXOtLOrbzORTclLt1rEkKDomfmWAUaFHEciv7ZGpCKl8DLrs760q6pOL9XpNt7IAmpxfo2UhZ45NOzDAK+VYHNvvci5Y8FZjaj01RdPLwLIG92KLymk9Jy4VZWT0yoV+UPaAKg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}