Nanopublication

< Home

ID

https://w3id.org/np/RAN20YqLJvq1JzZA2P7U6gqK2T733F3DdJbXSFmM8PLdk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAN20YqLJvq1JzZA2P7U6gqK2T733F3DdJbXSFmM8PLdk> .
@prefix sub: <https://w3id.org/np/RAN20YqLJvq1JzZA2P7U6gqK2T733F3DdJbXSFmM8PLdk/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvPHi+yLxcAZXt8VsXCxJA3/Rxi/Bgy+F3ZUMgnlWfObSEGZpSQ2nHE+Zyguq8jo/oE7GExCQUSV4YkIODGfuQFy2p373I25FqYVdX9qjxfOL3yK70uDyWkCf/hoLpIVZcvve4H7wYTVUVm+iQ7kz10DKdDae+CIAfiEHBhNNEmsjbSWdEk/7XsPeeCmDvqt9W24GMGR3i8l/hTOa0DcZW1xcUhtu2nvx/jrbRlhrKYhBH6Nc5FgaTd/qFCqA4dDPjiv89plCfAWryyzLYhxY2rmyV78LxthRZYw20GOlP3O48ll89+R8PZNZ8oIWt5nPZRb8V8uRibkd6EqtPbQQcwIDAQAB";
    npx:hasSignature "iInYQw/5YDhPN+KpTBThmzRQ61mkzNhWLcXvmUbMuZCRomWkJq7OuDmk/tPGKfb3ILbSbsH10R4jfgNlprlEzNvvAY8X3aM2fsMuD94ceOkDqXZKDepCZzy3dlggIIFhXc9rJQ3AM+wzpGfW8qM5KlU9qjM60KNDDCLcVg/XEGVI9izA6ihqCkL//pzqLZcWyC5Tl39Z4k6idDOV0R7j6IXkOU2l81ezVypHg2NoQn+ZkQ7N+9k/q1nROJHhgcTAjEN6onxhSuNCftXQ+qmKPFB4qQJ69zxLbYqnSIuWR2swDcCH0gyb94qeCOgCGvoJdDiIPbxbZVRNEX9OxJO4kQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}