@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/fair/icc/np/F1-Choice/RA-KyfTO38WCxHdmW_Tdk-Gs8gSSEJbPi2W-L2_8K2xEw> .
@prefix sub: <https://w3id.org/fair/icc/np/F1-Choice/RA-KyfTO38WCxHdmW_Tdk-Gs8gSSEJbPi2W-L2_8K2xEw#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix latest: <https://w3id.org/fair/icc/latest/F1-Choice> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@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 {
  icc:F1-Choice a icc:Choice ;
    rdfs:comment "The community should choose identifier registration service(s) that ensure global uniqueness for its digital resources." ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "F1 Choice" ;
    rdfs:seeAlso icc:F1-Explanation ;
    icc:refers-to-principle fair:F1 ;
    icc:related-challenge icc:F1-Challenge-1 .
}
sub:provenance {
  sub:assertion pav:authoredBy icc:FAIR-Principles-Explained-Working-Group .
}
sub:pubinfo {
  this: dct:created "2019-07-26T13:27:47.420+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-8888-635X , orcid:0000-0002-1267-0234 , orcid:0000-0003-4818-2360 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}