@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 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 orcid: <https://orcid.org/> .
@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:DARC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:darc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:darc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:darc .

bioregistry:darc a bioregistry.schema:0000001 ;
    rdfs:label "Database of Aligned Ribosomal Complexes" ;
    dcterms:description "DARC (Database of Aligned Ribosomal Complexes) stores available cryo-EM (electron microscopy) data and atomic coordinates of ribosomal particles from the PDB, which are aligned within a common coordinate system. The aligned coordinate system simplifies direct visualization of conformational changes in the ribosome, such as subunit rotation and head-swiveling, as well as direct comparison of bound ligands, such as antibiotics or translation factors."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DARC,
        n2t:darc,
        miriam:darc ;
    foaf:homepage <http://darcsite.genzentrum.lmu.de/darc/index.php> ;
    bioregistry.schema:0000005 "1250"^^xsd:string ;
    bioregistry.schema:0000006 "http://darcsite.genzentrum.lmu.de/darc/view.php?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0003-3816-3828 ;
    bioregistry.schema:0000024 "http://darcsite.genzentrum.lmu.de/darc/view.php?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://darcsite.genzentrum.lmu.de/darc/view.php?id=1250> ;
    bioregistry.schema:0000029 "darc" .

orcid:0000-0003-3816-3828 rdfs:label "Daniel N. Wilson" ;
    foaf:mbox "daniel.wilson@uni-hamburg.de" .

biocontext:DARC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:darc dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:darc dcterms:isPartOf bioregistry.metaresource:miriam .

