@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:OCCO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:OCCO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:occo .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:occo .

bioregistry.metaresource:ols dcterms:hasPart ols:occo .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:OCCO .

bioregistry:occo a bioregistry.schema:0000001 ;
    rdfs:label "Occupation Ontology" ;
    dcterms:description "This Occupaton Ontology (OccO) is an ontology in the domain of human occupaitons. Current OccO version is developed based on the US Bureau of Labor Statistics Standard Occupation Classification (SOC) and the related O*Net System. The OccO development follows the principles of the Open Biological and Biomedical (OBO) Foundry."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Occupation-Ontology/OccO> ;
    skos:exactMatch aberowl:OCCO,
        ontobee:OCCO,
        bioportal:OCCO,
        ols:occo,
        obofoundry:occo ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/Occupation-Ontology/OccO> ;
    bioregistry.schema:0000005 "00000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/OCCO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 obo:occo.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2999-0103 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/OCCO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:OCCO_00000001 ;
    bioregistry.schema:0000029 "occo" .

orcid:0000-0002-2999-0103 rdfs:label "Jie Zheng" ;
    foaf:mbox "zhengj2007@gmail.com" .

aberowl:OCCO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:OCCO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:OCCO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:occo dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:occo dcterms:isPartOf bioregistry.metaresource:obofoundry .

