@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:esco.occupation .

bioregistry:esco.occupation a bioregistry.schema:0000001 ;
    rdfs:label "ESCO Occupation" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The ESCO occupations pillar is built on ISCO-08 which serves as its hierarchical structure. ISCO-08 provides the top four levels for the occupations pillar and ESCO occupations are located at level 5 and lower. In ESCO, each occupation is mapped to exactly one ISCO-08 code. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://esco.ec.europa.eu/en/classification/occupation_main> ;
    bioregistry.schema:0000005 "eea2b5c6-48d1-4612-957e-585783b3c7bb"^^xsd:string ;
    bioregistry.schema:0000006 "http://data.europa.eu/esco/occupation/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://data.europa.eu/esco/occupation/"^^xsd:string ;
    bioregistry.schema:0000027 <http://data.europa.eu/esco/occupation/eea2b5c6-48d1-4612-957e-585783b3c7bb> ;
    bioregistry.schema:0000029 "esco.occupation" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

