@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 orcid: <https://orcid.org/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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:bioregistry dcterms:hasPart bioregistry:pibase .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:183 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:pibase .

bioregistry:pibase a bioregistry.schema:0000001 ;
    rdfs:label "Database of structurally defined protein interfaces" ;
    dcterms:description "PIBASE is a collection of all protein structural interfaces extracted from the Protein Data Bank and PQS structure databases. Both chain-chain and domain-domain (SCOP and CATH definitions) interfaces are detected."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:183,
        prefixcommons:pibase ;
    dcat:keyword "protein",
        "structure" ;
    foaf:homepage <http://salilab.org/pibase> ;
    bioregistry.schema:0000005 "21692"^^xsd:string ;
    bioregistry.schema:0000006 "http://modbase.compbio.ucsf.edu/pibase-cgi/get_details.pl?object_type=complexes&bdp_id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://modbase.compbio.ucsf.edu/pibase-cgi/get_details.pl?object_type=complexes&bdp_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://modbase.compbio.ucsf.edu/pibase-cgi/get_details.pl?object_type=complexes&bdp_id=21692> ;
    bioregistry.schema:0000029 "pibase" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

pathguide:183 dcterms:isPartOf bioregistry.metaresource:pathguide .

prefixcommons:pibase dcterms:isPartOf bioregistry.metaresource:prefixcommons .

