@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:CRO .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CRO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CRO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cro .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:cro .

bioregistry.metaresource:ols dcterms:hasPart ols:cro .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:CRO .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q70987840 .

bioregistry:cro a bioregistry.schema:0000001 ;
    rdfs:label "Contributor Role Ontology" ;
    dcterms:description "A classification of the diverse roles performed in the work leading to a published research output in the sciences. Its purpose to provide transparency in contributions to scholarly published work, to enable improved systems of attribution, credit, and accountability."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/data2health/contributor-role-ontology> ;
    skos:exactMatch aberowl:CRO,
        ontobee:CRO,
        wikidata:Q70987840,
        bioportal:CRO,
        biocontext:CRO,
        ols:cro,
        obofoundry:cro ;
    dcat:keyword "attribution",
        "contributor roles",
        "obo",
        "ontology" ;
    foaf:homepage <https://github.com/data2health/contributor-role-ontology> ;
    bioregistry.schema:0000005 "0000038"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/CRO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:cro.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5059-4132 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/CRO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:CRO_0000038 ;
    bioregistry.schema:0000029 "cro" .

orcid:0000-0001-5059-4132 rdfs:label "Marijane White" ;
    foaf:mbox "whimar@ohsu.edu" .

aberowl:CRO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:CRO dcterms:isPartOf bioregistry.metaresource:ontobee .

wikidata:Q70987840 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

bioportal:CRO dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:CRO dcterms:isPartOf bioregistry.metaresource:biocontext .

ols:cro dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:cro dcterms:isPartOf bioregistry.metaresource:obofoundry .

