@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:FSNP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:fsnp .

bioregistry.metaresource:miriam dcterms:hasPart miriam:fsnp .

bioregistry.metaresource:n2t dcterms:hasPart n2t:fsnp .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:fsnp .

bioregistry:fsnp a bioregistry.schema:0000001 ;
    rdfs:label "F-SNP" ;
    dcterms:description "The Functional Single Nucleotide Polymorphism (F-SNP) database integrates information obtained from databases about the functional effects of SNPs. These effects are predicted and indicated at the splicing, transcriptional, translational and post-translational level. In particular, users can retrieve SNPs that disrupt genomic regions known to be functional, including splice sites and transcriptional regulatory regions. Users can also identify non-synonymous SNPs that may have deleterious effects on protein structure or function, interfere with protein translation or impede post-translational modification."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:FSNP,
        n2t:fsnp,
        prefixcommons:fsnp,
        miriam:fsnp ;
    dcat:keyword "dna",
        "protein" ;
    foaf:homepage <http://compbio.cs.queensu.ca/F-SNP/> ;
    bioregistry.schema:0000005 "rs17852708"^^xsd:string ;
    bioregistry.schema:0000006 "http://compbio.cs.queensu.ca/cgi-bin/compbio/search/main.cgi?search_mode=id&amp;id_type=snp_id&amp;id_val=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^rs\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://compbio.cs.queensu.ca/cgi-bin/compbio/search/main.cgi?search_mode=id&amp;id_type=snp_id&amp;id_val="^^xsd:string ;
    bioregistry.schema:0000027 <http://compbio.cs.queensu.ca/cgi-bin/compbio/search/main.cgi?search_mode=id&amp;id_type=snp_id&amp;id_val=rs17852708> ;
    bioregistry.schema:0000029 "fsnp" .

biocontext:FSNP dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:fsnp dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:fsnp dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:fsnp dcterms:isPartOf bioregistry.metaresource:miriam .

