@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:ARDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ardb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ardb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ardb .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q112205944 .

bioregistry:ardb a bioregistry.schema:0000001 ;
    rdfs:label "Antibiotic Resistance Genes Database" ;
    dcterms:description "The Antibiotic Resistance Genes Database (ARDB) is a manually curated database which characterises genes involved in antibiotic resistance. Each gene and resistance type is annotated with information, including resistance profile, mechanism of action, ontology, COG and CDD annotations, as well as external links to sequence and protein databases. This collection references resistance genes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q112205944,
        biocontext:ARDB,
        n2t:ardb,
        miriam:ardb ;
    foaf:homepage <http://ardb.cbcb.umd.edu/> ;
    bioregistry.schema:0000005 "CAE46076"^^xsd:string ;
    bioregistry.schema:0000006 "http://ardb.cbcb.umd.edu/cgi/search.cgi?db=L&amp;field=ni&amp;term=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z_]{3}[0-9]{4,}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://ardb.cbcb.umd.edu/cgi/search.cgi?db=L&amp;field=ni&amp;term="^^xsd:string ;
    bioregistry.schema:0000027 <http://ardb.cbcb.umd.edu/cgi/search.cgi?db=L&amp;field=ni&amp;term=CAE46076> ;
    bioregistry.schema:0000029 "ardb" .

wikidata:Q112205944 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

biocontext:ARDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ardb dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ardb dcterms:isPartOf bioregistry.metaresource:miriam .

