| 1 |
// $Id$
|
| 2 |
|
| 3 |
REQUIREMENTS
|
| 4 |
------------
|
| 5 |
This module requires Drupal 6.x and PHP 5.2.x (or newer).
|
| 6 |
|
| 7 |
INSTALLATION
|
| 8 |
------------
|
| 9 |
|
| 10 |
1. Copy all the module files into a subdirectory called
|
| 11 |
sites/all/modules/rdf/ under your Drupal installation directory.
|
| 12 |
|
| 13 |
2. Go to [Administer >> Site building >> Modules] and enable the RDF
|
| 14 |
module. You will find it in the section labelled "RDF".
|
| 15 |
|
| 16 |
3. Go to [Administer >> Site configuration >> RDF settings] to review and
|
| 17 |
change the configuration options to your liking.
|
| 18 |
|
| 19 |
4. Optionally, it is recommended you install the ARC2 library in order to
|
| 20 |
enable support for more RDF formats and for SPARQL queries. To install,
|
| 21 |
download the latest version of the library from:
|
| 22 |
|
| 23 |
<http://arc.semsol.org/download>
|
| 24 |
|
| 25 |
...and unzip it to sites/all/modules/rdf/vendor/arc/ under the Drupal directory.
|
| 26 |
|
| 27 |
5. Also, if you have installed ARC2, you may wish to install the related
|
| 28 |
SPARQL module to provide support for powerful pattern matching against
|
| 29 |
RDF data:
|
| 30 |
|
| 31 |
<http://drupal.org/project/sparql>
|
| 32 |
|
| 33 |
6. (See README.txt for information on submitting bug reports.)
|