@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
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 .
}
sub:provenance {
sub:assertion dcterms: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: dcterms:created "2022-10-09T15:33:56Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:ICPSR;
prov:wasDerivedFrom .
}