Re: Should model.read emit addedStatements ?

2013-11-01 Thread Claude Warren
in new_tests the model Contract test ( https://svn.apache.org/repos/asf/jena/Experimental/new-test/src/test/java/com/hp/hpl/jena/rdf/model/ModelContractTests.java) is: @Test public void testRead_InputStream_String_String() throws Exception { InputStream is =

AW: Declining TDB load performance with larger files

2013-11-01 Thread Neubert Joachim
I did a comparison of tdbloader vs. tdbloader2. The results are not relieable (machine-dependent, and perhaps even influenced by different background load on the vm cluster), but perhaps even then they may be interesting to others: tdbloader w/ 2G heap 4:15 Data phase 4:30 Index phase

Re: UNSAID keyword

2013-11-01 Thread Rob Vesse
NOT IN is valid syntax, see http://www.w3.org/TR/sparql11-query/#func-not-in Rob On 31/10/2013 22:44, Tim Harsch harschw...@yahoo.com wrote: My thoughts as well, and also NOT IN? On Thursday, October 31, 2013 2:54 PM, Andy Seaborne a...@apache.org wrote: On 31/10/13 21:35, Tim Harsch

Reading RDF/JSON into model, there is error when json file has number value

2013-11-01 Thread Qi He
Hello, After call model.read(http://dbpedia.org/data/The_Adventures_of_Tom_Sawyer. json,RDF/JSON); It show error message: JSON Values given for properties for an Object must be Strings In JSON file, some value are number not string, I can't change the JSON file. how could I parse number value?

Re: Reading RDF/JSON into model, there is error when json file has number value

2013-11-01 Thread Andy Seaborne
On 01/11/13 17:11, Qi He wrote: Hello, After call model.read(http://dbpedia.org/data/The_Adventures_of_Tom_Sawyer. json,RDF/JSON); It show error message: JSON Values given for properties for an Object must be Strings It actully gives the line and column number of the error together with a

Re: UNSAID keyword

2013-11-01 Thread Tim Harsch
Hi Rob, I should have been more clear.  Andy confirmed UNSAID should be removed from documentation, and said MINUS was missing from the documentation, and I was suggesting NOT IN is also missing. Tim On Friday, November 1, 2013 9:40 AM, Rob Vesse rve...@dotnetrdf.org wrote: NOT IN is

Store query results in new RDF

2013-11-01 Thread Adeeb Noor
Hi guys: I would like to save my SPARQL result coming from ResultSet into new rdf. (new rdf resources) cause I want to do more work on this subgraph and it has to be in the original rdf format. I tried outputAsRDF function and it worked however the result I got the following: rdf:Description