@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 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:imgt.primerdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:imgt.primerdb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012535 .

bioregistry:imgt.primerdb a bioregistry.schema:0000001 ;
    rdfs:label "IMGT/PRIMER-DB" ;
    dcterms:description "The IMGT/PRIMER-DB database provides standardized information on oligonucleotides or primers of the immunoglobulins (IG) and T cell receptors (TR)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:imgt.primerdb,
        re3data:r3d100012535 ;
    dcat:keyword "dna" ;
    foaf:homepage <http://imgt.org/IMGTPrimerDB/> ;
    bioregistry.schema:0000005 "IPP900099"^^xsd:string ;
    bioregistry.schema:0000006 "http://imgt.org/IMGTPrimerDB/Check_PrDB.pl?numacc0=$1&origin=view&source=PrList"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/imgt.primerdb:"^^xsd:string ;
    bioregistry.schema:0000027 <http://imgt.org/IMGTPrimerDB/Check_PrDB.pl?numacc0=IPP900099&origin=view&source=PrList> ;
    bioregistry.schema:0000029 "imgt.primerdb" .

prefixcommons:imgt.primerdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

re3data:r3d100012535 dcterms:isPartOf bioregistry.metaresource:re3data .

