forked from ontop/ontop
-
Notifications
You must be signed in to change notification settings - Fork 0
ObdalibPluginFilter
Guohui Xiao edited this page Sep 18, 2013
·
4 revisions
There are six types of filter in which each has a expression word.
- Text Filter: Matches any given string in the mapping id, target query and source query (Expression: text).
- Target String Filter: Matches any given string in the target query (Expression: target).
- Source String Filter: Matches any given string in the source query (Expression: source).
- Function Filter: Matches any given string in the object term of the target query (Expression: funct).
- Predicate Filter: Matches any given string in the predicate of the mappings (Expression: pred).
- ID Filter: Matches any given string to the mapping id (Expression: id).
Since version 1.7, the filter panel is located at the bottom of Mapping Manager tab.
Examples:
- To find arbitrary string in the mapping list (the text expression is optional here).
book, editor
- To find mappings that has a mapping id "Book"
id:Book
- A combination of different filters.
book, author; pred:name
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links