Nanopublication

< Home

ID

http://purl.org/np/RAbFDL3kkY7IIjWMfU8C7zrAW-Wn2FFI-iMVPNPCU07Qg

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dc1: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@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 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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:epos-data-policy a <fip:Available-FAIR-Enabling-Resource>, fip:FAIR-Enabling-Resource,
      fip:Metadata-preservation-policy;
    schema:url <https://www.epos-eu.org/data-policy-2018>;
    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 <https://fip-wizard.ds-wizard.org>;
    dc1: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> .
}