Nanopublication

< Home

ID

https://w3id.org/np/RAqnYZvZ4nQdIyqfPVDqHlN-It7BXlY5a5RI7R_ha6Pmc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqnYZvZ4nQdIyqfPVDqHlN-It7BXlY5a5RI7R_ha6Pmc> .
@prefix sub: <https://w3id.org/np/RAqnYZvZ4nQdIyqfPVDqHlN-It7BXlY5a5RI7R_ha6Pmc/> .
@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 "The approach presented here can be applied to any other field of research." .
}

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 "RbNakiDzFnRi63glF3SsZicTyezDRY5oK1QlrGDFhBpenzjKtuyoTlwCG+KNv3kng3+MwRr1YMxA2wBk50jDC0ec270DgZ8wTK/Kwjy7MADAdQ3/2jyGqotQBae+SkaS8BOzxAT9u1rx7GqInScdaxajOEANNFkCwOrxJ43pWkJdka35X2QM1gGnoDaOWxE/yykBEWOnWNud/ytWm5wTrM+nYyaANJnzzc2wPKSAoLaGFKp5kYgulk3uFaYeCNL2FwoRaMyf47FURZ04xJ2qPflT1+GEFsdZzc5vGbCpq9FJ/dIZXLBwGgORXMPDimQ8DrArEESvOt7oQlnBcpo9UA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0009-0002-0728-474X> .
}