@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 dcterms: <http://purl.org/dc/terms/> .
@prefix edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@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:CABRI .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cabri .

bioregistry.metaresource:edam dcterms:hasPart edam:2380 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:cabri .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cabri .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:CABRI .

bioregistry:cabri a bioregistry.schema:0000001 ;
    rdfs:label "Common Access to Biological Resources and Information Project" ;
    dcterms:description "CABRI (Common Access to Biotechnological Resources and Information) is an online service where users can search a number of European Biological Resource Centre catalogues. It lists the availability of a particular organism or genetic resource and defines the set of technical specifications and procedures which should be used to handle it."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2380,
        biocontext:CABRI,
        n2t:cabri,
        ncbi.resource:CABRI,
        miriam:cabri ;
    foaf:homepage <http://www.cabri.org/> ;
    bioregistry.schema:0000005 "dsmz_mutz-id:ACC 291"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.cabri.org/CABRI/srs-bin/wgetz?-e+-page+EntryPage+[$1]"^^xsd:string ;
    bioregistry.schema:0000008 "^([A-Za-z]+)?(\\_)?([A-Za-z-]+)\\:([A-Za-z0-9 ]+)$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/cabri:"^^xsd:string ;
    bioregistry.schema:0000029 "cabri" .

edam:2380 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:CABRI dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:cabri dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:CABRI dcterms:isPartOf bioregistry.metaresource:ncbi .

miriam:cabri dcterms:isPartOf bioregistry.metaresource:miriam .

