@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 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 uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CATH.SUPERFAMILY .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cath.superfamily .

bioregistry.metaresource:miriam dcterms:hasPart miriam:cath.superfamily .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cath.superfamily .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0029 .

bioregistry:cath dcterms:hasPart bioregistry:cath.superfamily .

biocontext:CATH.SUPERFAMILY dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:cath.superfamily dcterms:isPartOf bioregistry.metaresource:n2t .

bioregistry:cath.superfamily a bioregistry.schema:0000001 ;
    rdfs:label "CATH superfamily" ;
    dcterms:description "The CATH database is a hierarchical domain classification of protein structures in the Protein Data Bank. Protein structures are classified using a combination of automated and manual procedures. There are four major levels in this hierarchy; Class (secondary structure classification, e.g. mostly alpha), Architecture (classification based on overall shape), Topology (fold family) and  Homologous superfamily (protein domains which are thought to share a common ancestor). This colelction is concerned with superfamily classification."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:cath ;
    skos:exactMatch biocontext:CATH.SUPERFAMILY,
        n2t:cath.superfamily,
        miriam:cath.superfamily,
        uniprot.resource:DB-0029 ;
    dcat:keyword "family and domain databases" ;
    foaf:homepage <http://www.cathdb.info/> ;
    bioregistry.schema:0000005 "1.10.10.200"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.cathdb.info/cathnode/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+(\\.\\d+(\\.\\d+(\\.\\d+)?)?)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.cathdb.info/cathnode/"^^xsd:string ;
    bioregistry.schema:0000026 ror:05wsetc54 ;
    bioregistry.schema:0000027 <http://www.cathdb.info/cathnode/1.10.10.200> ;
    bioregistry.schema:0000029 "cath.superfamily" .

miriam:cath.superfamily dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0029 dcterms:isPartOf bioregistry.metaresource:uniprot .

