Nanopublication

< Home

ID

https://w3id.org/np/RAXneevF2UqmhrGWXauRFiS0tHQr7QiUjqbRxro6r_Xec

Formats

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

Content

@prefix this: <https://w3id.org/np/RAXneevF2UqmhrGWXauRFiS0tHQr7QiUjqbRxro6r_Xec> .
@prefix sub: <https://w3id.org/np/RAXneevF2UqmhrGWXauRFiS0tHQr7QiUjqbRxro6r_Xec/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmhQ6+GpCyafW6h8mZhJOlqS6jwSgo3YP4xtB/p8osJYaMIT1ZIhJJrX+4sfW70P/nj3tmCWsj4BTzYIJm9vIIdmBgRbAOLkm6iOjhTd7v+5NXlmR4qdvmE2TN8SquakFdYQ3nVd3omksGbEQ/21QaVL9PHMl0YHWu5t1VpGsjI1SQ4h6PCUZRcShv4L7eFRw2gyV5OmlMASTLvua4zRr6DXxTuKJlz/wYCI7YNLg9wst9Ix6pM1htsXR6d83yIJKT0+gZAgPvRbB2EMElCZT3cL/0dQmaH2zjPkIC5DU6ZGkqMZ3XNQ1bXMMGdkCIzixWKYeEmEVweBdqVrpcZdKNwIDAQAB";
    npx:hasSignature "Nk4kC6SPEnM9I17uluT+jxO7TNJ1OmBv+TyICXJNKUJWTuYMGB2Z2rutB5oOvZQ86O3X6+imA0Sa1Qi429RMSXM2a33mZNs6Yva92Wwgq/QUEJ6MM1dF5GivCvazggxHqTYE+pYTGT2+CSujFGKYb+xY7RU5kkQvEp04dt0hEgo3tneUGaNphy45qUWA73jKmL+dM6pn9HyiRD6Zymomn01MK1pimlZ9JVPqkvlnQ8rVMV1uZlKq8yqrs7khSvAjjgCh326u+yGnmSSqjwwevTLw596N6mq3UelpTQlhz9BNPvP3H4dZehuIoGRJDd6o4T3romdnGPShdLJtKPfqVg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}