@prefix this: <https://w3id.org/np/RAr9UU89m_5fXYPPowF2lL9u5ugfhJ4em3zc62mTts6f4> .
@prefix sub: <https://w3id.org/np/RAr9UU89m_5fXYPPowF2lL9u5ugfhJ4em3zc62mTts6f4#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ISCED <http://schema.org/url> <https://uis.unesco.org/en/topic/international-standard-classification-education-isced> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "International Standard Classification of Education (ISCED) is the reference international classification for organising education programmes and related qualifications by levels and fields. ISCED 2011 (levels of education) has been implemented in all EU data collections since 2014. ISCED-F 2013 (fields of education and training) has been implemented since 2016. It is maintained by the United Nations Educational, Scientific and Cultural Organization (UNESCO)." ;
    rdfs:label "ISCED | International Standard Classification of Education" ;
    rdfs:seeAlso <https://web.archive.org/web/20170106011231/https://uis.unesco.org/sites/default/files/documents/international-standard-classification-of-education-isced-2011-en.pdf> ;
    skos:closeMatch <https://en.wikipedia.org/wiki/International_Standard_Classification_of_Education> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1261-9930 ;
    prov:wasDerivedFrom <https://en.wikipedia.org/wiki/International_Standard_Classification_of_Education> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "W2pJ/B8e5YxnG+Yp/E5nuHdJJxtaXYmi3G0juEZkR9qCtbdtuFqGfWMP9m/K/CDZv7rlStjjV+ENCzJPwCvBHGHnGG2bOoHaLtg3LvqL22ajUInVdR/NaGR9sNIz8XPpCrjW2Ckkv4AfNfKKOpi8CimAvckr4r+GZkBwk7LLPnY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-07-07T13:03:16Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:ISCED ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/8bbfc544-1321-4295-8f39-a2780210da67> .
}