Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giancarlobi/islandora_relationship_editor
Islandora extension to add/view/delete RELS-EXT relationships
https://github.com/giancarlobi/islandora_relationship_editor
Last synced: 3 months ago
JSON representation
Islandora extension to add/view/delete RELS-EXT relationships
- Host: GitHub
- URL: https://github.com/giancarlobi/islandora_relationship_editor
- Owner: giancarlobi
- Fork: true (rosiel/islandora_relationship_editor)
- Created: 2013-04-23T07:25:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T15:00:43.000Z (over 11 years ago)
- Last Synced: 2024-05-02T21:50:04.437Z (7 months ago)
- Language: PHP
- Size: 182 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- islandora_awesome - Islandora Relationship Editor - With this module, you can add RELS-EXT relationships to an object via the "Manage" tab. You can also add the reciprocal ('symmetric') relationship. Relationships are derived from the ontology file. (The Islandora 7.x-1.x List / Utility Modules)
README
islandora_relationship_editor
=============================Islandora extension to add/view/delete RELS-EXT relationships
With this module, you can add rels-ext relationships to an object via the "Manage" tab. (Manage -> relationships).
You can also add the reciprocal ('symmetric') relationship in one fell swoop.
Relationships are derived from ontology file.Dependecies
-----------
- islandora
- block
- colorbox
- arc2: download from https://github.com/semsol/arc2, untar and copy arc2 dir in islandora_relationship_editor module dir.NOTE
----
- ontology must be in OWL RDF/XML and must be loaded into a datastream in a object of Fedora repository- TODO: create permissions to let Drupal users add/delete relationships - currently it's FEDORA_METADATA_EDIT.
- Further TODO: autocomplete the target object pid from typing pid or label
- Further TODO: insert this form into the ingest steps (?)