Nanopublication

< Home

ID

https://w3id.org/np/RAd9-0zRxOw_pE-CMG1w7tM3uz-PGzEQD27aM0e8k9q-o

Formats

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

Content

@prefix this: <https://w3id.org/np/RAd9-0zRxOw_pE-CMG1w7tM3uz-PGzEQD27aM0e8k9q-o> .
@prefix sub: <https://w3id.org/np/RAd9-0zRxOw_pE-CMG1w7tM3uz-PGzEQD27aM0e8k9q-o/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmju5VYIhOLDJd23NrXswWhZBcb7Mt+66n74vGFH/t1rEHEOHTomcJxEE3heAm4OWR3P3GzQpWjE7XLznQafsug8BTnT9jgLFhKZrPZnnJ86tzKcGK7w5RMyahyCQ6r9ajhYqwZiU/1sKzOLZB5N/Q9QV1TMFE2var6Ui755X5mksPPwqGlMRtTrQywCb+zm1EJPZLkCagybU9vzCCz8LPAe13+f/gVs2NNFSQ4McGfY2yz5M6cKSsx5PRGPtrU612+umLJAOQASNlqhVEX5cI+7kq+XN6mAXUa2lKAI09VhmrwtO5jLW1vJybiqMhUFlrSWJ/TogGBvDs3vp7PdC1QIDAQAB";
    npx:hasSignature "cqUUoSv11vCl3qhRA9PGXUVFRSP1TM+VqB8Id8hozzKTFxk0RXdhvIarFCulUSZTIwraslOvrZKdVmHE9SBZC2HQqVlzZR6RiLnFfEYiI5dMBLZX4lI99JJXnKtDqX4o6uT4jnjME5jA2SSJcgzqjXBJOf1+6DOJrlUTHESxdB3bmw2SoCcyLhmsZSfixSg1yiM97bjodE/erbWw8iSGt6awDbUnqD8LUxcKxdzf7uLpIHKdS/7umdEZoR2VeL26pZW9fv/KWU0VftKux1mVRcn4uUX28Bt7oQNbCc1DRKmQBXAI6TNgWnWEp7Kyi918s1Sh8RLG5CR78f1Y3I3WBA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}