Unable to query using console for a database created with strict.parsing=false

1 view
Skip to first unread message

NewUser

unread,
Nov 4, 2014, 12:30:57 PM11/4/14
to sta...@clarkparsia.com
Hi!

I have recently started using stardog and I encountered a puzzling revelation:

I created a Database using /stardog-admin db create -o strict.parsing=false -n DB /sourcedir. However, when I try to run queries using console for this database, the editor does not display execute button, textbox for entering the query. (screenshot attached)
I also created a databse without the option set to false and there i can run queries successfully.


Is this a known issue? Or am i doing something wrong here?

Thanks for your time and an otherwise great product!
Screen Shot 2014-11-04 at 6.19.13 PM.png

NewUser

unread,
Nov 4, 2014, 12:44:05 PM11/4/14
to sta...@clarkparsia.com, sykam...@gmail.com

Oh and one more thing in both cases I can run queries successfuly from the commandline using  <./stardog query DBNAME> "SELECT DISTINCT ?s WHERE { ?s ?p ?o } LIMIT 10" 
just unable to use console for the database created with strict parsing set to false.

Edgar Rodriguez

unread,
Nov 4, 2014, 1:19:03 PM11/4/14
to sta...@clarkparsia.com
Hi,

On Tue, Nov 4, 2014 at 12:30 PM, NewUser <sykam...@gmail.com> wrote:
Hi!

I have recently started using stardog and I encountered a puzzling revelation:

I created a Database using /stardog-admin db create -o strict.parsing=false -n DB /sourcedir. However, when I try to run queries using console for this database, the editor does not display execute button, textbox for entering the query. (screenshot attached)
I also created a databse without the option set to false and there i can run queries successfully.

The query panel loads the schema in the database to be able to auto-complete classes and properties. It seems the data may contain some malformed RDF, by disabling strict parsing, it may be causing issues when the query panel tries to load the schema.



Is this a known issue? Or am i doing something wrong here?

Could you provide the data so we could replicate the issue? 

Thanks for your time and an otherwise great product!

Thanks! 

NewUser

unread,
Nov 5, 2014, 11:38:33 AM11/5/14
to sta...@clarkparsia.com
Hi Edgar,

It is a DBpedia file of 38GB size, I dont know how i can send it! I am looking at getting access to a dropbox account with high storage. I am quite sure the file would have some problems. Regardless, I guess this means I should stick to the commandline for carrying out the querying, as this seems to work fine.
Reply all
Reply to author
Forward
0 new messages