@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:comment "This involves embedded text in the plots."; rdfs:label "F2A-CS1-US4 | Scientist provides interpretation"; prov:wasInformedBy ; freq:as-a "Scientist"; freq:has-action ; freq:has-purpose ; freq:has-role ; freq:has-solution-path ; freq:i-want-to "provide interpretation of the spread of radioactivity"; freq:so-that "I can inform stakeholders how to use the information" . } sub:provenance { sub:assertion dct:creator orcid:0000-0001-8784-9100 . } sub:pubinfo { this: dct:created "2026-06-16T10:51:46Z"^^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 "dGUQpIWdNyt85i3Pz6iabv/7Da0ObumvLtKPC5rk+frH3u6+IC3Cbw8dnC0CDTYS8tBDpUP5vlWehTHoeNWe5cFVoRBbGLwjS23ULMPkUEKqtldfDKI6jPprUi/iDcDluhaOoQIOwp+AlWMwpWwOJ/Cq8skqEQfdQpsJug4iIWg="; npx:hasSignatureTarget this: . }