1 / 56

Exemplified by The FBA Vocabulary and Object Linker Modules in Islandora

The Integration of Resource Description Framework (RDF ) Object Linking into Islandora XML-Form Functionality. Exemplified by The FBA Vocabulary and Object Linker Modules in Islandora Nick Bywell : Freshwater Biological Association. 9 th May 2014.

Download Presentation

Exemplified by The FBA Vocabulary and Object Linker Modules in Islandora

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Integration of Resource Description Framework (RDF)Object Linking into Islandora XML-Form Functionality Exemplified by The FBA Vocabulary and Object Linker Modules in Islandora Nick Bywell: Freshwater Biological Association 9th May 2014

  2. The FBA Vocabulary Module The “FBA Vocabulary Module” was written by Simon Fox of the FBA as part of the same project and also benefitted from the oversight of Dr Michael Haft. Specialist expertise in the use of metadata-schema was provided by Richard Gartner and Dr Mark Hedges of KCL. Resource Description Framework (RDF) expertise was provided by Dr Anna Jordanous of KCL. The analysis of the data requirements was performed by Ian Pettman and Hardy Schwamm of the FBA.

  3. The FBA Object Linker Module The “FBA Object Linker Module” was written by Nicholas Bywell of the Freshwater Biological Association (FBA) as part of a joint project carried out by the FBA and King’s College London (KCL) to archive the scientific data produced by both the Demonstration Test Catchment (DTC) Project and the Greenhouse Gas Project (GHGP), projects that are funded by the UK’s Department of the Environment, Fisheries and Rural Affairs (DEFRA). The development of the module benefited from the oversight of Dr Michael Haft of the FBA and draws on some of the ideas and ontology processing developed by Giancarlo Birello of CNR-Ceris and Rosemary Le Faive of McGill University in the “Islandora Relationship Editor” module.

  4. Dependencies:Islandora-6-13.1 Tuque-1.x Arc2 PHP 5.3.3 Download https://github.com/FBA/islandora_autocomplete/blob/6.x/modules/sparql/README https://github.com/FBA/fba_solution_pack_vocabulary/README.md

  5. What does it look like from the perspective of someone with Editor privileges?

  6. Object Linker One submit => Multiple records ingested

  7. What happens if one of the records is subsequently edited?

  8. One edit => Multiple edits of symmetrically linked datastreams and RDF links + Multiple futheringestions

  9. What happens if you autocomplete on a collection that, unlike a vocabulary, can contain duplicate titles, such as a collection of images?

  10. The appended IDs distinguish duplicates and are automatically removed on ingestion.

  11. A future enhancement could be a cursor-hover function that retrieves specified fields from the duplicate records to allow them to be more easily distinguished.

  12. What happens when records are purged?

  13. Symmetric Datastream entries + RDF statements are unwound on single and collection purges, but not when individual datastreams are purged or when purging is done via the Fedora-Admin Utility.

  14. How is a PDF record linked to a vocabulary or geographic term?

  15. The standard PDF XML Form has “Topic” and “Geographic” fields that are Tag-type fields so it is not possible to set up the sort of autocomplete that required for object linking.

  16. Therefore they must be converted to Tab-panel-type fields. So there are implications for existing data because the XML produced by the two types are not compatible with each other.

  17. How is the object linking configured in the Administrator functionality?

  18. As with the other types of autocomplete, in order to take effect, the name of the autocomplete entry must be quoted in the Advanced Options “Autocomplete” field associated with a specific field on an XML-Form.

  19. It can require the completion of 22 fields to configure the object-linking behaviour of one field on an XML form. 

  20. How is the link from a PDF subject term to a vocabulary term configured?

  21. The autocomplete that controls the linking of a broader subject term to a narrower subject term in the vocabulary requires all the fields to be completed because there is a symmetrical relationship between the fields in the “subject” and “object” datastreams.

More Related