Nanopublication

< Home

ID

https://w3id.org/np/RAJO1AXLCQHHkA8NOdnB-LPAOZfV5cLuqyjQIYq4yrqX4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJO1AXLCQHHkA8NOdnB-LPAOZfV5cLuqyjQIYq4yrqX4> .
@prefix sub: <https://w3id.org/np/RAJO1AXLCQHHkA8NOdnB-LPAOZfV5cLuqyjQIYq4yrqX4/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAphhV58m/gOh7L5kqwu1ecTSq38m8dK75D7dvBCQS1Z4sgCF0kaT9d5oZolbpbwx5jzCSMH26+7coADoSgWj0eUZPuv/v61Ddql1nMqWyM+mgGPI9jvf1Lq8xNKXLy+7SCxwvTf1rnl5P3e5yZZMkusEibf229ovOM+ZY+rB+CoL9JTJCwaVb3T95G5TB22taovWte9zHTPtaJiWs/lG0ran5I2lv0dRiuvIFImGIABnEQG+vtGYARQ8XP8Tk1uYhGJXV5VK8Pn5bT/zg2vXz5bh0Hz8ZddiorJxsqwcvtAhrjCC0rau7feBKOp+pW/QDWxrKdDLNIu7M2Eb0fPoPQQIDAQAB";
    npx:hasSignature "NTx9MmA/pC6CHKpCUC30X1RB4Rlf/a4pkrRDIPTJ3aqP5rrx99seOrMa7phSccoUiZ8N9dgYMqo/mT6nloAOAbwMkvvKnjH8fGuNHyhMYy5DrmD6nwiftiIhCSqN5AAOG0XaTAo0HdUt17DkFrMxXy4Xg7zgylAAqlSLDZ7Kp4zaSBcqAhsraGJV/QcwV2OlPfcEzZzn9b8xTwUbIGkIemlovwQWJUzRbOwnkUZWADqpQG4/PSFe5gOMMgGYerSuCCO/06Twk33TWPc0Waw2Ncl4OMsQDhHDNSTffomqP8Qp6j7OPRDmLhlMk0apZuNxR8n9uPeCGpdR0nvpURSUOQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}