@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:EPOS-ERIC a fip:FAIR-Implementation-Community;
rdfs:comment "EPOS is composed of a variety of Earth Science stakeholders that are together working towards integrating a set of diverse European Earth Science National Research Infrastructures into one single interoperable platform. The programme will develop implementation plans and use new e-science opportunities to monitor and understand the dynamic and complex solid Earth system.";
rdfs:label "European Plate Observing System - European Research Infrastructure Consortium";
rdfs:seeAlso ;
fip:has-research-domain , ,
, ,
, ,
.
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-8057-7541 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "WWDlG9xBJxj7hPnsTt0ujAlSF+JZPC/FBIsXrTkdYftwD+B0/Q5xBG2skiBX735gyR6s21M5E8WL/983i0esLHxezzxUCdR9fNyjkru1IpK8U4vYjsb2X+5cj3yat9vlMNm6xzltniikHCPIRsNRiISP2Q5R/Q6uZnudzXcMQlk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-17T16:22:13Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:EPOS-ERIC;
prov:wasDerivedFrom .
}