https://w3id.org/np/RAmcrsfkNRE9-hFFrJ_t6sKq0NVxmISmuSHHGGTGw_47g
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAmcrsfkNRE9-hFFrJ_t6sKq0NVxmISmuSHHGGTGw_47g> .
@prefix sub: <https://w3id.org/np/RAmcrsfkNRE9-hFFrJ_t6sKq0NVxmISmuSHHGGTGw_47g/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0EVyZtb7ZElpZfah1X1d1r0AazgUk7PCH8Zo/KJlioIn7F5zeiJIH5QncnlRu1cc51RJ86OBGGI2p59yHCp52uE6zRjiOr5kIqaXi6R7jLLIPPrsuXJaNX+aQ1to3VhwZ5xwqAY8pUmw3aCDjkSL2WQNyRLfweAJqg0R6CSdcaTPJUZyQjvKPifsKjdJ4ULVPGSOtMlk46UwJruvSZk/cruXn7h/+7EHqNW1MgpJhH0lpNSgqGZyY9AkXyC8fXlu6gMks1peFeezqdLu/poxK63EkdsW8SONkfrJcltAgxdZEl3yp4z9J0eX5eaS1WIyqlW373TpAdyOZnRLhOqNQQIDAQAB";
npx:hasSignature "vHnUtyk5HNoTp2GLelMTT2pyxtRfI9Ih8bbgv8bdeGLFfBR4U8zQzV8T7qFZoS2kRmOiGpE5iFHvso/FYjWbedI0zU+3oLC72FBM1lOOrNdC0Js2cz8LFfi4RsogWeyw55aJSfhNw7R/Fw1jns455BOuSSqAX+H3LB/vaqPOXF8qvHax0Px4fo6d4KkStRozS9jWXC1MYZTSj7XGDGvrrY5DsJiSiIkMq5Zkv279BZh+WVg72DK3awcLEiAKjmR1RuNVAYQ7buKj5E7OU2VI+D/eJaUAXgzYR/U3UA11+UGHOTyzcsZyd98R1DmFDWkh/66GLczHWWw8VF1IxZfUAg==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}