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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pdbsum .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00308 .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:461 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:pdbsum .

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

bioregistry:pdbsum a bioregistry.schema:0000001 ;
    rdfs:label "PDBsum; at-a-glance overview of macromolecular structures" ;
    dcterms:description "PDBsum provides an at-a-glance overview of every macromolecular structure deposited in the Protein Data Bank (PDB), giving schematic diagrams of the molecules in each structure and of the interactions between them."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:461,
        integbio:nbdc00308,
        prefixcommons:pdbsum,
        uniprot.resource:DB-0119 ;
    dcat:keyword "3d structure",
        "3d structure databases",
        "image/movie",
        "interaction",
        "protein",
        "structure" ;
    foaf:homepage <http://www.ebi.ac.uk/pdbsum> ;
    bioregistry.schema:0000005 "1kfv"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/pdbsum/$1"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:pdb ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/pdbsum/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/pdbsum/1kfv> ;
    bioregistry.schema:0000029 "pdbsum" .

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

pathguide:461 dcterms:isPartOf bioregistry.metaresource:pathguide .

integbio:nbdc00308 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:pdbsum dcterms:isPartOf bioregistry.metaresource:prefixcommons .

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

