@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:THESOZ a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
rdfs:comment "The Thesaurus for the Social Sciences (Thesaurus Sozialwissenschaften) contains about 12,000 entries, of which more than 8,000 are descriptors (authorised keywords) and about 4,000 non-descriptors. Topics in all of the social science disciplines are included. SKOS version of the thesaurus.";
rdfs:label "Thesaurus Sozialwissenschaften (THESOZ)";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0002-0156-3556 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "FKNsLq/kBYsY9LSUMQ8hWJCtdt9gdxsn/FPDlmXlQiPjaGm9KfAwRCekDro9Bexx/5Z90d+V8G/A1Yz580nXWRRuumXnIN8Yo+Ssl1k9CdZW/g0q8Hj3tzXwoWUV3SpNoVSeq+475mCUrLMUdAs9shM5ReyRIFYoObUfhuAVh4g=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-11-14T14:01:07Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:THESOZ;
prov:wasDerivedFrom .
}