Nanopublication

< Home

ID

https://w3id.org/np/RAgXI06PWD-VpfZvkfzIXrON7iXThzgIP0Nnysp6XNADg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAgXI06PWD-VpfZvkfzIXrON7iXThzgIP0Nnysp6XNADg> .
@prefix sub: <https://w3id.org/np/RAgXI06PWD-VpfZvkfzIXrON7iXThzgIP0Nnysp6XNADg/> .
@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:created "2026-03-04T16:29:33.251Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ehmTiZkaq0JYDmva+ZQ1bVULuaKPjQ0NIBoMtXdcDoYJsUdsW8qofENQQ/jU4jwBY9RYRFE37i1P6zPAqTlfqwZg0Z3iHaI1CMBXOXrxBOcGv/JbnrYIdfQOY6pLDrm0QQ33mAhuHo9vR+pz/Ey8gFvwcCuZo7FmXxFKopsySTy7sBVrAtCYGJCJxwstUJJhw4bO9U+DChCyPE0Cv3Pl0S/1tcNGxpZY5u40Ki8TH2IP8V9iSDtS6VxFF2vjrTVeG49uA21NDfCfP7STf00Esh07ofNVH0yU2MPlL+ku1fwzN9zIAvjsF6VVfos4KaymWDs+cNyIWks5c3zBryjawIDAQAB";
    npx:hasSignature "qNB2os6PRAHbFioQW8wTMu9oLz0aLEVrNxGR9MzgeoE5qS9Cg10mQaDccwXwlln/pgCbR0B60O+n/4lD5lcmxIflayiEi0WK1u88z/T6zSwNbFKsz3Ao8GrjydrhwP1wgpCf77G6JRIMxYh0KmvwgcMg6hzi0zls/hIvo3IwmWen193oMWAphUUmscl4mIgehxd/xes8TQDwF8dri/I5GfuKjkIQJ9+toNN0u1zK8c+DZe0xrOeS1ItujhiBdaS1/CGJ0joERMZasp5UlyZ4/qoM9DWIeuzysBsG8+Ud9ZJR4g6LcXlmETmLn9t5hUfklFu0Rho9R1bu74voXwICdw==";
    npx:hasSignatureTarget this: .
}