Rdfxp
Component ID
2468641
Component name
Rdfxp
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Bulk code for some ontology xp.
Originally started for D7, this sandbox has been ported to D8.
Requires:
- RAP - RDF API for PHP V0.9.6 and graphviz.
- Optionally argouml-graphviz project for:
- Class diagram generation. See Generate simplified class diagrams using reflection, graphviz and argouml-graphviz.
- drupal data structure diagram generation (D°bundle). See Generate drupal data structure diagrams (so called D°bundle), from CMI, using graphviz and argouml-graphviz
Install steps
- Download RAP - RDF API for PHP V0.9.6 from: http://sourceforge.net/projects/rdfapi-php/
- Unzip rap-v096.zip to [drupal root]/vendor for having vendor/rdfapi-php/api/RdfAPI.php
unzip /tmp/rap-v096.zip -d [drupal root]/vendor
- Optionally upgrade the working copy
svn upgrade [drupal root]/vendor/rdfapi-php/
- Apply patch for changing "Query" with "RAPQuery"
cd [drupal root]/vendor/rdfapi-php; patch -p4 < ../../modules/contrib/rdfxp/RAPv0.9.6.patch
- Look at [drupal root]/vendor/rdfapi-php/api/constants.php for
define('GRAPHVIZ_PATH', '/usr/bin/neato');
and update with your graphviz path