Nanopublication

< Home

ID

https://w3id.org/np/RAFQiMD12PLq6KmgN9r95ywMucWodbYdyQawJD0AjLXSU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAFQiMD12PLq6KmgN9r95ywMucWodbYdyQawJD0AjLXSU> .
@prefix sub: <https://w3id.org/np/RAFQiMD12PLq6KmgN9r95ywMucWodbYdyQawJD0AjLXSU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt0VgKYox8cUgnNzY78JHJun3GVd2SleQqXbwwEgrnYsRrsro8KDWgTJskI3Id2iKp2FRD6aVvAPvyGvuMR5Nb+zqWI/FHFZ1GPfiUwIazyRe6jyGLd2C8+P05aJImvRehLODtIKc7D/KLpQ67yR9bR6Im+a9ixD/suNrfniweNqDjWhzVM98chQD6VCj+mjUmC9WxGZeeRY9I33bXv5U81egvCS7fRiU4oZYwOtTAQn5LIXvPTqFoVYO5VSGepQh2n8CzYhQcGuxiFG2mX2TTbdGCfzU8gHt2BWkH2DTvtxcsuG1LdlzxExgatuM76dXiD278EWtEySZmf6iCxUpCQIDAQAB";
    npx:hasSignature "c8wLSa+rwtb9TnZ+Nc3rxQuSEBol/frdpShl+JcXw7y20c2+DM04A/lYBj/cUyH4wqS7w0Es/uB0rpKom349sk6MZVLkxbv8apzuhS7YHHE6JnsqVZvrb9rSCsBCAY8tVZNEWFpiTLJbmOg0bzpxLzsTBTHtBsApedH0ZsqZgmDs6yl3avuQh9e/F9g7P3McBGsldWsfBmMtS1svmCT2nOE4zC9PmXuaVpCNiG2LHJe+tK68WNJAErkDakmmuFw8eO4m9EQ8UcV1yLrj/Dn/pu1jogiSrnSFEV0GF4KXsf7qSRma/q6LNe3kHa+sm3JOh0soMMxMDQUq+ngGfeOYag==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}