common open representations of BMRB NMR-STAR data in XML, RDF, and JSON formats
A series of NMR-STAR data formats, NMR-STAR v3.2, BMRB/XML and BMRB/RDF, is available through the next form. Please enter Entry ID and select download links to each files.
This site provides APIs for retrieving BMRB/XML and BMRB/RDF data using Entry ID embedded URI. Please find usage of REST APIs and connect your client tools. p>
The following rsync commands are useful for mirroring and updating of BMRB/XML and BMRB/RDF archives, respectively.
% rsync -av --delete rsync://bmrbpub.pdbj.org/bmrb-xml .
% rsync -av --delete rsync://bmrbpub.pdbj.org/bmrb-xml-noatom .
% rsync -av --delete rsync://bmrbpub.pdbj.org/bmrb-rdf .
% rsync -av --delete rsync://bmrbpub.pdbj.org/bmrb-rdf-nt .
% rsync -av --delete rsync://bmrbpub.pdbj.org/bmrb-json-noatom .
We have developed a suite of conversion tools, BMRBxTool and BMRBoTool. The BMRBxTool generates qualified XML files by programmed remediation, and reports validation errors against the XML schema. Then, the BMRBoTool converts NMR-STAR data (BMRB/XML) into RDF format (BMRB/RDF). By using scripts bundled with the tools, the XML and RDF documents can be updated for both new entries and revised ones.
We have developed BMSxNmrML, an nmrML converter for BMRB metabolomics entries based on BMRB/XML. The nmrML is an open mark-up language for NMR data (FID). It utilizes owl-indexer, an OWL literal indexing tool, for identifying chemical compounds from ChEBI OWL.
We have developed a database replication tool based on XML Schema, xsd2pgschema, whose executable jar file (xsd2pgschema.jar) has been bundled with the BMRBxTool. The xsd2pgschema is Java application suite, which converts XML Schema 1.1 to PostgreSQL DDL and supports migrating XML data into PostgreSQL DB based on the XML Schema without defects on information content. Source of program is provided under Apache License V2.0.
We have developed a full-text index generator of OWL literal, owl-indexer, The owl-indexer generate full-text index of OWL literal via either Apache Lucene or Sphinx Search. It is based on OWL API. Source of program is provided under Apache License V2.0.