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

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00573 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:molmovdb .

bioregistry:molmovdb a bioregistry.schema:0000001 ;
    rdfs:label "Database of Macromolecular Movements" ;
    dcterms:description "The Molecular Movements Database lists motions in proteins and other macromolecules. It is arranged around a multi-level classification scheme and includes motions of loops, domains, and subunits."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc00573,
        prefixcommons:molmovdb ;
    dcat:keyword "3d structure",
        "classification",
        "dna",
        "image/movie",
        "protein",
        "rna",
        "small molecule",
        "structure" ;
    foaf:homepage <http://bioinfo.mbb.yale.edu/MolMovDB/> ;
    bioregistry.schema:0000005 "f665230-5267"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.molmovdb.org/cgi-bin/morph.cgi?ID=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.molmovdb.org/cgi-bin/morph.cgi?ID="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.molmovdb.org/cgi-bin/morph.cgi?ID=f665230-5267> ;
    bioregistry.schema:0000029 "molmovdb" .

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

integbio:nbdc00573 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:molmovdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

