@prefix this: <http://purl.org/np/RAgOpetXLxY-WKy6p5Zox8FwxDzPZYxOLsacmeTIY4IrQ> .
@prefix sub: <http://purl.org/np/RAgOpetXLxY-WKy6p5Zox8FwxDzPZYxOLsacmeTIY4IrQ#> .
@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:NICEST2 a fip:FAIR-Implementation-Community ;
    rdfs:comment "NICEST-2 - the second phase of the Nordic Collaboration on e-Infrastructures for Earth System Modeling focuses on strengthening the Nordic position within climate modeling by leveraging, reinforcing and complementing ongoing initiatives." ;
    rdfs:label "Nordic Infrastructure Collaboration for Earth System Tools phase 2" ;
    rdfs:seeAlso <https://neic.no/nicest2/> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0026615> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-4214-2213 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "bbS9JxSoT+huoXvq+FfusBASuT23JvHK335C52tbCEuXwZNAvNUSEgn0hSfWr177khCzUb93XrOv9yeqaeJJcbiXc0iqwCeSqlSNhFSXwpviE1ssXaVecLlH0O0iQP0cxkx+F3c38qWTIEZSc3Lwk4RSdvqJUEFGYy15XMunvj0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-09-02T09:47:12Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:NICEST2 ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/89a51dbd-7390-4ecf-ae9f-539c4754fd97> .
}