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

bioregistry.metaresource:rrid dcterms:hasPart rrid:NSRRC .

bioregistry:nsrrc a bioregistry.schema:0000001 ;
    rdfs:label "National Swine Resource and Research Center" ;
    dcterms:description "Provides access to critically needed swine models of human health and disease as well as a central resource for reagents, creation of new genetically modified swine, and information and training related to use of swine models in biomedical research. [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:NSRRC ;
    dcat:keyword "biomaterial manufacture",
        "breeding",
        "consulting",
        "cryopreservation",
        "fetal fibroblast",
        "fetus",
        "fibroblast",
        "genetically modified pig",
        "genetics",
        "genome",
        "genotyping",
        "health monitoring",
        "live animal",
        "phenotyping",
        "pig",
        "reproduction",
        "tissue" ;
    foaf:homepage <http://www.nsrrc.missouri.edu/> ;
    bioregistry.schema:0000005 "0005"^^xsd:string ;
    bioregistry.schema:0000006 "https://nsrrc.missouri.edu/nsrrc$1info/"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/nsrrc:"^^xsd:string ;
    bioregistry.schema:0000027 <https://nsrrc.missouri.edu/nsrrc0005info/> ;
    bioregistry.schema:0000029 "nsrrc" .

rrid:NSRRC dcterms:isPartOf bioregistry.metaresource:rrid .

