@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 ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:biocontext dcterms:hasPart biocontext:HSSP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hssp .

bioregistry.metaresource:miriam dcterms:hasPart miriam:hssp .

bioregistry.metaresource:n2t dcterms:hasPart n2t:hssp .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:HSSP .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:hssp .

bioregistry:hssp a bioregistry.schema:0000001 ;
    rdfs:label "Homology-derived Secondary Structures of Proteins Database" ;
    dcterms:description "HSSP (homology-derived structures of proteins) is a derived database merging structural (2-D and 3-D) and sequence information (1-D). For each protein of known 3D structure from the Protein Data Bank, the database has a file with all sequence homologues, properly aligned to the PDB protein."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:HSSP,
        n2t:hssp,
        ncbi.resource:HSSP,
        prefixcommons:hssp,
        miriam:hssp ;
    dcat:keyword "clustering",
        "protein",
        "sequence" ;
    foaf:homepage <http://swift.cmbi.kun.nl/swift/hssp/> ;
    bioregistry.schema:0000005 "102l"^^xsd:string ;
    bioregistry.schema:0000006 "ftp://ftp.embl-heidelberg.de/pub/databases/protein_extras/hssp/$1.hssp.bz2"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w{4}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6059-6270 ;
    bioregistry.schema:0000024 "https://bioregistry.io/hssp:"^^xsd:string ;
    bioregistry.schema:0000027 <ftp://ftp.embl-heidelberg.de/pub/databases/protein_extras/hssp/102l.hssp.bz2> ;
    bioregistry.schema:0000029 "hssp" .

orcid:0000-0001-6059-6270 rdfs:label "Chris Sander" ;
    foaf:mbox "chris@sanderlab.org" .

biocontext:HSSP dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:hssp dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:HSSP dcterms:isPartOf bioregistry.metaresource:ncbi .

prefixcommons:hssp dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:hssp dcterms:isPartOf bioregistry.metaresource:miriam .

