@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAVyQ6BYcl07VkWtLhfJsg39mBbTrB4eQxTw7P1s-PnJQ> .
@prefix sub: <http://purl.org/np/RAVyQ6BYcl07VkWtLhfJsg39mBbTrB4eQxTw7P1s-PnJQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dcat: <https://www.w3.org/ns/dcat#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:declaration a fip:FIP-Declaration ;
    fip:considerations "EPIC handle PID points to DO landing page containing the URL of the actual file for downloading, and each file contains PID to the corresponding landing page." ;
    fip:declared-by <http://purl.org/np/RAhtZUfiw2puxceEOXsLhh1eIlFWYvB_j0APDSxt_1Ypk#ACTRIS_CLU> ;
    fip:declares-current-use-of <http://purl.org/np/RAvSpggcYeB-tEfjF6SwIkM3R6LmxuOvK4FqJqIDIkxt0#Handle_System> ;
    fip:refers-to-question fip:FIP-Question-F3 ;
    dcat:endDate "2021-12-31"^^xsd:date ;
    dcat:startDate "2021-01-01"^^xsd:date .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0002-0651-4622 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "QeUtGSc+7hu2lkv9U4m9NTXqTsrP0f6l4wjEWl70qLEr9YDxq9qyZAzmMdx/BHYHnjhPAAjEiXQsd8yMZN/zUYE8PtGR8ZnQi18K2aZc5AlvGtXS1h9EE+TGHTWg8RuM2NKRBvJjGw1/Hna2ayG04uD6bxz6kPG3Qq+rTS0V+Lc=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-18T23:39:37Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/009eb71b-08a1-49e2-b661-6e7b4a8bedae> .
}