Nanopublication

< Home

ID

https://w3id.org/np/RArIkOMEGqw1KFq0j3j1rZ-jWk_qY64nYCohfWoRXqLWs

Formats

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

Content

@prefix this: <https://w3id.org/np/RArIkOMEGqw1KFq0j3j1rZ-jWk_qY64nYCohfWoRXqLWs> .
@prefix sub: <https://w3id.org/np/RArIkOMEGqw1KFq0j3j1rZ-jWk_qY64nYCohfWoRXqLWs/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dct:description "We stored the information on sRNA molecule interaction taken from open-access articles in Wikidata." .
}

sub:provenance {
  sub:assertion dct:source <https://doi.org/10.3233/SW-243685> .
}

sub:pubinfo {
  this: dct:created "2026-06-02T18:14:50Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0009-0002-0728-474X> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq6onyfdLnprP5hJXk0mjvCbHvX6jv7T1CrTAW9XMdSZHj6DXTw4f1KpGoFY3qVMy9H2ZcHeV26cCQCbFC7J/nn7FzB8MMbpucows/bdHAf6xf5wQJKdvSySWCf60RPOxstLUjNAMTIg07R0ByUR4t1D+3a0kuZnQUsl49TAbEQFylTt63krqDtz0tnyz2KbvGcvoIpgHbSNbd/2sUb0BCRdnIAqlfngvbBDPx9FvEvpP1ivTKvNtIbsN6VHUhrhMb5akxd4qJ5l8n/cOX2V9tdEU5VNAoEFmAZSqPnoTYe2HI/pip28N7Vu8nwbVyHy4FZ5K80m8GQ52DBn4uKDYzwIDAQAB";
    npx:hasSignature "VeLQ1/lVERmjdC6K3ROD709lil4OXKtscisX0i4/VZYWD3q95qQIhm5k4SbK2hPZ1eHJitgSAMc8H40BKxzcGarOd8m7k1DyLob1YNhtgZrEFu46CA3iV3YF4ETXyu5KFCILnRmW+tSGCS9jMF903BoFk1j75yDHo0GzutqhaTq24QwJmSpLbuiM5nLsAlFy+cGRtDiNKjU0gzCob1cbRkIja8rwfKn3XGar32a+iFxTKSmIZuVKbJ/BKWeI9ICD7Q+8AUN4WuKco6T8JoANzk/IPVuQ0wmV61TTlw48SrrR+XjS8AL1hQpwO795N/9RMhdhqv5FUpnEW/ldlIadfg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0009-0002-0728-474X> .
}