@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:newsItem a ; "We released nanopub-elements: a Web Components library to display query results and individual nanopubs easily on any webpage. See more: https://github.com/nanopublication/nanopub-elements"; "2026-04-17"^^xsd:date; "nanopub-elements v0.1.0 is out!"; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0009-0118-9195 . } sub:pubinfo { orcid:0009-0009-0118-9195 foaf:name "Virginia Balseiro" . this: dct:created "2026-04-17T04:57:30.069Z"^^xsd:dateTime; dct:creator orcid:0009-0009-0118-9195; dct:license ; npx:introduces sub:newsItem; npx:wasCreatedAt ; rdfs:label "nanopub-elements v0.1.0 is out!"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFJNRSo0AhDh7EfwM3nZXQbACb8v6F7tKGOj4Mnc/VuEu0CqzwyomaSvXmfwIKeHmCGCdIrL7tMes3U3K7qJ6c3m5j9U1SDBA+d6UDGvBKSN4X8vvRHzH+PNZyegn3Wu+liXjq+4bnGdTdhPRdRFO9DjSb+rpAfaH21md4qRhCewIDAQAB"; npx:hasSignature "gIB8Oaf8Irp6UCQ8/aUD0ng7wPuKSRUuH+NHhB9NtspJnuzjhnPO7O8Dc9yC6jSWLWOBVhq8lGXSh4apZmm9qyfOH/ThA7soB5E2wkrd1NgnW3ImbggJ/a0VzEHf70lprlpiJ3VuU9ObzPEbXTCb8R+K1ZFpR+Qgfn+nw9ZH25g="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0009-0118-9195 . nt:hasLabelFromApi "Knowledge Pixels" . }