@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:ROLEO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:ROLEO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:roleo .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:roleo .

bioregistry:roleo a bioregistry.schema:0000001 ;
    rdfs:label "Role Ontology" ;
    dcterms:description "The Role Ontology (RoleO) is a ontology in the domain of role classification. RoleO aims to standardize role classification and support computer-assisted reasoning. RoleO is a community-based ontology, and its development follows the OBO Foundry principles."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:ROLEO,
        bioportal:ROLEO,
        prefixcommons:roleo ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/roleontology/roleo> ;
    bioregistry.schema:0000005 "0000002"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/RoleO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/ROLEO/1/roleo.owl> ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0001-9189-9661 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/RoleO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:RoleO_0000002 ;
    bioregistry.schema:0000029 "roleo" .

orcid:0000-0001-9189-9661 rdfs:label "Yongqun Oliver He" ;
    foaf:mbox "yongqunh@med.umich.edu" .

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

aberowl:ROLEO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:ROLEO dcterms:isPartOf bioregistry.metaresource:bioportal .

prefixcommons:roleo dcterms:isPartOf bioregistry.metaresource:prefixcommons .

