@prefix dc1: .
@prefix schema: .
@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-data-policy a , fip:FAIR-Enabling-Resource,
fip:Metadata-preservation-policy;
schema:url ;
rdfs:comment "In order to foster open, free and easy access to data and services, EPOS developed a common data policy agreed by the different thematic services providers. EPOS Data Policy respects national and European legislation which are primary regulations.";
rdfs:label "EPOS Data Policy" .
}
sub:provenance {
sub:assertion dc1:creator orcid:0000-0002-7916-6884 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "I+Enu5fK0uSfqfgmKblyoq3QVsVQxhr+rxV2+jnC0JpxPgHXqxXF6XXqBoSOiUYFhZ/AwCpum5c63f2Z8JiDLZZLxNiUFh8u83WkgkwKOn9c2A02CQVI/gWLY6BL2TmDBYenLrjPqfHaUhuRKpFERC8KzHFUYNv6z/fYB4inAdg=";
npx:hasSignatureTarget this: .
this: dc1:created "2023-03-25T18:11:02Z"^^xsd:dateTime;
dc1:creator ;
dc1:license ;
npx:introduces sub:epos-data-policy;
prov:wasDerivedFrom .
}