@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:imotdb .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:207 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:imotdb .

bioregistry:imotdb a bioregistry.schema:0000001 ;
    rdfs:label "Database of Spatially Interacting Motifs in Proteins" ;
    dcterms:description "The interacting motif database or iMOTdb , lists interacting motifs thatare identified for all structural entries in the PDB. The conserved patterns or finger prints are identified for individual structural entries and also grouped together for reporting the common motifs shared among all superfamily members."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:207,
        prefixcommons:imotdb ;
    dcat:keyword "interaction",
        "protein" ;
    foaf:homepage <http://caps.ncbs.res.in/imotdb/> ;
    bioregistry.schema:0000005 "53784"^^xsd:string ;
    bioregistry.schema:0000006 "http://caps.ncbs.res.in/cgi-bin/mini/databases/imotdb/imotdb.cgi?sfcode=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://caps.ncbs.res.in/cgi-bin/mini/databases/imotdb/imotdb.cgi?sfcode="^^xsd:string ;
    bioregistry.schema:0000027 <http://caps.ncbs.res.in/cgi-bin/mini/databases/imotdb/imotdb.cgi?sfcode=53784> ;
    bioregistry.schema:0000029 "imotdb" .

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

pathguide:207 dcterms:isPartOf bioregistry.metaresource:pathguide .

prefixcommons:imotdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

