Nanopublication

< Home

ID

https://w3id.org/np/RATJIKY3y59yXpinbv26lcRE_VNNdXlNYdW7bbkbcXRDI

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema1: <http://schema.org/> .
@prefix sub: <https://w3id.org/np/RATJIKY3y59yXpinbv26lcRE_VNNdXlNYdW7bbkbcXRDI/> .
@prefix this: <https://w3id.org/np/RATJIKY3y59yXpinbv26lcRE_VNNdXlNYdW7bbkbcXRDI> .
@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 {
  <https://iolanta.tech> a schema1:SoftwareSourceCode;
    dcterms:creator orcid:0009-0001-8740-4213;
    schema1:codeRepository <https://github.com/iolanta-tech/iolanta>;
    schema1:description "A terminal-based Linked Data browser and renderer";
    schema1:name "Iolanta" .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://iolanta.tech> .
}

sub:pubinfo {
  this: prov:generatedAtTime "2025-05-04T02:24:26.179948"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0009-0001-8740-4213 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA79G1aksiLFmT7Lco5+qLImUeO0Dfli7k1R76QYoVtuMV0w4fQdv9oLXGGpLZ7U25pH7j2UHKk2R/4LSwoZCeMvIdbSfLpxTOSjD9scUiJWjwPHLH7/e946ENlhi52GANdYMGa+FxEQGR9HiHIoYn99AYUcYqkJ7qeOgXMJdkL6vZACdzeepAGajgC/jiscJuxmBtWCoqqi0GnG0AIXq14E9VgscSMLZ63i30mKDWwSZF1FFBLUHDSV+CLaFKBfjsGzVVU85jlYSWJ2E0FJ+w0cRnNB3B2bmPI7miy7okzQIqagEHop4bbaPmbgG5uMX2lMgb6RX0oU5hqU4B8FwHUwIDAQAB";
    npx:hasSignature "lhbknTUREBKkj9Zubz6Q24TwUhRdLCrppsC6aECB1cUX8ixWLAGPLnN0grlOVIlaCCVctH4MpcKsOv3wY6MZMZWR13/aR3ywmpPO2r//ZwAdaVL7QfN7O2d0v8Igw7lGOq/mvfG6st4XT8f6CDoXQSBS99tae112oh1mAOfNt5gA8Oy0W7XonKhrXFYHdlPFq0wG+MjRtvkxfEwngJJksrVDrlRy6bqzQ/VQFYtusOmJh3g+q/MYlxQzmcPo7lTFKmw1ifC+fk+CwIrxrgzhreqHQfH+kpNS5+KDtEQOqevm7DRBoQTIJKQjYFYol6CKopL93Afd8uUbIFHGuY7s+Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0001-8740-4213 .
}