Nanopublication

< Home

ID

https://w3id.org/np/RA_SkLUwGGkfQi9O3yRz-FIbBYMIWB6mr6ZWmY6Jca29M

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA_SkLUwGGkfQi9O3yRz-FIbBYMIWB6mr6ZWmY6Jca29M> .
@prefix sub: <https://w3id.org/np/RA_SkLUwGGkfQi9O3yRz-FIbBYMIWB6mr6ZWmY6Jca29M/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <http://purl.org/np/RA1Ra0mFnCIMEAfwTbfg0dBO6LEu45UOycBDp0f7Z4ZH4#THESOZ> a fip:Available-FAIR-Supporting-Resource,
      fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    <http://schema.org/url> <https://data.gesis.org/cvbrowser/thesoz/en/>;
    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 6,000 non-descriptors. Topics from all disciplines of the social sciences are covered. This SKOS version of the thesaurus contains descriptors and non-descriptors in four languages (German, English, French, and Russian) as well as links to the TheSoz classification, the STW Thesaurus for Economics, the AGROVOC Multilingual Thesaurus, and to DBpedia.";
    rdfs:label "Thesaurus Sozialwissenschaften (THESOZ)";
    rdfs:seeAlso <https://lod.gesis.org/thesoz/>;
    skos:closeMatch <https://doi.org/10.25504/FAIRsharing.d092a4>;
    fip:has-description-source <https://data.gesis.org/cvbrowser/thesoz/en/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0156-3556;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.d092a4> .
}

sub:pubinfo {
  this: dct:created "2026-04-13T15:19:17Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <http://purl.org/np/RA1Ra0mFnCIMEAfwTbfg0dBO6LEu45UOycBDp0f7Z4ZH4#THESOZ>;
    npx:supersedes <http://purl.org/np/RA1Ra0mFnCIMEAfwTbfg0dBO6LEu45UOycBDp0f7Z4ZH4>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e225e3e3-4884-43d4-9d1d-eabcabbf5bb2> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "BIPr8uxe7cCHMjP5yZpNLKWBMKBAG4Y+kcpC+bsEKiKrqXFeQY/qSSC6NhL51NOlDwtA+9huGGmRT4BJLD2F4wropUpgcQE2F5lHm7lvtBJ+7W1F15Tq+I8ppi/aTnKCHG5YY4Tkg3YdlxjUjF9ctvDAIW0kVqDy2Lc3ubhnpxQ=";
    npx:hasSignatureTarget this: .
}