@prefix this: <https://w3id.org/fair/icc/np/F1-Challenge-1/RAb0k3_GKZrPUXDIjVY1hFhm9A2TmdPvXvmQbOTcOEMRA> .
@prefix sub: <https://w3id.org/fair/icc/np/F1-Challenge-1/RAb0k3_GKZrPUXDIjVY1hFhm9A2TmdPvXvmQbOTcOEMRA#> .
@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-Challenge-1> .
@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-Challenge-1 a icc:Challenge ;
    rdfs:comment "The community should define identifier registration service(s) that ensure global uniqueness for its digital resources." ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "F1 Challenge 1" ;
    rdfs:seeAlso icc:F1-Explanation ;
    icc:refers-to-principle fair:F1 .
}
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 "gmUTeVOIyymGbwutTrqbbdP7bC5EtvE3hx3eJ+uM8dwbM8Q3a5z4abBuDZq69Rr9Thh8rRaETFr5ids4c0ik+aGKtt2JiG/8fC/DqO+O09EY35ZeQhSyedQdaOWx4yxbMCI4qf0wovZoz9xXm3+9HTUEp1PZSG5a/VNyuv1CRMI=" ;
    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/> .
}