@prefix this: <https://w3id.org/fair/icc/np/F1-Choice/RApRQMP5i3Od52MsWLFWSztk1MHuLCfBWZsJ-NzyEo3sA> .
@prefix sub: <https://w3id.org/fair/icc/np/F1-Choice/RApRQMP5i3Od52MsWLFWSztk1MHuLCfBWZsJ-NzyEo3sA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix icc: <https://w3id.org/fair/icc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix latest: <https://w3id.org/fair/icc/latest/F1-Choice> .
@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 {
  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 {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB" ;
    npx:hasSignature "fLKwHWRwQST0hAdOOaUiu/uhY/weS45fn8zKEKtwj5XKvJsJ+iR4ah6gQw6HH10yloPRTdg/y8FVmS+PV1RWDvk3gqGxiyuXnJy9jIjXodL0gxWV6DstHe6CL1nC6Nf3iwrncVmnAaJ64aTUO2PlzRbltbmnpOC7+HsF7YsYlnw=" ;
    npx:hasSignatureTarget this: .
  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/> .
}