@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:SISU .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sisu .

bioregistry.metaresource:miriam dcterms:hasPart miriam:sisu .

bioregistry.metaresource:n2t dcterms:hasPart n2t:sisu .

bioregistry:sisu a bioregistry.schema:0000001 ;
    rdfs:label "Sequencing Initiative Suomi" ;
    dcterms:description "The Sequencing Initiative Suomi (SISu) project is an international collaboration to harmonize and aggregate whole genome and exome sequence data from Finnish samples, providing data for researchers and clinicians. The SISu project allows for the search of variants to determine their attributes and occurrence in Finnish cohorts, and provides summary data on single nucleotide variants and indels from exomes, sequenced in disease-specific and population genetic studies."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:SISU,
        n2t:sisu,
        miriam:sisu ;
    foaf:homepage <http://www.sisuproject.fi/> ;
    bioregistry.schema:0000005 "17:41223048"^^xsd:string ;
    bioregistry.schema:0000006 "http://search.sisuproject.fi/#/variant/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+:[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://search.sisuproject.fi/#/variant/"^^xsd:string ;
    bioregistry.schema:0000027 <http://search.sisuproject.fi/#/variant/17:41223048> ;
    bioregistry.schema:0000029 "sisu" .

biocontext:SISU dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:sisu dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:sisu dcterms:isPartOf bioregistry.metaresource:miriam .

