@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/principles/np/F3/RAjoswB_p1gaGbLz0tX8JerOu-t5DRI03wKkAiBFYF7Po> .
@prefix sub: <https://w3id.org/fair/principles/np/F3/RAjoswB_p1gaGbLz0tX8JerOu-t5DRI03wKkAiBFYF7Po#> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  fair:F3 a fair:FAIR-SubPrinciple ;
    rdfs:label "F3"@en ;
    skos:definition "metadata clearly and explicitly include the identifier of the data it describes"@en .
}
sub:provenance {
  sub:assertion prov:hadPrimarySource <https://doi.org/10.1038/sdata.2016.18> .
}
sub:pubinfo {
  this: dct:created "2019-05-09T10:45:27.047+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 , orcid:0000-0003-4727-9435 ;
    dct:rights <http://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/fair/principles/np/F3/RAsMN9AB4UJR0JmreUfu4Os4xQkonR5RSgVizq12h_yuk> .
}