@prefix this: <http://purl.org/np/RAbFDL3kkY7IIjWMfU8C7zrAW-Wn2FFI-iMVPNPCU07Qg> .
@prefix sub: <http://purl.org/np/RAbFDL3kkY7IIjWMfU8C7zrAW-Wn2FFI-iMVPNPCU07Qg#> .
@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:epos-data-policy <http://schema.org/url> <https://www.epos-eu.org/data-policy-2018> ;
    a <fip:Available-FAIR-Enabling-Resource> , fip:FAIR-Enabling-Resource , fip:Metadata-preservation-policy ;
    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 dct: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: dct:created "2023-03-25T18:11:02Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:epos-data-policy ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/98bcc7fd-084f-4492-938f-3ddb50688825> .
}