@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:TOPDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:topdb .

bioregistry.metaresource:edam dcterms:hasPart edam:2789 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:topdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:topdb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:topdb .

bioregistry:topdb a bioregistry.schema:0000001 ;
    rdfs:label "Topology Data Bank of Transmembrane Proteins" ;
    dcterms:description "The Topology Data Bank of Transmembrane Proteins (TOPDB) is a collection of transmembrane protein datasets containing experimentally derived topology information. It contains information gathered from the literature and from public databases availableon transmembrane proteins. Each record in TOPDB also contains information on the given protein sequence, name, organism and cross references to various other databases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2789,
        biocontext:TOPDB,
        n2t:topdb,
        prefixcommons:topdb,
        miriam:topdb ;
    dcat:keyword "protein" ;
    foaf:homepage <http://topdb.enzim.hu/> ;
    bioregistry.schema:0000005 "AP00378"^^xsd:string ;
    bioregistry.schema:0000006 "http://topdb.enzim.hu/?m=show&id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://topdb.enzim.hu/?m=show&id="^^xsd:string ;
    bioregistry.schema:0000026 ror:04t4pws42 ;
    bioregistry.schema:0000027 <http://topdb.enzim.hu/?m=show&id=AP00378> ;
    bioregistry.schema:0000029 "topdb" .

edam:2789 dcterms:isPartOf bioregistry.metaresource:edam .

biocontext:TOPDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:topdb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:topdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:topdb dcterms:isPartOf bioregistry.metaresource:miriam .

