@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 orcid: <https://orcid.org/> .
@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:agsc .

bioregistry.metaresource:rrid dcterms:hasPart rrid:AGSC .

bioregistry:agsc a bioregistry.schema:0000001 ;
    rdfs:label "Ambystoma Genetic Stock Center" ;
    dcterms:description "The Ambystoma Genetic Stock Center (AGSC) maintains a breeding colony of Mexican axolotls (Ambystoma mexicanum) and distributes axolotl embryos, larvae, and adults to laboratories and classrooms throughout the United States and abroad. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:AGSC ;
    dcat:keyword "adult",
        "ambystoma",
        "embryo",
        "k-12 teacher",
        "larvae",
        "salamander" ;
    foaf:homepage <https://ambystoma.uky.edu/genetic-stock-center/> ;
    bioregistry.schema:0000005 "100E"^^xsd:string ;
    bioregistry.schema:0000006 "https://scicrunch.org/resolver/RRID:AGSC_$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8332-3176 ;
    bioregistry.schema:0000024 "https://scicrunch.org/resolver/RRID:AGSC_"^^xsd:string ;
    bioregistry.schema:0000027 <https://scicrunch.org/resolver/RRID:AGSC_100E> ;
    bioregistry.schema:0000029 "agsc" .

orcid:0000-0002-8332-3176 rdfs:label "Stephen Randal Voss" ;
    foaf:mbox "srvoss@uky.edu" .

rrid:AGSC dcterms:isPartOf bioregistry.metaresource:rrid .

