@prefix this: <http://purl.org/np/RAvSKSoRBICN4W97XU4QHODnJPjIP8VlrGhmqy5-RZbq8> .
@prefix sub: <http://purl.org/np/RAvSKSoRBICN4W97XU4QHODnJPjIP8VlrGhmqy5-RZbq8#> .
@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:Authentication-and-authorization-service , fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service , fip:Metadata-data-linking-schema , fip:Metadata-schema , fip:Registry ;
    rdfs:comment "An international consortium of more than 750 academic institutions and research organizations, Inter-university Consortium for Political and Social Research (ICPSR) provides leadership and 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-422 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MPMcYVgV0GPJbE5H7Myr2Yf/Kh5OMjss5Z7XSIBWhhVoDHISgJBWVbb9nzZFentJtTj8UmCfNMBQu2Ec2K1tVCB/ewkO4h3TmNi0g3SSyLn6Bdd9jFwmnCJdyRtFKeJDCrvklIok8d0xmnRNA3qRQ6hfxCdLzpa2DvWxtW1faKY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-10-09T16:54:53Z"^^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/d98aef47-d4c3-48c9-8839-b8c65a8ac793> .
}