Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Step 1: Add tables to the database

Download the file databasefile Database_schema_RDF_sql.sqlmht  and use it to add tables RDFpredicate and RDFtriple to the database

Step 2: Add java classes

  • Download the file file RDFtriple.java  and place it in the directory src/nl/leidenuniv/dspace/rdf/
  • Download the file file RDFpredicate.java  and place it in the directory src/nl/leidenuniv/dspace/rdf/
  • Download the file file RDFmanager.java  and place it in the directory src/nl/leidenuniv/dspace/rdf/
  • Download the file file RDFvalue.java  and place it in the directory src/nl/leidenuniv/dspace/rdf/
  • Download the file file RDFresource.java  and place it in the directory src/nl/leidenuniv/dspace/rdf/

...