@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:BEGDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:begdb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:begdb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:begdb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011166 .

bioregistry:begdb a bioregistry.schema:0000001 ;
    rdfs:label "Benchmark Energy & Geometry Database" ;
    dcterms:description "The Benchmark Energy & Geometry Database (BEGDB) collects results of highly accurate quantum mechanics (QM) calculations of molecular structures, energies and properties. These data can serve as benchmarks for testing and parameterization of other computational methods."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:BEGDB,
        n2t:begdb,
        miriam:begdb,
        re3data:r3d100011166 ;
    foaf:homepage <http://www.begdb.com> ;
    bioregistry.schema:0000005 "4214"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.begdb.com/index.php?action=oneMolecule&state=show&id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5292-6719 ;
    bioregistry.schema:0000024 "http://www.begdb.com/index.php?action=oneMolecule&state=show&id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.begdb.com/index.php?action=oneMolecule&state=show&id=4214> ;
    bioregistry.schema:0000029 "begdb" .

orcid:0000-0001-5292-6719 rdfs:label "Pavel Hobza" ;
    foaf:mbox "pavel.hobza@uochb.cas.cz" .

biocontext:BEGDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:begdb dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:begdb dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011166 dcterms:isPartOf bioregistry.metaresource:re3data .

