linkedhumanities / lode

Linked Open Data Enhancer
4 stars 0 forks source link

Search also for concepts #82

Closed jnoessner closed 10 years ago

jnoessner commented 10 years ago

Search for concepts with concept:Philosopher Pluto

jakob0910 commented 10 years ago

Done.

mniepert commented 10 years ago

Would it be difficult to have autocomplete functionality? So when one types the possible concept names are displayed...

On Tue, Jan 14, 2014 at 4:27 PM, jakob0910 notifications@github.com wrote:

Closed #82 https://github.com/linkedhumanities/lode/issues/82.

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/82 .

jnoessner commented 10 years ago

Works great. It filters concepts and instances while typing... nice!

jnoessner commented 10 years ago

Now I noticed a bug / feature. When I search for

concept:sophy qual

it displays me (among others)

:inverted_qualia    inverted qualia     Idea, qualia, philosophy_of_mind, consciousness

However, if I now search for

concept:sophy inverted qual

results are empty.

The search

 concept:sophy inverted_qual

then returns the actual instance. Are you taking the uri for search?

jakob0910 commented 10 years ago

@mniepert I integrated an autocomplete functionality.

@jnoessner The behavior is correct. The name column shows the last part of the URI as the dataset does not provide a label/name. You may have noticed that the value in the name column has no toolip that usually shows the used property.

However, we search the subject and object with query. In your example, we have only the URI (http://www.owl-ontologies.com/unnamed.owl#inverted_qualia) that matches the query. Thus, it you need the "_" character to find the instance.

mniepert commented 10 years ago

Great, I like the autocomplete functionality a lot. It almost renders the "concept:bla" functionality obsolete.

On Wed, Jan 15, 2014 at 4:56 PM, jakob0910 notifications@github.com wrote:

@mniepert https://github.com/mniepert I integrated an autocomplete functionality.

@jnoessner https://github.com/jnoessner The behavior is correct. The name column shows the last part of the URI as the dataset does not provide a label/name. You may have noticed that the value in the name column has no toolip that usually shows the used property.

However, we search the subject and object with query. In your example, we have only the URI ( http://www.owl-ontologies.com/unnamed.owl#inverted_qualia) that matches the query. Thus, it you need the "_" character to find the instance.

— Reply to this email directly or view it on GitHubhttps://github.com/linkedhumanities/lode/issues/82#issuecomment-32432690 .