@prefix this: <https://w3id.org/np/RAad_Vl-1_z0QaUT5v3jhCZ5uHG6ZCu6uNsDB9-ygnO7U> .
@prefix sub: <https://w3id.org/np/RAad_Vl-1_z0QaUT5v3jhCZ5uHG6ZCu6uNsDB9-ygnO7U#> .
@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:PRESGL <http://schema.org/url> <https://usa.ipums.org/usa-action/variables/PRESGL#source_variables_section> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "PRESGL is a constructed variable that assigns a Siegel prestige score to each occupation using the occupational classification scheme available in OCC1950 variable." ;
    rdfs:label "PRESGL | Siegel Prestige Scores for OccupationS" ;
    rdfs:seeAlso <https://www.proquest.com/openview/0d47c298cc067e3ba45fda51b4ff23a9/1?cbl=18750&diss=y&pq-origsite=gscholar> ;
    fip:has-description-source <https://usa.ipums.org/usa-action/variables/presgl#description_section> .
}
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 "m5sMyCFA5twQGkhr8+Hl+0s9KH2Lqv/B1xsaL1bf2x8yC7MfNd2RfDAGsBYQw9PnKV3eLu0rENa7EuZ8oB0j4EttDEC8EvHoQB9MLuw0pzVQ9wN49ko5xs9ORXj9l45u6vq4oC7QcjA871Z6VIK64Som4ieVCegpg7kp4PKfLOg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-04-25T09:30:52Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PRESGL ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/f8fb4285-1087-473a-8b80-a7a6f1d3421f> .
}