Semantic search

1 view
Skip to first unread message

Maatary Okouya

unread,
Sep 23, 2014, 8:44:49 PM9/23/14
to sta...@clarkparsia.com

Mike Grove

unread,
Sep 24, 2014, 6:06:35 AM9/24/14
to stardog
It looks like you forgot to fill out the search form.  You can use the standard Lucene query syntax in your search queries.

Cheers,

Mike
 
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en

Maatary Okouya

unread,
Sep 24, 2014, 9:59:11 AM9/24/14
to sta...@clarkparsia.com
Mike, i have typed "richard" , it just did not show up in my copy/paste. 

Something is wrong with typing richard ?

Maatary Okouya

unread,
Sep 24, 2014, 10:02:47 AM9/24/14
to sta...@clarkparsia.com
I have been able to do it with with CLI, using: richard


On Wednesday, September 24, 2014 6:06:35 AM UTC-4, Michael Grove wrote:
<label style="display:inline-block;font-weight:700;min-height:1px;padding-left:15px;p
...

Maatary Okouya

unread,
Sep 26, 2014, 8:20:24 AM9/26/14
to sta...@clarkparsia.com
Mike any idea. Could you reproduce the proplem ? I have the community version? could it be related ?


On Wednesday, September 24, 2014 6:06:35 AM UTC-4, Michael Grove wrote:
<label style="display:inline-block;font-weight:700;min-height:1px;padding-left:15px;p
...

Mike Grove

unread,
Sep 26, 2014, 8:26:03 AM9/26/14
to stardog
No, I was not able to reproduce the problem.

Cheers,

Mike

--

Maatary Okouya

unread,
Sep 26, 2014, 8:34:50 AM9/26/14
to sta...@clarkparsia.com
Basically you have loaded the same graph and your seach worked out fine ?

Edgar Rodriguez

unread,
Sep 26, 2014, 10:17:38 AM9/26/14
to sta...@clarkparsia.com

The search functionality is related to the browse functionality, it is typed so it's not just a generic search; that means search is applied over individuals with a rdf:type that contain the given string literal in any of their properties. For your case, you’ll just need to add a rdf:type to <http://learningsparql.com/ns/addressbook#richard> so it can be searched, it can be any rdf:type.

Do the following in the query panel:

insert data {
  <http://learningsparql.com/ns/addressbook#richard> a <http://xmlns.com/foaf/0.1/Person> .
}

Now search for richard, and you’ll see the instance in the typed results list.

If you need to search for a specific triple with a given string literal you can always use the query panel with the standard Lucene query syntax in your search queries, as mentioned before.

Cheers,
Edgar


On Fri, Sep 26, 2014 at 8:20 AM, Maatary Okouya <maatar...@gmail.com> wrote:
--
Reply all
Reply to author
Forward
0 new messages