Nanopublication

< Home

ID

https://w3id.org/np/RAQ7jLRMXsxi3Panzm00A9etpjIVpImanY-7DfcEje6DM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQ7jLRMXsxi3Panzm00A9etpjIVpImanY-7DfcEje6DM> .
@prefix sub: <https://w3id.org/np/RAQ7jLRMXsxi3Panzm00A9etpjIVpImanY-7DfcEje6DM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs48XjwQhBVULWly2EZEFK55OZu3Un0bLyK7DXC9evAgiQdMwou18923qbTrNOs8vpk4ebMRIR1Wj4YvXbQrNNacgaDEHA5J2lWgEH4JDV1LlI4cI9bLW+7YCQb9CcgjBiiQkgJOO+RFERsFAdX72vzj8Sizy3UU4py7hIzMvNPsZiHJBt+IiD57op4fpdqoeMXMJzV2gJB6to3y+cCF2E5UCb02dk/STzjy+VzD0G2Se8H0EofhXP7aE9qBrn7AvHoPd0gcMnPE6cPqGLtOjGaJPLtAHAJFqbKxlgyABN8P9OILLf3pECvGvqoUd1oX0Uh8FIMmNvucUVUk7sP9yqwIDAQAB";
    npx:hasSignature "iZ3HfY3sMAJ3mZL0SgOgXm9OtnyVoxL2SxoJY16Pfll8tLbhagUNPwjBVVfzFVeWUHHSUFFUPy8Fp9SoACWGgneahLB90ncsPCTtvIW/XAKeuDzAKUIvFEpylrJ0GsCuJZUWP6v9bBTBD7Ehlnpas6TyHFNYr+MnHwILtmbjj5H0dFjfFgRuyjFhVrcM/+oXGzfMoxVgnRwCC7S+Hgqq9gSLfIlpce4BOdKKmmhICLERpmQ2TFgSuv2S0x5ys3nHDIAxqmD/5Ia8DarjuqipUPsnMSVR5RcqrJ2pwcL41083xKgKs+j8ODvRMfYML7lztMQIP6WFnKVYK9GNNkpWpA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}