Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Repository
Scripts to create RDF for ChEMBL.
Statistics
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 7
- Releases: 0
Metadata Files
README.markdown
About
ChEMBL is medicinal chemistry database by the team of dr. J. Overington at the EBI.
http://www.ebi.ac.uk/chembl/
It is detailed in this paper (doi:10.1093/nar/gkt1031):
http://nar.oxfordjournals.org/content/42/D1/D1083
This project develops, releases, and hosts a RDF version of ChEMBL, independent from the ChEMBL team who make their own RDF version.
The main SPARQL end point is available from Uppsala University at:
http://rdf.farmbio.uu.se/chembl/sparql
Or as SNORQL at:
http://rdf.farmbio.uu.se/chembl/snorql
Additionally, the data is available as Linked Data via LinkedChemistry.info:
http://linkedchemistry.info
Citation
If you use this (3rd party) RDF version of ChEMBL, please cite this paper. It is currently under review:
E.L. Willighagen, A. Waagmeester, O. Spjuth, P. Ansell, A.J. Williams, V. Tkachenko, J. Hastings, B. Chen, D.J. Wild, The ChEMBL database as Linked Open Data, 2013, J. Cheminformatics, 2013, 5:23 doi:10.1186/1758-2946-5-23, http://www.jcheminf.com/content/5/1/23/abstract
Download
Alternatively, you can download the full set of triples as n3 or n-triples from www.dataverse.nl:
http://hdl.handle.net/10411/10279
Copyright / License
The ChEMBL database is copyrighted by John Overington et al., and licensed CC-BY-SA:
http://creativecommons.org/licenses/by-sa/3.0/
as explained on:
http://www.ebi.ac.uk/chembldb/ ftp://ftp.ebi.ac.uk/pub/databases/chembl/ChEMBLdb/releases/chembl_13/LICENSE
The ChEMBL FAQ explains how you can fullfil the attribution part of the license:
https://www.ebi.ac.uk/chembldb/index.php/faq#faq29
If you use this RDF version of ChEMBL, you should cite the above mentioned JChemInf paper.
Authors that contributed to the RDF structure (see also the Git commit history) are:
Egon Willighagen, Peter Ansell
These scripts were tested against version 13 of ChEMBL, as downloaded from:
ftp://ftp.ebi.ac.uk/pub/databases/chembl/releases/chembl_13/
Requirements
ChEMBL 13, OpenRDF (aka Sesame), SLF4J, and the MySQL JDBC plugin.
Installation
For PHP the MySQL server user and password are configured in a file called like mysqli.ini, for example on Debian:
/etc/php5/conf.d/20-mysqli.ini
The scripts expect a script only readble by the server software called vars.properties, with content like:
<?php
$version = '13';
$rooturi = 'http://data.kasabi.com/dataset/chembl-rdf/' . $version . '/';
$db = 'chembl_' . $version;
$user = 'user';
$pwd = 'secret';
// use the next line to limit the output
// $limit = ' LIMIT 5';
$limit = '';
?>
to access the MySQL database with the ChEMBL content.
Owner
- Name: Egon Willighagen
- Login: egonw
- Kind: user
- Location: Maastricht, The Netherlands
- Company: @BiGCAT-UM
- Website: https://chem-bla-ics.blogspot.com/
- Repositories: 530
- Profile: https://github.com/egonw
Open scientist teaching and doing research at Maastricht University.
Citation (CITATION.cff)
cff-version: 1.2.0
message: Please cite the following works when using this software.
type: software
authors:
- family-names: Willighagen
given-names: Egon
- family-names: Waagmeester
given-names: Andra
- family-names: Spjuth
given-names: Ola
- family-names: Ansell
given-names: Peter
- family-names: Williams
given-names: Antony John
- family-names: Tkachenko
given-names: Valery
- family-names: Hastings
given-names: Janna
- family-names: Chen
given-names: Bin
- family-names: Wild
given-names: David J.
doi: 10.1186/1758-2946-5-23
identifiers:
- type: doi
value: 10.1186/1758-2946-5-23
- type: other
value: urn:issn:1758-2946
- type: other
value: pmcid:3700754
- type: other
value: pmid:23657106
keywords:
- ChEMBL
- Semantic Web
- bioinformatics
- pharmacology
- linked open data
- linked data
- open data
- database
title: The ChEMBL database as linked open data
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Egon Willighagen | e****n@g****m | 197 |
| Peter Ansell | p****l@y****m | 3 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 33
- Total pull requests: 3
- Average time to close issues: 5 months
- Average time to close pull requests: about 16 hours
- Total issue authors: 6
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- egonw (19)
- antonisloizou (6)
- JervenBolleman (3)
- annzi (3)
- ansell (1)
Pull Request Authors
- ansell (3)