@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gcst .

bioregistry.metaresource:miriam dcterms:hasPart miriam:gcst .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gcst .

bioregistry:gcst a bioregistry.schema:0000001 ;
    rdfs:label "GWAS Catalog" ;
    dcterms:description "The GWAS Catalog provides a consistent, searchable, visualisable and freely available database of published SNP-trait associations, which can be easily integrated with other resources, and is accessed by scientists, clinicians and other users worldwide."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch n2t:gcst,
        miriam:gcst ;
    foaf:homepage <https://www.ebi.ac.uk> ;
    bioregistry.schema:0000005 "GCST000035"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/gwas/studies/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^GCST\\d{6}\\d*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/gwas/studies/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/gwas/studies/GCST000035> ;
    bioregistry.schema:0000029 "gcst" .

n2t:gcst dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gcst dcterms:isPartOf bioregistry.metaresource:miriam .

