@prefix this: <http://purl.org/np/RA0s9-5yUhXz-5ZfM3GLUHpqOqrpNQv1QNtR_Fa0rYTfM> .
@prefix sub: <http://purl.org/np/RA0s9-5yUhXz-5ZfM3GLUHpqOqrpNQv1QNtR_Fa0rYTfM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ICPSR a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "An international consortium of more than 750 academic institutions and research organizations, that hosts 21 specialized collections of data. ICPSR acts  as a global leader in data stewardship and  provides training in data access, curation, and methods of analysis for the social science research community" ;
    rdfs:label "Inter university Consortium for Political and Social Research" ;
    rdfs:seeAlso <https://www.icpsr.umich.edu/web/pages/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8100-422X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "LuPbWNGTRe/tujcJHPq4Mgs86ybCfjP2i+nCsbybbBqJKnwUNWxuBTv+WxutDbeCvVOg8ama2PSvNzIEmZCr2iuK0dLpT7EkeiTUKgYV0FFGuk5LAleTqbhFhlMJRBK1A/ZT/jOFE6BQaH1PvH1Uzp27FCCU1AdNsDmAxaicfLo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-09T15:33:56Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ICPSR ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/daa4582b-6eb2-44de-b1ed-3465add301e7> .
}