@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 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:bioregistry dcterms:hasPart bioregistry:gpcrnava .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:gnd .

bioregistry:gpcrnava a bioregistry.schema:0000001 ;
    rdfs:label "GPCR Natural Variants database" ;
    dcterms:description "The GPCR NaVa database describes sequence variants within the family of human G Protein-Coupled Receptors (GPCRs). GPCRs regulate many physiological functions and are the targets for most of today's medicines. The acronym NaVa stands for Natural Variant, which means any (non-artificial) variant that occurs in humans."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:gnd ;
    dcat:keyword "pathway",
        "protein" ;
    foaf:homepage <http://nava.liacs.nl/> ;
    bioregistry.schema:0000005 "1150"^^xsd:string ;
    bioregistry.schema:0000006 "http://nava.liacs.nl/cgi-bin/nava.py?id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://nava.liacs.nl/cgi-bin/nava.py?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://nava.liacs.nl/cgi-bin/nava.py?id=1150> ;
    bioregistry.schema:0000029 "gpcrnava" .

prefixcommons:gnd dcterms:isPartOf bioregistry.metaresource:prefixcommons .

