DiegoPino / islandora_solution_pack_ontologies-7.x-dev

Ontology Solution pack sandbox. For testing includes external libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Islandora Ontologies Solution Pack

This module allows users to create, upload, associate and manage multiple OWL ontologies inside an Islandora 7.x repository. By doing so, LoD and complex (even cyclic) relationships between Object types are possible, extending the use of islandora to a variety of more complex discipline specific scenarios, where default hierarchies (like Collection --> book --> page) are not enough to explain relationships between objects and the use of higher expressive data modeling via existing, published standard RDF/OWL ontology predicates are needed.

This module creates a new Content Model that allows you to create islandora objects that store the ontologies into a Datastream This special objects provide the functionality to parse that ontology, extract the OWL:class elements and match their values to existing Content Models in the same repository1. The user can then associate the ontology to those which will then enable additional functionality of all Digital objects that adhere to those. The functionality includes:

  • RDF Properties editor that uses OWL Lite / OWL 2 DL based onProperty and onClass restrictions to aid in triple creation
  • Cached graph traversal and business rule based, simple, reasoning algorithm to find the best path (or all the paths) between objects in an arbitrary graph based on the previous ontologies.
  • Multiple ontologies can live side by side allowing multiple open world semantic interpretations.
  • Smart removal of properties in case of object removal.
  • Javascript integration (visualization) and Solr based search improvements.
  • Much more!

This module includes external libraries (sandbox)

1 Example Ontology with owl:class matching Islandora CMODELS

About

Ontology Solution pack sandbox. For testing includes external libraries


Languages

Language:PHP 47.9%Language:HTML 32.9%Language:JavaScript 18.1%Language:CSS 0.7%Language:XSLT 0.5%Language:Shell 0.0%