@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 dcat: <http://www.w3.org/ns/dcat#> .
@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:SUBTILIST .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:subtilist .

bioregistry.metaresource:miriam dcterms:hasPart miriam:subtilist .

bioregistry.metaresource:n2t dcterms:hasPart n2t:subtilist .

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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:subtilist .

bioregistry:subtilist a bioregistry.schema:0000001 ;
    rdfs:label "Bacillus subtilis genome sequencing project" ;
    dcterms:description """SubtiList serves to collate and integrate various aspects of the genomic information from B. subtilis, the paradigm of sporulating Gram-positive bacteria.
SubtiList provides a complete dataset of DNA and protein sequences derived from the paradigm strain B. subtilis 168, linked to the relevant annotations and functional assignments."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:SUBTILIST,
        n2t:subtilist,
        ncbi.resource:SubtiList,
        prefixcommons:subtilist,
        miriam:subtilist ;
    dcat:keyword "dna",
        "genome",
        "protein" ;
    foaf:homepage <http://genolist.pasteur.fr/SubtiList/> ;
    bioregistry.schema:0000005 "BG11523"^^xsd:string ;
    bioregistry.schema:0000006 "http://genolist.pasteur.fr/SubtiList/genome.cgi?external_query+$1"^^xsd:string ;
    bioregistry.schema:0000008 "^BG\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0002-6350-5001 ;
    bioregistry.schema:0000024 "http://genolist.pasteur.fr/SubtiList/genome.cgi?external_query+"^^xsd:string ;
    bioregistry.schema:0000027 <http://genolist.pasteur.fr/SubtiList/genome.cgi?external_query+BG11523> ;
    bioregistry.schema:0000029 "subtilist" .

orcid:0000-0002-6350-5001 rdfs:label "Antoine Danchin" ;
    foaf:mbox "antoine.danchin@normalesup.org" .

biocontext:SUBTILIST dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:subtilist dcterms:isPartOf bioregistry.metaresource:n2t .

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

prefixcommons:subtilist dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:subtilist dcterms:isPartOf bioregistry.metaresource:miriam .

