@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:igsr .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:IGSR .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010180 .

bioregistry:igsr a bioregistry.schema:0000001 ;
    rdfs:label "International Genome Sample Resource" ;
    dcterms:description """The 1000 Genomes Project is an international collaboration to produce an extensive public catalog of human genetic variation, including SNPs and structural variants, and their haplotype contexts. This resource will support genome-wide association studies and other medical research studies.
The genomes of about 2500 unidentified people from about 25 populations around the world will be sequenced using next-generation sequencing technologies. The results of the study will be freely and publicly accessible to researchers worldwide.
The International Genome Sample Resource (IGSR) has been established at EMBL-EBI to continue supporting data generated by the 1000 Genomes Project, supplemented with new data and new analysis."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:IGSR,
        re3data:r3d100010180 ;
    foaf:homepage <https://www.internationalgenome.org/> ;
    bioregistry.schema:0000005 "NA06985"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.internationalgenome.org/data-portal/sample/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3897-7955 ;
    bioregistry.schema:0000024 "https://www.internationalgenome.org/data-portal/sample/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.internationalgenome.org/data-portal/sample/NA06985> ;
    bioregistry.schema:0000029 "igsr" .

orcid:0000-0002-3897-7955 rdfs:label "Paul Flicek" ;
    foaf:mbox "flicek@ebi.ac.uk" .

cellosaurus.resource:IGSR dcterms:isPartOf bioregistry.metaresource:cellosaurus .

re3data:r3d100010180 dcterms:isPartOf bioregistry.metaresource:re3data .

