@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrid: <https://bioregistry.io/metaregistry/rrid/resolve/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:imsr_tac .

bioregistry.metaresource:rrid dcterms:hasPart rrid:IMSR_TAC .

bioregistry:imsr_tac a bioregistry.schema:0000001 ;
    rdfs:label "Taconic Biosciences" ;
    dcterms:description "Supplier of mice for research purposes. [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:IMSR_TAC ;
    dcat:keyword "gene",
        "genetic engineering",
        "knockout",
        "mice",
        "model",
        "mouse",
        "repository",
        "research",
        "strain",
        "subject",
        "supply",
        "transgenic" ;
    foaf:homepage <https://www.taconic.com/> ;
    bioregistry.schema:0000005 "1178"^^xsd:string ;
    bioregistry.schema:0000006 "https://scicrunch.org/resolver/RRID:IMSR_TAC_$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://scicrunch.org/resolver/RRID:IMSR_TAC_"^^xsd:string ;
    bioregistry.schema:0000027 <https://scicrunch.org/resolver/RRID:IMSR_TAC_1178> ;
    bioregistry.schema:0000029 "imsr_tac" .

rrid:IMSR_TAC dcterms:isPartOf bioregistry.metaresource:rrid .

