@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAhZ25flxRybV70ph16b3TtD7fe5SKWGqUzGztTs4k3Pc> .
@prefix sub: <http://purl.org/np/RAhZ25flxRybV70ph16b3TtD7fe5SKWGqUzGztTs4k3Pc#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:DANUBIUS a fip:FAIR-Implementation-Community ;
    rdfs:comment "DANUBIUS-RI’s Mission is to facilitate and contribute excellent science on the continuum from river source to sea; to offer state-of-the art research infrastructure; and to provide the integrated knowledge required to sustainably manage and protect River-Sea Systems." ;
    rdfs:label "DANUBIUS" ;
    rdfs:seeAlso <https://www.danubius-ri.eu/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_11669> , <http://aims.fao.org/aos/agrovoc/c_331559> , <http://purl.obolibrary.org/obo/OMIT_0007039> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0001-5710-0684 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "pcyH3rsyPr25ZbpdQOM50tafMYtdbyblakbx08cXL8Zx4Gae90IPs01UgvMA7upB1ZL8ie5ebdVRtsLzkPs6csPZWDTI9oPjNhrtVxuBWmFwURykf1dKILsCqEF7WHk9eye2+Wp2wwtYYqNcFhoTz6snB/YwN8ZCUSfZJjMNtlE=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2022-02-15T12:15:09Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DANUBIUS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a8aea662-7a6e-4227-bf66-e8c2c3337ab6> .
}