Nanopublication

< Home

ID

https://w3id.org/np/RAZ4hY2220plxrkQX3QRYcFJSmw8xwsZJNp9WauHd_yw4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZ4hY2220plxrkQX3QRYcFJSmw8xwsZJNp9WauHd_yw4> .
@prefix sub: <https://w3id.org/np/RAZ4hY2220plxrkQX3QRYcFJSmw8xwsZJNp9WauHd_yw4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAse40saUhyeYVrfY3fLV7oL72cZGahE2Z37S0/Ty7y7i904IvvwV14rhn2UqwCJAuXgUu8eKQ6tIhCsH1C32o2UnU+YS5zrMGaI4gdfKBOcVBC0SmmDncmVU+GlXlwq5q2XTQQB/YxEv9ekYDKSl++pOEDwqJ6DmpBbrS8rl2JDwZU9WUyVoOvfQIRhZzgG6XeQmx+80NnHFZlfgPfFqwI3DObHn1yq3p046i8w9D51i93IeuAMxTbtsfDofvDFmreVWzy0t+3ObDJc3mIxSoNYWRI/xaVpKSs5/CGrcmhxRi6x6Y7fjUVGM23XnQFdutQnhrxfL8wFWOVoAeFDH/NQIDAQAB";
    npx:hasSignature "iNmIz2IuB58j0eZvvcclLiz8A3XJdXFqucwRjaEjO9WW4I83V5T3ftp1IIqQBT6yuwiJPxg83ypPTp9ozqCGHB9WNnPLY5ORlOtbp6OdENakKzHqHjs3Tjyz9Uj4MAmblmwb7KIVh/4F2gPiomQQ9II8tzzRTeB36JRnlQjY3PWSO7vcsEyoQOzi8MStDJ2puitd0In0Cc8sW+XHYDT5BQVANWmOfPYcov/My+NEH+3G2D8krx2cjB1oEUCT9m/ZVD75KXzslRhe7e1U0RCgBMDBg7jouQaPzXHHISN+dacR522Np69J2DGUvzyLa+9fPVaN49iNV2Fc1PoucVe7Sg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}