https://w3id.org/np/RAH40exaHnGzryDmOvHbwZZtl1eOzAAQvmDWNrZjAxanQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAH40exaHnGzryDmOvHbwZZtl1eOzAAQvmDWNrZjAxanQ> .
@prefix sub: <https://w3id.org/np/RAH40exaHnGzryDmOvHbwZZtl1eOzAAQvmDWNrZjAxanQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAie5vf76KZv+t8l0XRGgQNiJm93tZMD8xBcSTzxF1l/RdRhXB8nqfIF89mO7pTUoBW0pNby0rxYKytL/YLKXqYjQIh8daSLBGMzKiwr/HYW/sqDld26tfxRv8zZCy+LKp7EcfoZmH0zITGQVcn5DhlbJLpdje4N28WJFJmyGVo7zYA6lFLQI/OemxZ7OF+6PVZBt2Y8KuPrRNKLJWNTIaLhhejarkpt0HFzftLB5ebGv4maY56voebWMon6R9/vUcW2O2MTIRqCJxM4xfzaqlFd8RpCyVlR0mN77K9UzWphE9EKesRkkilKjpT1cyxGGpp1sUOH9EuwKc042W6r8b0wIDAQAB";
npx:hasSignature "X/KEAWnr8iGZRy0CKYd2ihKaldgItTX5tN98QMwiuFVI1Iw4z2iy+J9veYlYTiAAoeQiD4aav9XRDKJ8ikOlr45d6Z7cxfc3+WQyQXBl4mgARa3oqSAWxWQkYKuV2n989wbf8BBb3j1pCARq3aBDxvvn18EOQprf7FF5lxHu6ZehJiaaaAn3/R9ffXcvgfFbq0d7vYZeSpNTAHxDr0NP6e7kSsGhLEYqyJzuA0zDFT21Bq2rFh9pA15oLxipfduNQDwjMhIMvs30LAwSgI97LqT89IwAwNojXMkwx78q9MUEfg4wCP3N86Y0ldy8/jy+RhWN1WsozKpEh2GEzGL7hA==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}