@prefix this: <http://purl.org/np/RAHhF4pBGrcGHesBRYYdL6K5sIxUcDqO9h_iXowWq9v-0> .
@prefix sub: <http://purl.org/np/RAHhF4pBGrcGHesBRYYdL6K5sIxUcDqO9h_iXowWq9v-0#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:GalaxyClimate a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Galaxy Climate Science Community is developing and maintaining comprehensive set of analysis tools and consolidated workflows for climate analysis and visualisation in Galaxy Europe open platform." ;
    rdfs:label "The Galaxy Climate Science Community" ;
    rdfs:seeAlso <https://galaxyproject.org/use/climate-science-workbench/> ;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559> , <http://aims.fao.org/aos/agrovoc/c_5963> , <http://aims.fao.org/aos/agrovoc/c_694> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1784-2920 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "LG5i+E7KTAuPJxH9pOK07cMbFfOeW9Zu+AP02tYBpMp+qiKYIWoosRt3kaiH5NZso9R40Rz5SvSdSYj41zze3SUhXyck2PM8zUKJHFp2zMU2Mgzc4K6VU0G4XULC0SYZiNZOU7GgBJ1fs9x+sN6/ekqAtTcx+ysNE68KbZPjWCg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-08-10T10:31:49Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:GalaxyClimate ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/024fc126-3d2a-4fe1-95f3-575d8b730692> .
}