Nanopublication

< Home

ID

https://w3id.org/np/RAzTzcY3SAB_-sdLM2ALyNyrd92NXSz709aoM5yqn-e8w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAzTzcY3SAB_-sdLM2ALyNyrd92NXSz709aoM5yqn-e8w> .
@prefix sub: <https://w3id.org/np/RAzTzcY3SAB_-sdLM2ALyNyrd92NXSz709aoM5yqn-e8w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHec80vbOoBfauDjn8wTrLehC2x/RNA+1QKeEnomVfH/gHfTlujS9Y5mM/gVhyQQGYfO+D+mdMB24voZRjy2jgyu4NyKkxjydl1HXKeK+MwbJ2YkNQEJWFBvrM4HsNFeVWrfAJ07CQLpLTOtUnvJlgZehn0SnMQS2x6Rvods/oelbRNBZbiU3kAJaK6sDtWrpZ7OHnwjKmAOkjzYpIyIFngo6Hc1kGWh+Wvil6NE35KKJKDGVOfL/jMs1jkESdbFAZP2aEQRQnTF9wqfvgpCEQrLZr5vYVEjDiAxnZlCHcUSJk7n7dpiMII/VdFwxc6oRlsUJ7WWasmp5rbdvKbmaQIDAQAB";
    npx:hasSignature "sVLPa+6dbKdGa5iV5F4dX+aDvIl3I3MVF05g9jHXcHHaVeGQMlDgAtaNb83pNb2bf3/3dv1vyFPUY0xVa6BUCFTnMRprd9miWQs4or+9LkyFG2AEpOGlqTWO2C7kJGnRxEZW1t5LOFQ/REfwxxXqyqBbFjrB8pxnl6xnhcx9dMjFqR0Tf22ILNSaLeTdewa6Z/rX4zx9ggRTZKvOnxhFF8bw6qY3JMNZop82Mz6QbD24Ed0M34T/Q645S3K84pFoN2NV/EYOBHucYooaTIfDg8cEhLFq1HuanzMu2r2TR+UB0QQoGd/mwWxLQ9jr5eW0GoNrDStf6PpaS/Imi/tDBQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}