https://w3id.org/np/RAz2sVtK8JWiiRI17JcH_q2cf7l4C3P5JYC4okJAq2eqc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAz2sVtK8JWiiRI17JcH_q2cf7l4C3P5JYC4okJAq2eqc> .
@prefix sub: <https://w3id.org/np/RAz2sVtK8JWiiRI17JcH_q2cf7l4C3P5JYC4okJAq2eqc/> .
@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 "One way to demonstrate the usefulness of semantifying journal articles is by showcasing their use in sustainable storage and representation solutions like 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 "QawIg5YTJzOENfdjBvCwuQ0jNKTbOOzG2/2t5SZdm/VnI9aePd6JR5OBslHFa9yvGKpLV7WHngYJiDBiyqQvuF3+DLUf0k7dRfltsVDqf59uMkQp2kgJdcnB7rZNXOBNCuHJIH8l9NKLubwz1lYoN0K3EwPuL7DuXvFr6jm0MOctePM1j/rVEJfCzO3eMEMAxuPJK2sH5l3EJrFOWc8664/wdSoTxcmAFfKSGsuVFgAU7az0OtVnCcK9M2hCZshLq7wd5pam93wC74fErYdnDOUVnqXMtTgeQjmVJzEI/DGSpl+FpIUmsDjWZG280uiItaBKCg4WbS85kHmsVmnQdw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0009-0002-0728-474X> .
}