@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/icc/np/A2-Explanation/RASqc1YjfNdnBZ8X3hAVGqdY3q_T3e6cPs-PsbW6NZDfE> .
@prefix sub: <https://w3id.org/fair/icc/np/A2-Explanation/RASqc1YjfNdnBZ8X3hAVGqdY3q_T3e6cPs-PsbW6NZDfE#> .
@prefix latest: <https://w3id.org/fair/icc/latest/A2-Explanation> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://www.dcc.ac.uk/> rdfs:label "Digital Curation Centre" .
  <http://www.dcc.ac.uk/resources/data-management-plans> rdfs:label "Data Management Plan" .
  <https://doi.org/10.1162/dint_a_00043> rdfs:label "Jones et al. 2019" .
  <https://doi.org/10.25490/a97f-egyk> rdfs:label "Martone et al. 2014" .
  icc:A2-Explanation a icc:Explanation ;
    rdfs:comment "There is a continued focus on keeping relevant digital resources available in the future. Data may no longer be accessible either by design (e.g. a defined life-span within limited financial resources or legal requirements to destroy sensitive data) or by accident. However, given that those data may have been used and are referenced by others, it is important that consumers have, at the very least, access to high quality metadata that describes those resources sufficiently to minimally understand their nature and their provenance, even when the relevant data are not available anymore. This principle relies heavily on the ‘second purpose’ of principle F3 (the metadata record contains the identifier of the data), because in the case where the data record is no longer available, there must be a clear and precise way of discovering its historical metadata record. This aspect of accessibility is further elaborated in the Joint Declaration of Data Citation Principles (doi:10.25490/a97f-egyk)." ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "A2 Explanation" ;
    rdfs:seeAlso <http://www.dcc.ac.uk/> , <http://www.dcc.ac.uk/resources/data-management-plans> , <https://doi.org/10.1162/dint_a_00043> , <https://doi.org/10.25490/a97f-egyk> ;
    icc:explains-principle fair:A2 ;
    icc:implementation-considerations "Current choices/challenges are for communities to choose/define a persistence policy for metadata that describes data that may not always be available, choose/define machine-actionable templates for a persistence policy document for metadata, and in addition choose/define a machine-actionable scheme to reference the metadata persistence policy." ;
    icc:implementation-examples "Examples of early attempts to address this critical principle relates closely to the principles of digital curation (http://www.dcc.ac.uk/) including the concept of a FAIR compliant DMP (Data Management Plan; http://www.dcc.ac.uk/resources/data-management-plans) (doi:10.1162/dint_a_00043). Many other efforts are underway to improve the long-term stewardship of reusable digital resources." .
  fair:A2 rdfs:label "A2" .
}
sub:provenance {
  sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group .
}
sub:pubinfo {
  this: dcterms:created "2019-11-22T18:41:24.945+01:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-4818-2360 ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}