@prefix this: <https://w3id.org/np/RAt9yvMyjVe6nAM3mnU0eIsbKSV9Qd3IoTj-QrK8QPxpE> .
@prefix sub: <https://w3id.org/np/RAt9yvMyjVe6nAM3mnU0eIsbKSV9Qd3IoTj-QrK8QPxpE#> .
@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:RELIANCE-EOSC a fip:FAIR-Implementation-Community ;
    rdfs:comment "The REsearch LIfecycle mAnagemeNt for Earth Science Communities and CopErnicus users in EOSC is a European Open Science Cloud (EOSC) funded initiative (January 2021 - June 2023). The EU-funded RELIANCE project seeks to extend the EOSC's capabilities with an enhanced support for various research activities, aligned with the EOSC Interoperability Framework. It will boost the discovery of and access to research data, including Copernicus data, improve the extraction of relevant information, and manage the research lifecycle via research objects while promoting FAIR and open science principles. By adopting a holistic research management approach, the project aims to enhance support for multidisciplinary research, particularly in Earth Science, improving European science as a whole." ;
    rdfs:label "The RELIANCE Community" ;
    rdfs:seeAlso <https://www.reliance-project.eu> ;
    fip:has-research-domain <http://purl.obolibrary.org/obo/OMIT_0026615> .
}
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 "MJwhMI9QusHs7N6M48i+Tp6BF1yk7IAH5kvoeXeHSTv7evucQO4peGr8HissNOPQtO8fglQXUkSxWgVU4gC64xuxrnec331DfsBdWGzZxcMdf3Y9ZD0Yb6Yi3RK+P39yllqkvqogtUp8xQpItKgEodhRJOA2h/Iq4gmsxR7tby0=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-05-03T06:52:42Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:RELIANCE-EOSC ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ca1ffaaf-8cd6-4c49-837e-9e0ba6daea60> .
}