Thanks very much Andy !
________________________________________ From: Andy Seaborne [[email protected]] Sent: Sunday, January 26, 2014 8:39 PM To: [email protected] Subject: Re: 404 not found: Parsing Error On 26/01/14 18:43, HAQUE AKM RAFIQUL wrote: > Hi, > > I am getting not found error (the snapshot is given below) > > [X] > when I execute the following query > > " ./s-query --service http://localhost:3030/dataset 'SELECT ?product ?label > WHERE {?product rdfs:label ?label . ?product a %ProductType% . ?product > bsbm:productFeature %ProductFeature1% . ?product bsbm:productFeature > %ProductFeature2% . ?product bsbm:productPropertyNumeric1 ?value1 . FILTER > (?value1 > %x%)} ORDER BY ?label LIMIT 10'" > > I am using TDB store and Fuseqi SPARQL interface. I start server using the > command > > "./fuseki-server --update --loc=/usr/local/BSBD /dataset" > > What is going wrong here? The query service is http://localhost:3030/dataset/query > > Your suggestion would be highly appreciated. > > Regards, You will then get a 400 (Bad request) because the query is syntactically incorrect %ProductFeature1% is not legal SPARQL. BSBM substitutes %...% for a specific value. Andy
