Adaptive Information Disclosure (AID)

Participating in the VL-e project

Adaptive Information Disclosure (AID) header image 1

VBrowser semantic model browsing proposals

Introduction

We have created an ontology in OWL to represent a qualitative biological model in the domain of chromatin research. The model separates the biological model view from the text mining model view. We populate this ontology with instances created by an ontology using AIDA services and some others. The results are stored on the web as an owl file, and is stored in our Sesame repository. We want to be able to browse this populated ontology in Sesame using VBrowser.

Task

Provide SeRQL queries for VBrowser. I assume I need to map SeRQL queries to the folder and files view of VBrowser (correct me if I’m wrong).

Suggestions

1) Traditional

Folders: query producing class type objects
‘Files’: query producing instances, VBrowser can use their mime type for subsequent click actions.

2) Traditional+

Folders: query producing class type objects and anonymous classes to disclose properties.
Files: as 1

3) Upside down

Start with instances (like in Protege), not yet fully worked out this idea. May look at Protege for an example.

4) Follow Protege

Provide 3 views as starting point: Class, Property, Instance

5) Namespace -> Class -> (Domain) Instances -> Properties -> (Range) Instances

  • Namespaces produced by a user [SeRQL]
    • One level down:
      Classes that have instances or classes and between brackets their number of instances.[SeRQL for 'bio' namespace']

      • One level down (when ‘opening’ a class)
        Instances of the class above[SeRQL for class 'Protein']

        • One level down (when ‘opening’ an instance)
          Properties of the instance (possibly with range (classes) between brackets, and/or number of instances)[SeRQL for instance 'O70494']

          • One level down (when ‘opening’ a property)
            The instances at the range end of the property of the instance of the class.[SeRQL for proerty 'bio:isModelComponentOf']

No Comments

0 responses so far ↓

You must log in to post a comment.