@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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PROTCLUSTDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:protclustdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:protclustdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:protclustdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:protclustdb .

bioregistry:protclustdb a bioregistry.schema:0000001 ;
    rdfs:label "ProtClustDB" ;
    dcterms:description "ProtClustDB is a collection of related protein sequences (clusters) consisting of Reference Sequence proteins encoded by complete genomes. This database contains both curated and non-curated clusters."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PROTCLUSTDB,
        n2t:protclustdb,
        prefixcommons:protclustdb,
        miriam:protclustdb ;
    dcat:keyword "protein",
        "structure" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/proteinclusters?db=proteinclusters> ;
    bioregistry.schema:0000005 "O80725"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/sites/entrez?Db=proteinclusters&Cmd=DetailsSearch&Term=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "William Klimke" ;
            foaf:mbox "klimke@ncbi.nlm.nih.gov" ] ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/sites/entrez?Db=proteinclusters&Cmd=DetailsSearch&Term="^^xsd:string ;
    bioregistry.schema:0000026 ror:02meqm098 ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/sites/entrez?Db=proteinclusters&Cmd=DetailsSearch&Term=O80725> ;
    bioregistry.schema:0000029 "protclustdb" .

biocontext:PROTCLUSTDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:protclustdb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:protclustdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:protclustdb dcterms:isPartOf bioregistry.metaresource:miriam .

