@prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:annotation a ; sub:body; sub:target . sub:body "Is this really the right word choice here?" . sub:selector a ; "promise"; "The"; "of open hardware as a branch of open science" . sub:target sub:selector; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "EJZuQW3AF37vFM3sA+i2fLTnhmLHKGydj2AUmtYxcEB21SDCgOX1kd/SRVTSQxISr15Sv+plUmNiH6MKbAPTspuO1rwFZtCDFkcObatU4gKVyIOGh88J8aXRO4oHSnGmCt9N3oEwXgyuySOXm3QzRXOhS1nTi16s2aSXoLXSUPU="; npx:hasSignatureTarget this: . this: dcterms:created "2023-03-21T12:22:12.079Z"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; a npx:ExampleNanopub; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }