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

bioregistry.metaresource:rrid dcterms:hasPart rrid:NXR .

bioregistry:nxr a bioregistry.schema:0000001 ;
    rdfs:label "National Xenopus Resource" ;
    dcterms:description "National stock center for X. laevis and X. tropicalis and training center for advanced technologies (e.g. husbandry, cell biology, imaging, genetics, transgenesis, genomics). [from RRID]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:NXR ;
    dcat:keyword "laevis",
        "tropicalis",
        "xenopus" ;
    foaf:homepage <http://www.mbl.edu/xenopus/> ;
    bioregistry.schema:0000005 "0024"^^xsd:string ;
    bioregistry.schema:0000006 "https://scicrunch.org/resolver/RRID:NXR_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://scicrunch.org/resolver/RRID:NXR_"^^xsd:string ;
    bioregistry.schema:0000027 <https://scicrunch.org/resolver/RRID:NXR_0024> ;
    bioregistry.schema:0000029 "nxr" .

rrid:NXR dcterms:isPartOf bioregistry.metaresource:rrid .

