@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 fairsharing: <https://fairsharing.org/> .
@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:GECKO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GECKO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gecko .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.3da56b .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:gecko .

bioregistry.metaresource:ols dcterms:hasPart ols:gecko .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:GECKO .

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

bioregistry:gecko a bioregistry.schema:0000001 ;
    rdfs:label "Genomics Cohorts Knowledge Ontology" ;
    dcterms:description "An ontology to represent genomics cohort attributes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/IHCC-cohorts/GECKO> ;
    skos:exactMatch aberowl:GECKO,
        ontobee:GECKO,
        wikidata:Q113012662,
        bioportal:GECKO,
        fairsharing:FAIRsharing.3da56b,
        ols:gecko,
        obofoundry:gecko ;
    dcat:keyword "biospecimen",
        "experimental measurement",
        "genomics",
        "life science",
        "obo",
        "ontology",
        "statistics" ;
    foaf:homepage <https://github.com/IHCC-cohorts/GECKO> ;
    bioregistry.schema:0000005 "0000044"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/GECKO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:gecko.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4871-5569 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/GECKO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:GECKO_0000044 ;
    bioregistry.schema:0000029 "gecko" .

orcid:0000-0003-4871-5569 rdfs:label "Rebecca Jackson" ;
    foaf:mbox "rbca.jackson@gmail.com" .

aberowl:GECKO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:GECKO dcterms:isPartOf bioregistry.metaresource:ontobee .

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

bioportal:GECKO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.3da56b dcterms:isPartOf bioregistry.metaresource:fairsharing .

ols:gecko dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:gecko dcterms:isPartOf bioregistry.metaresource:obofoundry .

