| 5 | | Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do |
| | 6 | = GCC project = |
| | 7 | Add gcc integrated bbmri project in gbic server.: http://gbic.target.rug.nl:8080/bbmri_gcc/molgenis.do |
| | 8 | |
| | 9 | '''D2R on gcc model''' |
| | 10 | |
| | 11 | {{{ |
| | 12 | $$$ mv molgenis-rdf-mapping.n3 molgenis-rdf-mapping_gcc.n3 |
| | 13 | |
| | 14 | $$$ d2r-server molgenis-rdf-mapping_gcc.n3 |
| | 15 | |
| | 16 | }}} |
| | 17 | * Fix missing classes: (despoina) |
| | 18 | * * de.fuberlin.wiwiss.d2rq.D2RQException: Object for !d2rq:refersToClassMap not found at !d2rq:PropertyBridge map:'''Biobank_materials''' (E21) * |
| | 19 | * Biobank material table exists in DB : |
| | 20 | * * mysql> describe Biobank_materials; |
| | 21 | * +-----------+---------+------+-----+---------+----------------+ |
| | 22 | * | Field | Type | Null | Key | Default | Extra | |
| | 23 | * +-----------+---------+------+-----+---------+----------------+ |
| | 24 | * | autoid | int(11) | NO | PRI | NULL | auto_increment | |
| | 25 | * | Materials | int(11) | NO | MUL | NULL | | |
| | 26 | * | Biobank | int(11) | NO | MUL | NULL | | |
| | 27 | * +-----------+---------+------+-----+---------+------------ |
| | 28 | * |