Nanopublication

< Home

ID

https://w3id.org/np/RA-cRIGoRLAWqOa0lnM56Mj8Aai55tCrSBeBvC0hwshPA

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-cRIGoRLAWqOa0lnM56Mj8Aai55tCrSBeBvC0hwshPA> .
@prefix sub: <https://w3id.org/np/RA-cRIGoRLAWqOa0lnM56Mj8Aai55tCrSBeBvC0hwshPA/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:PFRAS a fip:Analysis-Service, fip:Domain-Specific-FAIR-Supporting-Resource, fip:FAIR-Supporting-Resource,
      fip:FAIR-Supporting-Resource-to-be-Developed;
    <http://schema.org/url> <https://github.com/FAIR2Adapt/urban_pfr_toolbox_hamburg>;
    rdfs:comment "Python package conversion of the ArcGIS workflow from ++[Urban Pluvial Flood Risk Mapping: A High-Resolution Assessment for the City of Hamburg](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5231006)++ (von Szombathely et al., 2025).";
    rdfs:label "Urban Pluvial Flood Risk Assessment Service";
    fip:in-scope-of <http://www.eionet.europa.eu/gemet/concept/15033>;
    fip:targets <https://w3id.org/gff/rao/terms/Spatial-data> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2026-06-30T20:00:50Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PFRAS;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/7539fba1-487e-4d7c-aa12-3cb1e5bbe4f3> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "hTpG6zekW8KyvnGGIVT8a2aEXDe8O6BoP/W5kp+pAsjzijTYJWiZOAzyUoc44Oob5NjklfNixAUcDorin70zA6D3q3X2YsY9myc91T9c8o8KynpktPYQpCwncsngTHIHyvxHc1PQBrSXj2l9W4Ub+rzwlGSTuXk8P4fHyijmHW8=";
    npx:hasSignatureTarget this: .
}