@prefix this: <https://w3id.org/np/RA8-B1i9wWWFEjVMmy3vNOHjFIXU63oik5ZtvjcBqjsUE> .
@prefix sub: <https://w3id.org/np/RA8-B1i9wWWFEjVMmy3vNOHjFIXU63oik5ZtvjcBqjsUE#> .
@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:MOMENTUM a fip:Emerging-Community , fip:FAIR-Implementation-Community ;
    rdfs:comment "The project entitled “MOMENTUM” integrates and accelerates the most promising research developments from fourteen ZonMw breakthrough projects. In co-creation with private sector organisations and in consultation with key stakeholders from academia, government, industry and citizen organisations, the research conducted in MOMENTUM aims to unravel the potential human health effects of micro- and nanoplastics (MNPs) and to propose solutions to minimise their health impact. " ;
    rdfs:label "MOMENTUM Microplastics and Human Health Consortium" ;
    rdfs:seeAlso <https://momentummicroplastics.nl/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/NCIT_C17206> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0005-4117-7982 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "GPEJ4z16ZkVc62hTUruxxWuGp5flb5N7m0+Vb5JMGaHrhWloNf9V8KIxezGE+byGw+KMyQCvoREHp4aGbT8Vagh2loL88EJywnZw7ECD2P26YGjX8J0kZnqtcRvQPmLSe2RGnbG8IP5VBkKx18OZ9kIvwxv6nTbgTJKxw/joNvA=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-16T14:22:37Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:MOMENTUM ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/df6c15c9-1b4e-4c17-ad47-86f6179e07f1> .
}