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

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CAPS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:caps .

bioregistry.metaresource:miriam dcterms:hasPart miriam:caps .

bioregistry.metaresource:n2t dcterms:hasPart n2t:caps .

bioregistry:caps a bioregistry.schema:0000001 ;
    rdfs:label "CAPS-DB" ;
    dcterms:description "CAPS-DB is a structural classification of helix-cappings or caps compiled from protein structures. The regions of the polypeptide chain immediately preceding or following an alpha-helix are known as Nt- and Ct cappings, respectively. Caps extracted from protein structures have been structurally classified based on geometry and conformation and organized in a tree-like hierarchical classification where the different levels correspond to different properties of the caps."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CAPS,
        n2t:caps,
        miriam:caps ;
    foaf:homepage <http://www.bioinsilico.org/cgi-bin/CAPSDB/staticHTML/home> ;
    bioregistry.schema:0000005 "434"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.bioinsilico.org/cgi-bin/CAPSDB/getCAPScluster?nidcl=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.bioinsilico.org/cgi-bin/CAPSDB/getCAPScluster?nidcl="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.bioinsilico.org/cgi-bin/CAPSDB/getCAPScluster?nidcl=434> ;
    bioregistry.schema:0000029 "caps" .

biocontext:CAPS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:caps dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:caps dcterms:isPartOf bioregistry.metaresource:miriam .

