@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix freq: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix prov: . @prefix wf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a freq:User-Story; wf:hasInput , , ; rdfs:label "F2A-CS4-US1 | Researcher shares resources"; freq:as-a "Researcher"; freq:has-action ; freq:has-purpose ; freq:has-role ; freq:has-solution-path , , ; freq:i-want-to "create and/or share datasets, scripts and metadata together with the scientific paper"; freq:so-that "other actors can use it and create new knowledge" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-2104-3187 . } sub:pubinfo { this: dct:created "2026-06-17T12:20:28Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; npx:supersedes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "XeEUVcMO8aJk+EetBIJW77taxGMXGNII7xuzEUT03lwVHsaeERpeWPeTmhkYMllfnh5m7+5ulNJZMkcWNG8sTB19DIDPVxSMbHVV+LquJUbbtvlYJyZU2US4qahUnCAld70a0c6DJL89dmCL49GGZq0ty+SfVosXjvJRKRB0IKM="; npx:hasSignatureTarget this: . }