Nanopublication

< Home

ID

https://w3id.org/np/RAmIZPf0DpshyHq9HGt64E1aIFGTWG_x-6fIBHvcNvkug

Formats

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

Content

@prefix this: <https://w3id.org/np/RAmIZPf0DpshyHq9HGt64E1aIFGTWG_x-6fIBHvcNvkug> .
@prefix sub: <https://w3id.org/np/RAmIZPf0DpshyHq9HGt64E1aIFGTWG_x-6fIBHvcNvkug/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuSUFF7iwK2VLLJ/5tkCKWKkCDYwGjhHfD8e3vr6GCNHwjMsogN9y3UNlgWKGLHyb/xXH1+e/3OiEvp2sEQjDLescCSreNDlmny3ailucmsbzbb/WfZsPPPigH3yeoA0ody0j8wM5qZ1yrVPfJdZIchp8RMaFT9YgDOKrbuqR1TyTKzfH1B6TQWfgtNTFz0aYjqrzm7dVfkzYhBZ31ipafTuOH9KzXNU5JS6D0YmwbpsIoMvzwtTCV5fNK1wKdGtvsRkwNe7Of3AsFyQKsm9WlM0HUbFi76llQJHXhjp/7z/pm5BOnVhSEaC6hygpnCnca+F+qmvHX19c8hy51qqjmwIDAQAB";
    npx:hasSignature "RDR1i5d3NKhSLSvO/UR8lPpY9dIsuwzy6zpSFAsyqUdtWBM2z2TUIhA7qf6TKv1cb09K3cDV3SH9YvlpAY18bgfPSgvGN53xTALP794acXTTdRe5vOAd7KqVE4/IXXreAARkirNYxDT0FbIgkV6VZ689xUob7Af/mu375cfG5MeUL5wpztC+1S1PnRMh4vpZ4ZudBhm/xCB1tJoGaRAjTGyoUm4x5mCwnrC6hNfBTwbfXJaX1FafJ0glQmxgS8A2bbK7O0HYsAK2HKfIjL5jd50dYTkGVgyLYKqnkL4RG/2HnhFidmqOQG9yPTt8NQKakQgJ0t2fCSiCug0BP+QVaQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}