relations
Simple Ontology for Drupal
Well, I don't know if you know about simpleontology module for Drupal 6.x, this module work with concepts, relations, tag and properties, this work with inferences.
The owner of this project is a chinesse student who published his document in chinesse language.
Well this project not is my owner.
This module is available at: http://code.google.com/p/simpleontology/
Pre requisites
- graphviz
There is an error in utils.php file under src directory at line 362, here there is a line with (%s) parameter, this should be ('%s').
An universal Relation API
Hi,
OK, now that I got your attention with a "catchy" title... and for those who didn't have a heart attack:
(This thread is specifically for Alex.K. However, everybody's welcome to jump in.)
http://drupal.org/project/user_relations_api
This is not a new API. This is a "glue API". This is the short version:
- You install it
- You tell it which "relation" module it should talk to
- That's it
From then on, any Drupal module has access to a generic set of functions to see if two people have an established relation, who the "related" users are, and so on.

