@prefix this: <https://w3id.org/np/RAPhUzSFbpggj47tUCpjYrWBJRskRE1rzNtqOPLO2HKY8> .
@prefix sub: <https://w3id.org/np/RAPhUzSFbpggj47tUCpjYrWBJRskRE1rzNtqOPLO2HKY8#> .
@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:IBISBA-IT dct:isPartOf <https://w3id.org/np/RAtIwPS8co_pW4CX3c1E6WUpzYSd6vYNfgipAhTR51fjw#IBISBA> ;
    a fip:FAIR-Implementation-Community , fip:Mature-Community ;
    rdfs:comment "IBISBA-IT serves as the Italian Node of the European Research Infrastructure IBISBA, aiming at bolstering the Italian scientific research in Industrial Biotechnology, supporting national and local authorities, and fostering training and educational initiatives." ;
    rdfs:label "IBISBA-IT | Italian Node of IBISBA" ;
    rdfs:seeAlso <https://ibisba.it/> ;
    fip:has-research-domain <http://edamontology.org/topic_3297> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6301-4248 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "hY+M72/QFmax88MVs46u8gM65zbWI9h3bosAoCktNJjU9+Er7yihWCC6srtlLiIm9uc+v8oebM61fAZqueoysdp6L4GrXjj9AXSDSHD25DU0N6qbIWjntv4I3ez35Sjfss+CHGpr5+E/0qp55uipwoZyhr32wcM2hYFt1EJ8JyY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-28T14:44:54Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IBISBA-IT ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d8dd7bf4-3c93-4e99-8d84-1f4361a3c745> .
}