Nanopublication

< Home

ID

https://w3id.org/np/RAOt7d0HtI6qDnkx3tcZEH8jZdPvE9jWYNoeQJUS6OS8w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOt7d0HtI6qDnkx3tcZEH8jZdPvE9jWYNoeQJUS6OS8w> .
@prefix sub: <https://w3id.org/np/RAOt7d0HtI6qDnkx3tcZEH8jZdPvE9jWYNoeQJUS6OS8w#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:HISCLASS a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Structured-vocabulary;
    <http://schema.org/url> <https://hdl.handle.net/10622/HEFSW2,>;
    rdfs:comment "HISCLASS is international, created for the purpose of making comparisons across different periods, countries and languages. Furthermore, it is linked to an international standard classification scheme for occupations - HISCO. The chapters in the book show how historical occupational titles classified in HISCO can form the building blocks of a social class scheme for past populations.";
    rdfs:label "HISCLASS | Historical International Social Class Scheme";
    fip:has-description-source <https://lib.ugent.be/catalog/rug01:002195312#reference-details> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "GoSwXk/EeOMY9DfGPdyeocO7UCzMeIe5pqgRWxJrk8jCyIj5vY05FZIGic4Ex8uiVFzL+aCskKWOA/ZR2b3MiNklwIwUSO+n+U8Q1yvTr5FpsF0h7orBeP/NMdvajl03qLb1F0wDTdfs1WV9740uLf+hpoOEINLsehD5vLGt5S0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-25T09:13:27Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:HISCLASS;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/544ecd56-77f7-45e8-bace-eb9ab87118d2> .
}