Nanopublication

< Home

ID

https://w3id.org/np/RAbQPLGOlHXSTya1pryXJnfKqOFknQCeRcrT8iGGoJrM0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAbQPLGOlHXSTya1pryXJnfKqOFknQCeRcrT8iGGoJrM0> .
@prefix sub: <https://w3id.org/np/RAbQPLGOlHXSTya1pryXJnfKqOFknQCeRcrT8iGGoJrM0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl4wiUbCnYVRtvYx5YhGZw/IX43Tctr3tHkrMIsMhoUXZ7RKmmWCB6F+mCFCenddlQnhQeBx2VpqMqKi37dLBs6L36D6h4JiHs/cd1fZ29u2D0wu4/E1ysjj0TYuF6fYSIj5SFlyhZtKX69c1VrR3htqNpITulpB9ln2G2RM3QhUygxHxNAOf1wp2F1HG283NhBinnLr+kb5mHvQ6adaFLlpXAbRt6x0cRUnZj8VTI3Gt6DbbDkBrXKwv97vG4DrJ5bwLnZcqdoF0KcSPJ2ooxGUxohnYx1wyox1KQKHl6bnBXCwK2+RkMd16g3SEzIhuosBR5rbz7U/HYGrUkQo1SwIDAQAB";
    npx:hasSignature "FVGqbegx55+0SGiM+cBfRt2MPquG7tCjdgNhy2xlK5wdjsraF/Teke0vkjHoFSs/R750b+Wqf7xmg1RqNIS3fpp0CVjUybZWU8E+5zNH0HhHkMUWxkadGfEk7HqJ9UyzUkNTmBCQBINxcmywRkozpN+Alf0og5Yf9D2zAvQ6Hm/Jhpo0Tg3JqhNwf3W1gWG+GcW1tWLP07eYiEiHE9Lqg6o6VuvxwsDOg9uN0QeNwKBkyxVu9vCZfrFj0Y+mOhTnJkT63wcNjnzTYHSB4GKOVAyxQPHTw2fsrEEFVaAcYdVEYb7fTY6KUoMLAoQ08TB2c7iDfHiyeZ4eIGkAhknt7w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}