Nanopublication

< Home

ID

https://w3id.org/np/RAVozxhUQ9t5IHawO9mWNxF6M6ifxXctXf0R898Zuutxk

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAVozxhUQ9t5IHawO9mWNxF6M6ifxXctXf0R898Zuutxk> .
@prefix sub: <https://w3id.org/np/RAVozxhUQ9t5IHawO9mWNxF6M6ifxXctXf0R898Zuutxk/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix freq: <https://w3id.org/fff/req/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wf: <http://purl.org/wf4ever/wfdesc#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAFunore3A4GortCHYC-qjywXmHSvbcvNexVs1pIENSDU/F2A-CS3-US1> a
      freq:User-Story;
    wf:hasInput <https://w3id.org/np/RAa7CAHcYUBuhX-c4RypESn-LxVO4E-3JjJRNF7XU6-2s/F2A-CS3-DOA5>,
      <https://w3id.org/np/RAi18HixAA7sBYNkDpymJiBVnydG0HW08AnO6YNoVlV6c/F2A-CS3-DOA1>;
    rdfs:comment "The method paper describing the tool. ";
    rdfs:label "F2A-CS3-US1 | Researcher shares tool";
    freq:as-a "researcher";
    freq:has-action <https://w3id.org/fff/terms/share>;
    freq:has-purpose <https://w3id.org/fff/terms/transfer-knowledge>;
    freq:has-role <https://w3id.org/fff/terms/researcher>;
    freq:has-solution-path <https://w3id.org/fff/terms/fairification>, <https://w3id.org/fff/terms/implementation-of-data-processing-pipeline>,
      <https://w3id.org/fff/terms/implementation-of-user-interactive-dashboard>, <https://w3id.org/fff/terms/modeling>;
    freq:i-want-to "share the Hamburg Risk Map ArcGIS tool";
    freq:so-that "it is transferrable to other regions" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-3300-7482 .
}

sub:pubinfo {
  this: dct:created "2026-06-17T12:14:25Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAFunore3A4GortCHYC-qjywXmHSvbcvNexVs1pIENSDU/F2A-CS3-US1>;
    npx:supersedes <https://w3id.org/np/RAFunore3A4GortCHYC-qjywXmHSvbcvNexVs1pIENSDU>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1a562679-85cc-4e51-98d6-ec0cd298c8e8> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "CupJQQf0aMi8shnuVeocc64gWUBA20K1GJi2amvMUXL623PG0sJ4hYdq3yYquv5cxes4ICMrpUTtLKZv+IzhUNtWtluCcWe6ZhT2VXckQnC9wRyobGahVQi9bEB8J9QGRe7li97Jz//3uGSh8tFXIgmHcn4Oba3S2J3pfiAFrMQ=";
    npx:hasSignatureTarget this: .
}