https://w3id.org/np/RAEYSAqwc9x8Oe7vY7jZYaFtBO4HLdB2r-2egAdqDWmS4
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAEYSAqwc9x8Oe7vY7jZYaFtBO4HLdB2r-2egAdqDWmS4> .
@prefix sub: <https://w3id.org/np/RAEYSAqwc9x8Oe7vY7jZYaFtBO4HLdB2r-2egAdqDWmS4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzdmPnGW/bUf6J2n7/liGFBtBgoPktkbGb4iOq0nJj7FN/tdPZcAulDfolazRLzY/2F/GSaHkNAYMeqk6dYOkuKwd0RzJ8u5GxOAeLZclOl2R2fiyXaTZmpv9LTkfaEQVAHY1XJTGrBuNCtI1kMIUVBTtuhR0hZEqC8uvkBPHJs8B4/wbWnClPXqLGkTZEaRNUKK8tJMfnWwI/3GrZLzcuXn95Bq/azhuDDNzxQS0JMOCNfgAbBTVxNP3WosSiYImaL8YWlkI49VhvOIXZdIl2Q/OgOM+PAkcvb5KCJQszDWvum3aBt15gOdsqQ1bdYz7IWdpXjsiECGsh9ykck9hdwIDAQAB";
npx:hasSignature "mr7qHrYb6Vu0eernawx5pZ9gbduuweH482bm1ppEDfCqVJRA794vAQ1Fqg05GNWNdhMfbKq6AxTEll+AKJqxmlkwFlXg5dCZnVGCEI+5t43NqT5cruxCxe4ljJT5QrgTeQJeK7AfQAubUtFDJH2vLPOG7m6HaxbMiXj8jqoWPPKcT4YtTA9R04vIr4JKZidEL7WeTMNRhD/5RPSrkvmvhYDVnP4j4dvQF+jgFaOBfATT3gOZJtQ0OFq+AAAt7olTkqq8uD1PYPmXOewsjvdkNlcDK7RC5+NnT0c2ytYboDJLxjG8QtjeuaVRYjRAKClNEksL+U3IfxOFLkK0Gp2ejw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}