Re: [Virtuoso-users] ResultSetMaxRows inside the query

2012-08-01 Thread Percy Enrique Rivera Salas
enLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > On 1 Aug 2012, at 16:53, Kingsley Idehen wrote: > > On 8/1/12 10:58 AM, Percy Enrique Rivera Salas wrote: > > Hi All, > > I want an specific *ResultSetMaxRows* limit for a query. &

[Virtuoso-users] ResultSetMaxRows inside the query

2012-08-01 Thread Percy Enrique Rivera Salas
Hi All, I want an specific *ResultSetMaxRows* limit for a query. So the question is, there is any way to set the *ResultSetMaxRows*parameter for a sparql query inside the query? Best Regards, Percy

Re: [Virtuoso-users] MINUS and TRANSITIVE problem

2012-03-13 Thread Percy Enrique Rivera Salas
All, Any suggestions? Best Regards, Percy 2012/3/7 Percy Enrique Rivera Salas > Dear All, > > I was using the MINUS clause together with the TRANSITIVE option, > and I found an incorrect behavior. > > 1) I insert some triples as follow: > > insert into > { >

[Virtuoso-users] MINUS and TRANSITIVE problem

2012-03-07 Thread Percy Enrique Rivera Salas
Dear All, I was using the MINUS clause together with the TRANSITIVE option, and I found an incorrect behavior. 1) I insert some triples as follow: insert into { a owl:Class. a owl:Class. a owl:Class. rdfs:subClassOf rdfs:subClassOf } 2) I list the owl:Class subjects SELECT ?s FROM WHE

Re: [Virtuoso-users] Insertion w/ explicit datatypes

2012-02-29 Thread Percy Enrique Rivera Salas
t; one SQL integer for more than a handful of XSD integers, fixed- and > floating-point arithmetic does not match exactly as well. > > Non-numeric types are kept accurately, so xsd:string and xsd:String will > always differ from each other and from untyped. Languages are kept > accurately

Re: [Virtuoso-users] Insertion w/ explicit datatypes

2012-02-24 Thread Percy Enrique Rivera Salas
> > Best Regards > Hugh Williams > Professional Services > OpenLink Software, Inc. // http://www.openlinksw.com/ > 10 Burlington Mall Road, Suite 265, Burlington MA 01803 > Weblog -- http://www.openlinksw.com/blogs/ > LinkedIn -- http://www.linkedin.com/compa

[Virtuoso-users] Insertion w/ explicit datatypes

2012-02-23 Thread Percy Enrique Rivera Salas
All, I successfully inserted the data below, with *explicit datatypes* through the Sparql Endpoint (WebBrowser), I also tried using the iSQL and Conductor Importer insert data into > { > "string", > "string"^^xsd:string, > "string"^^xsd:String, >

Re: [Virtuoso-users] MODIFY statement doesn't work properly

2012-01-12 Thread Percy Enrique Rivera Salas
p://test.com/> > delete > {?s ?p ?o} > insert > { `iri(bif:replace( >str(?s),"http://test.com/link","http://test.com/extra/link"; ))` > ?p ?o } > where > { > {?s ?p ?o > filter (regex (str(?s), "http://test.com/link";)) >

Re: [Virtuoso-users] MODIFY statement doesn't work properly

2012-01-12 Thread Percy Enrique Rivera Salas
te > {?s ?p ?o} > insert > { `iri(bif:replace( >str(?s),"http://test.com/link","http://test.com/extra/link"; ))` > ?p ?o } > where > { > {?s ?p ?o > filter (regex (str(?s), "http://test.com/link";)) > } > } > } > > but in a

Re: [Virtuoso-users] MODIFY statement doesn't work properly

2012-01-12 Thread Percy Enrique Rivera Salas
//twitter.com/OpenLink > Google+ -- http://plus.google.com/100570109519069333827/ > Facebook -- http://www.facebook.com/OpenLinkSoftware > Universal Data Access, Integration, and Management Technology Providers > > On 11 Jan 2012, at 19:03, Percy Enrique Rivera Salas wrote: > > Dear All,

[Virtuoso-users] MODIFY statement doesn't work properly

2012-01-11 Thread Percy Enrique Rivera Salas
Dear All, The following MODIFY Statement doesn't work properly, I think is because the variable *?url* and *?new_url* is an IRI (not a Literal) MODIFY delete {?s ?p *?url*} insert {?s ?p *?new_url*} where { { SELECT ?s ?p bif:replace(str(?url),"http://test.com/link","; http

[Virtuoso-users] GROUP_CONCAT in VOS 6.1.3

2012-01-02 Thread Percy Enrique Rivera Salas
All, I would like to use the GROUP_CONCAT function in the VOS (Version 06.01.312) but the procedure seems to be missed any idea how to resolve, without install the new VOS version? Thanks in advance Best Regards, Percy

Re: [Virtuoso-users] DB.DBA.TTLP_MT_LOCAL_FILE error

2011-08-30 Thread Percy Enrique Rivera Salas
> OpenLink Software > http://virtuoso.openlinksw.com > > On Tue, 2011-08-30 at 11:54 -0300, Percy Enrique Rivera Salas wrote: > > Hi everyone, > > > > > > I tried to upload a file through DB.DBA.TTLP_MT_LOCAL_FILE but I got > > the following error when I wrot

Re: [Virtuoso-users] DB.DBA.TTLP_MT_LOCAL_FILE error

2011-08-30 Thread Percy Enrique Rivera Salas
e > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > Web: http://www.openlinksw.com > Support: http://support.openlinksw.com > Forums: http://boards.openlinksw.com/support > Twitter: http://twitter.com/OpenLink > > On 30 Aug 2011, at 1

[Virtuoso-users] DB.DBA.TTLP_MT_LOCAL_FILE error

2011-08-30 Thread Percy Enrique Rivera Salas
Hi everyone, I tried to upload a file through DB.DBA.TTLP_MT_LOCAL_FILE but I got the following error when I wrote the *partial path* SQL> DB.DBA.TTLP_MT_LOCAL_FILE ('dbpedia/foaf/file1.ttl','',' > http://graph1.com'); > *** Error 42000: [Virtuoso Driver][Virtuoso Server]SR598: TURTLE parser has

[Virtuoso-users] bif:contains for predicate values

2011-05-25 Thread Percy Enrique Rivera Salas
Hello everyone I would like to know if virtuoso have a function similar to bif:contains, for predicate values. For example: I want to get all the properties from DBpedia which predicates start with "http://dbpedia.org";. I'm currently using the following SPARQL query that use expensive regular e