| 1 |
// $Id$
|
| 2 |
|
| 3 |
Relations API for Drupal
|
| 4 |
========================
|
| 5 |
This Drupal 6.x module provides an API for arbitrary node relationships
|
| 6 |
based on RDF. Relationships between nodes are stored in a local RDF API
|
| 7 |
database and can be exported in various RDF formats.
|
| 8 |
|
| 9 |
<http://drupal.org/project/relations>
|
| 10 |
|
| 11 |
For more information about the RDF API for Drupal, please refer to:
|
| 12 |
|
| 13 |
<http://drupal.org/project/rdf>
|
| 14 |
|
| 15 |
|
| 16 |
FEATURES FOR USERS
|
| 17 |
------------------
|
| 18 |
* Provides an optional "Relations" tab for administrator-specified content
|
| 19 |
types, allowing relationship creation between the nodes on a site.
|
| 20 |
|
| 21 |
|
| 22 |
FEATURES FOR DEVELOPERS
|
| 23 |
-----------------------
|
| 24 |
* Provides an API for arbitrary node relationships based on RDF.
|
| 25 |
* Currently supports bidirectional node relationships based on the
|
| 26 |
rdfs:seeAlso predicate. This could in the future fairly easily be extended
|
| 27 |
to include support for user-defined predicates and for unidirectional
|
| 28 |
relationships.
|
| 29 |
* Relationships are stored in a database-backed RDF API repository, which in
|
| 30 |
practice means the {rdf_data_relations} table.
|
| 31 |
* You can access stored relationships either via the high-level Relations
|
| 32 |
API, via any RDF queries (see the rdf_query() function) using the RDF API,
|
| 33 |
or directly from the database table.
|
| 34 |
|
| 35 |
|
| 36 |
BUG REPORTS
|
| 37 |
-----------
|
| 38 |
Post bug reports and feature requests to the issue tracking system at:
|
| 39 |
|
| 40 |
<http://drupal.org/node/add/project-issue/relations>
|
| 41 |
|
| 42 |
|
| 43 |
FEATURE REQUESTS
|
| 44 |
----------------
|
| 45 |
The author is available for contract development and customization relating
|
| 46 |
to this module. You can reach him at <http://drupal.org/user/26089/contact>.
|
| 47 |
|
| 48 |
|
| 49 |
CREDITS
|
| 50 |
-------
|
| 51 |
Developed by Arto Bendiken <http://ar.to/>
|
| 52 |
Maintained by OpenBand <http://www.openbandlabs.com/>
|
| 53 |
Sponsored by MakaluMedia Group <http://www.makalumedia.com/>
|
| 54 |
Developed for SPAWAR <http://www.spawar.navy.mil/>
|