@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:SHEEPQTLDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sheepqtldb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:sheepqtldb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:sheepqtldb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:sheepqtldb .

bioregistry:qtldb dcterms:hasPart bioregistry:sheepqtldb .

biocontext:SHEEPQTLDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:sheepqtldb dcterms:isPartOf bioregistry.metaresource:n2t .

bioregistry:sheepqtldb a bioregistry.schema:0000001 ;
    rdfs:label "Animal Genome Sheep QTL" ;
    dcterms:description "The Animal Quantitative Trait Loci (QTL) database (Animal QTLdb) is designed to house publicly all available QTL and single-nucleotide polymorphism/gene association data on livestock animal species. This collection references sheep QTLs."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:qtldb ;
    skos:exactMatch biocontext:SHEEPQTLDB,
        n2t:sheepqtldb,
        prefixcommons:sheepqtldb,
        miriam:sheepqtldb ;
    dcat:keyword "dna",
        "genome" ;
    foaf:homepage <https://www.animalgenome.org/QTLdb> ;
    bioregistry.schema:0000005 "19803"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.animalgenome.org/QTLdb/q?id=QTL_ID:"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.animalgenome.org/QTLdb/q?id=QTL_ID:19803> ;
    bioregistry.schema:0000029 "sheepqtldb" .

prefixcommons:sheepqtldb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:sheepqtldb dcterms:isPartOf bioregistry.metaresource:miriam .

