Nanopublication

< Home

ID

https://w3id.org/np/RAHOe6knKar1KLYHGTV5nJzI3oc_nuAioTSbcFlVtnm4Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHOe6knKar1KLYHGTV5nJzI3oc_nuAioTSbcFlVtnm4Q> .
@prefix sub: <https://w3id.org/np/RAHOe6knKar1KLYHGTV5nJzI3oc_nuAioTSbcFlVtnm4Q/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4iIJPupXPEZxqFwRr4yCd5vCYaClOvFZqmfzfT1Wa3MUtSXPGi52/ZRCehQ6aO59ZDdHZVpIHHcxQPCMxKjMGb2Jj11M74MR188dCAPDdponE1vWYhwPyYWfxc3qic2GQwHJK4Ifye2tRWqhPNtR4oIc0bVv7A1Q9d3YeNDHmodbdUkoarcdymKI78tar2GdztzZra1jWd4QnexQvaKTX52nsSTchFGgj1ATIzcosSccavztaQlucVqZGY0U4eSDDxobI9xO+3Jqo114GyZH/G6FevXIA6XO9miPlgn4vr/SGh+CCzo65TbY+VO9oeGhBj35xdM67XqY9UfRl7RxAQIDAQAB";
    npx:hasSignature "VeBCOE7JeJwVW5zNuDW+ZAGH/fmlIEmhMAwLtKId/Soaun+ylr+E8PsUaVnfCYaIQjpYRRu74hpB1XWFQl1sX+NMna1/TdyUvpPczs9B66p8vpoWYzmYGik9WCCNiEcuwH9vVN891fLu73GhM/fuhFMFixyYiCljVx1lTb9tcolQJTgFBb/pXqNQWxjGUNEE2ZXKoIaVZpZMebapY0KbgTdQ82OI/S30+J4J81XLPrQF6XYEze+Y645n7rwh+0Hz6NIUVwKZPsw2fmkQTJCV3cl+eh6tS4V9m79+iWjIy8RHzUlJXj9u+RXVaPZ5ZK9psq2+htc0aLMKOhl53JdrhA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}