@prefix this: <https://w3id.org/np/RAW_vosYzmR29W3LCdVcAzqgNANLWEqvvVKucBbNMcfWw> .
@prefix sub: <https://w3id.org/np/RAW_vosYzmR29W3LCdVcAzqgNANLWEqvvVKucBbNMcfWw#> .
@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:Galaxy a fip:FAIR-Implementation-Community ;
    rdfs:comment "The Galaxy Community supports Galaxy, a mature, browser accessible workbench for scientific computing. It enables scientists to share, analyze and visualize their own data, with minimal technical impediments. A thriving global community continues to use, maintain and contribute to the project, with support from multiple national infrastructure providers that enable freely accessible analysis and training services." ;
    rdfs:label "The Galaxy Community" ;
    rdfs:seeAlso <https://galaxyproject.org> ;
    fip:has-research-domain <http://edamontology.org/topic_3071> .
}
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 "X1/0YYSG3IQPOJVIj1WjMWWd8+Y2D2ojQQ2Xzsx1U03UtGnEP8mOLT6aIATzfiyau1h6WdgZ2Pxdzcw31GCU6MelwjNpMnmto48WAj9NWYgv4eE5uUPDdVzkDRE7FSDHm+Zy1T6If8ZYFVAxT7Hx1GUzrZrIWumcPyq22li57n8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-04-26T18:04:44Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:Galaxy ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1273b924-3c83-4b2f-bb39-3cc01844b71d> .
}