Re: RIOT language selection logic

2013-08-26 Thread Andy Seaborne
On 26/08/13 02:56, Holger Knublauch wrote: On 8/25/2013 3:49, Andy Seaborne wrote: On 23/08/13 00:10, Holger Knublauch wrote: On 8/23/2013 2:06, Andy Seaborne wrote: Based on your experience, when does it make a difference? A number of our test cases broke, and I tracked it down to the case

Re: RIOT language selection logic

2013-08-26 Thread Claude Warren
Is there a test case for this problem? On Mon, Aug 26, 2013 at 9:48 AM, Andy Seaborne a...@apache.org wrote: On 26/08/13 02:56, Holger Knublauch wrote: On 8/25/2013 3:49, Andy Seaborne wrote: On 23/08/13 00:10, Holger Knublauch wrote: On 8/23/2013 2:06, Andy Seaborne wrote: Based on

Re: Parsing a freebase RDF dump.

2013-08-26 Thread Yuhan Zhang
Hi Andy, the line 4643044 looks like this: ns:m.04ln83j key:user.robert.world$0027s_tallest.building preceded_by Yuhan Zhang Senior Software Engineer OneScreen Inc. www.onescreen.com (949) 525-4825 Ext: 177 yzh...@onescreen.com eho...@onescreen.com On Sat, Aug 24, 2013 at 2:50 AM, Andy

Re: Parsing a freebase RDF dump.

2013-08-26 Thread Andy Seaborne
On 26/08/13 18:41, Yuhan Zhang wrote: Hi Andy, the line 4643044 looks like this: ns:m.04ln83j key:user.robert.world$0027s_tallest.building preceded_by Raw $ is not allowed in a prefixed name. But I guess $0027 is intended (which is ') so use %27. - - - - - - You can use \$ (in which case

Re: Accessing Fuseki server outside local network.

2013-08-26 Thread Rob Vesse
Lewis It will depend heavily on the configuration of the system that you run the Fuseki instance on around both its host name and its firewall Firstly Fuseki by default binds to the given port (default 3030) on all hosts, so from your local machine both localhost:3030 and hostname:3030 should

Re: RIOT language selection logic

2013-08-26 Thread Holger Knublauch
On 8/27/2013 1:08, Andy Seaborne wrote: On 26/08/13 11:51, Holger Knublauch wrote: On 8/26/2013 18:52, Claude Warren wrote: Is there a test case for this problem? Attached (with dummy content and from a string, but just pretend it came from a local file which is our use case). And yes, we

Re: Accessing Fuseki server outside local network.

2013-08-26 Thread Lewis John Mcgibbney
Hi Rob, Thank you so much for this. Great. Best Lewis On Mon, Aug 26, 2013 at 3:30 PM, Rob Vesse rve...@yarcdata.com wrote: Lewis It will depend heavily on the configuration of the system that you run the Fuseki instance on around both its host name and its firewall Firstly Fuseki by

Re: Parsing a freebase RDF dump.

2013-08-26 Thread Yuhan Zhang
thanks for the suggestion, Andy. I'll convert the turtle file and retry it. Yuhan Zhang Senior Software Engineer OneScreen Inc. www.onescreen.com (949) 525-4825 Ext: 177 yzh...@onescreen.com eho...@onescreen.com On Mon, Aug 26, 2013 at 1:29 PM, Andy Seaborne a...@apache.org wrote: On 26/08/13

Re: RIOT language selection logic

2013-08-26 Thread Holger Knublauch
I was too quick: with the latest SVN snapshot, the following test now fails: Model owlrl = ModelFactory.createDefaultModel(); owlrl.read(http://topbraid.org/spin/owlrl;); I believe it should work, because that file is stored in RDF/XML, plus Model.read(url) should use RDF/XML.

Can't get no (Transformer)

2013-08-26 Thread Diogo FC Patrao
Hi all, I'm having trouble figuring out how Transformer class is working. See my classes below: public class GrumpyOptimizer extends TransformCopy { @Override public Op transform(OpUnion opUnion, Op left, Op right) { if ( !( left instanceof OpService right instanceof OpService)) return

Always got TDB model size = 0

2013-08-26 Thread Charles Li
Hi, Jena experts: Jena v2.10.1 on Windows 7. (1) Run TDB loader: loadRDF.cmd myDir myRdfXML.xml. (2) Create a TDB sitting on myDir: model = TDBFactory.createDataset(myDir).getDefaultModel(); However, model.size() will always give 0! And any query won't return anything! If I start Fuseki