Triplify
| Triplify | |
|---|---|
| triplify.org | |
| Status: | unknown |
| Last release: | 0.4 (2008/07/31) |
| License: | LGPL |
| Language: | PHP |
| Affiliation: | AKSW |
| Web resources | |
| Knowledge Extraction Tool | |
|---|---|
| Data Source: | RDB |
Triplify is a simple approach to publish RDF and Linked Data from relational databases. Triplify is based on mapping HTTP‐URI requests onto relational database queries expressed in SQL with some additions. Triplify transforms the resulting relations into RDF statements and publishes the data on the Web in various RDF serializations, in particular as Linked Data. Triplify as a light‐weight software component, which can be easily integrated and deployed with the numerous widely installed Web applications. The approach does not support SPARQL, includes a method for publishing update logs to enable incremental crawling of linked data sources. Triplify is complemented by a library of configurations for common relational schemata and a REST‐enabled datasource registry. Despite its lightweight architecture Triplify is usable to publish very large datasets, such as 160 GB of geo data from the OpenStreetMap project.
Triplify is
- a small plugin for Web applications which reveals the semantic structures encoded in relational databases by making database content available as RDF, JSON or Linked Data
- coded in PHP
- quite straightforward to configure to work with your application
- has pre-made configurations available for Drupal, Gallery, Joomla, OMDB, OpenConf, OpenJournalSystems, osCommerce, phpBB, WackoWiki and WordPress
- Be warned however, that it does not (yet?) honor your application's access control settings !