@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 , , ; wf:hasOutput ; rdfs:label "F2A-CS6-US4 | Researcher integrates data"; prov:wasInformedBy ; freq:as-a "researcher / technical partner"; freq:has-action ; freq:has-purpose ; freq:has-role ; freq:has-solution-path ; freq:i-want-to "verify the Bremen flood-risk method, data and workflow components and adapt the shared pipeline where needed"; freq:so-that "I can reuse the common flood-risk pipeline for Bremen with the required preprocessing and local data" . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-3300-7482 . } sub:pubinfo { this: dct:created "2026-06-17T15:16:10Z"^^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 "LtSFkN0Fb0P20qNiMRCxxHGgskQH4yhzEq8TUS7T7n2LfnBfVVZouZwpFU4xqi/07NBifDxX7FOeA6rtAb9gsrWa8rlXKEzibMJzRNrY7HuEJvviVanldSxF2p8WNxJvEmY0UC4ptYapGqwPZ9vuA/0ka2TuORsyucdPwIOLocU="; npx:hasSignatureTarget this: . }