@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-US4 | Policy owner finds information"; prov:wasInformedBy , , ; freq:as-a "Policy owner - National Level Executive"; freq:has-action ; freq:has-purpose ; freq:has-role ; freq:has-solution-path , , ; freq:i-want-to "receive reliable information"; freq:so-that "I can improve existing policies by incorporating this knowledge." . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-2104-3187 . } sub:pubinfo { this: dct:created "2026-06-17T12:22:16Z"^^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 "VMYNmc5Wnc65dyDEpyiDjLz/5H0Zg5dEocsEv5sQloJ8uNg+1vuWjdHU1DvDhgxSjYGn9N0qf9HH4yC0OYZSjOsgOz6zP3Z4OhuFf9BU0iYm78uZu6jyY84Yf2oJ3ueIvhlIcfRtnIwMT6EaBD4Aq//wES6BUVSBlUzok4VBzVU="; npx:hasSignatureTarget this: . }