Re: [Virtuoso-users] infrequent errors on parallel querying

2016-03-02 Thread Kingsley Idehen
imes for queries against each of the individual instances in this SPARQL-FED query. The goal would be to at least eliminate any local issues. Also shed some light on the triple count per each of these instances. Ultimately we have a network or query optimizer issue in play, we just need a producti

Re: [Virtuoso-users] SPATIAL JOIN queries in Virtuoso

2016-02-24 Thread Kingsley Idehen
com%2Fc%2F86SEH%23%24view%24%3D4%26%24selection%24%3D0%26%24mapCentreX%24%3D4.647604837557583%26%24mapCentreY%24%3D7.9541015625%26%24mapZoom%24%3D7 -- Query Source Code > > On Thu, Feb 25, 2016 at 2:20 AM, Kingsley Idehen > wrote: >> On 2/24/16 3:11 PM, Maria Jackson wrote: >>

Re: [Virtuoso-users] SPATIAL JOIN queries in Virtuoso

2016-02-24 Thread Kingsley Idehen
an you please help me > understand as to where am I going wrong? Can you try your example using data from our LOD [1] or DBpedia [2] instances? Or a URL against your instance if online. [1] http://dbpedia.org/sparql [2] http://lod.openlinksw.com/sparql Kingsley > > On Thu, Feb 25, 2016

Re: [Virtuoso-users] SPATIAL JOIN queries in Virtuoso

2016-02-24 Thread Kingsley Idehen
ml#(6) seeAlso: [1] http://kidehen.blogspot.com/2014/02/geospatial-querying-over-linked-open.html -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.ope

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2016-01-27 Thread Kingsley Idehen
g list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2

Re: [Virtuoso-users] Not Giving up on HTML5/RDFa Import

2016-01-14 Thread Kingsley Idehen
er off using the commercial edition. Kingsley > > Regards, > > J Haag > > > > > -- > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instan

Re: [Virtuoso-users] inference queries ?

2016-01-10 Thread Kingsley Idehen
11&iu=/4140 > > > ___ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink So

Re: [Virtuoso-users] Make my views refer to external ontology?

2016-01-04 Thread Kingsley Idehen
gy#> >>> select ?country >>> FROM <http://localhost:8890/dataMaster#> >>> FROM <http://localhost:8890/ontologies/geonames> >>> WHERE { ?s a sio:SIO_000393. >>> ?s sio:SIO_000664 ?country. >&g

Re: [Virtuoso-users] Make my views refer to external ontology?

2016-01-04 Thread Kingsley Idehen
gn:name ?countryName. > } > > FILTER(IRI(?country) = ?geo) . > } > GROUP BY ?countryName > > is it a bug ??? or something wrong ??? > thanks again > > On Wed, Dec 30, 2015 at 7:57 PM, Kingsley Idehen > mailto:kide...@openlinksw.com>>

Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2016-01-04 Thread Kingsley Idehen
t; http://kingsley.idehen.net/public_home/kidehen/Public/R2RML%20Demos/oracle_hr_rdf_views_r2rml.ttl > -- Oracle Demo HR . > > > Kingsley > >> >> >> On Thu, Dec 24, 2015 at 5:36 PM, Kingsley Idehen >> mailto:kide...@openlinksw.com>> wrot

Re: [Virtuoso-users] Make my views refer to external ontology?

2016-01-04 Thread Kingsley Idehen
u need <http://sws.geonames.org/226074/ <http://sws.geonames.org/2378080/>> . rr:predicateObjectMap [ rr:predicateMap [ rr:constant sio:SIO_000664 ] ; rr:objectMap [ rr:termType rr:IRI ; rr:constant gn:Feature; rr:template "{Country_geo}" ]; ] should be producing <http://

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2016-01-04 Thread Kingsley Idehen
via r2rml, but if you manually generated RDF Views from the r2rml you end up with a script that automates this. > Sorry, a lot of questions. > BTW -- how many records are there in each of the source tables? How many triples did you have in the virtual graph? Kingsley > > Thanks for

Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2016-01-04 Thread Kingsley Idehen
ization-across.html [2] http://kingsley.idehen.net/public_home/kidehen/Public/R2RML%20Demos/oracle_hr_rdf_views_r2rml.ttl -- Oracle Demo HR . Kingsley > > > On Thu, Dec 24, 2015 at 5:36 PM, Kingsley Idehen > mailto:kide...@openlinksw.com>> wrote: > > On 12/23/15

Re: [Virtuoso-users] Make my views refer to external ontology?

2015-12-29 Thread Kingsley Idehen
lect ?o ?cname where { GRAPH ?g { ?s SIO:SIO_000664 ?o; ?s a foaf:Person. OPTIONAL { ?o gn:name ?cname. } } } limit 10 Kingsley > > On Tue, Dec 29, 2015 at 9:02 PM, Kingsley Idehen > mailto:kide...@openlinksw.com>> wrote: > > On 12/29/15 12:4

Re: [Virtuoso-users] Make my views refer to external ontology?

2015-12-29 Thread Kingsley Idehen
here {?s SIO:SIO_000664 ?o; ?s a foaf:Person. OPTIONAL { ?o gn:name ?cname. } } limit 10 Kingsley > > > On Tue, Dec 29, 2015 at 6:36 PM, Kingsley Idehen > mailto:kide...@openlinksw.com>> wrote: > > On 12/29/15 8:31 AM, Eng.Bassam wrote: >>

Re: [Virtuoso-users] Make my views refer to external ontology?

2015-12-29 Thread Kingsley Idehen
rty values. select ?o where {?s SIO:SIO_000664 ?o; ?s a foaf:Person. } limit 10 Kingsley > > > > -- > > > ___ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net >

Re: [Virtuoso-users] Timeout problem

2015-12-28 Thread Kingsley Idehen
uoso INI. [1] http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtEC2AMIDBpediaInstall -- this doc has a section on settings for DBpedia. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://

Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2015-12-24 Thread Kingsley Idehen
"PatientID" --- not ID >> rr:parent "ID" not PatientID >> because the PatientID is a column in child table(diagnoses) and ID is >> a column in Parent table (Patient). >> right??? >> this what I have understood from http://www.w3.org/TR/r2

Re: [Virtuoso-users] confusing in rr:joinCondition generated by virtuoso ??

2015-12-23 Thread Kingsley Idehen
ient make the child is > patient and parent is dianoses.? > diagnoses table it is has FK so I thinks it is a child and Patient it > 's a parent, opposite to output !!! > --- > > Eng.Bassam Najeeb. > >Software Engineer. > > > > --

Re: [Virtuoso-users] reset DBA password

2015-12-18 Thread Kingsley Idehen
> > > best regards > Lorena > > -- > ___ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > You will be sent instructions, privately.

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2015-12-16 Thread Kingsley Idehen
the virtual->physical sync option. Then you have the ability to explore data with more flexibility (different rdf views for different purposes) and scalability (instanceOf relations, inference and reasoning etc..). Kingsley > > Thank you. > > Best regards, > > Alexan

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2015-12-14 Thread Kingsley Idehen
a named-graph that holds physical triples identified by the IRI: using the command: RDF_VIEW_SYNC_TO_PHYSICAL ('http://demo.openlinksw.com/SQLServer#', 1, 'urn:demo.openlinksw.com:SQLServer'); Virtuoso will keep in sync with <http://demo.openlinksw.com/SQLServer#>

Re: [Virtuoso-users] Find out which SQL query is generated from my SPARQL

2015-12-14 Thread Kingsley Idehen
ing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http:

Re: [Virtuoso-users] Mapper Options in Conductor (Question about Sponging)

2015-11-12 Thread Kingsley Idehen
show you what graphs the > triples appear in. > > When a page is sponged, its URL becomes 1:1 the graph IRI in which > data from/about/in that resource is stored. Multiple graphs > implies multiple sponging events. > > HTH, > > ~Tim > -- > Tim Haynes >

Re: [Virtuoso-users] Problem with MAX function in SPARQL

2015-11-11 Thread Kingsley Idehen
T ?ride (MAX(?avmr) AS ?avmrLast) WHERE{ ?bs rdf:type km4c:BusStop. ?bs foaf:name "PIAZZA DI SAN MARCO". ?bsf km4c:isForecastOfBusStop ?bs. ?bsf km4c:isForecastOfAVM ?avmr. ?ride km4c:hasAVMRecord ?avmr2. } GROUP BY ?ride ORD

Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-10 Thread Kingsley Idehen
tuoso to make custom mapping as described here > http://docs.openlinksw.com/virtuoso/r2rml.html#r2rmlgentransperslviewrs Fine. Kingsley > > thanks > > On Mon, Nov 9, 2015 at 3:38 PM, Kingsley Idehen > mailto:kide...@openlinksw.com>> wrote: > > On 11/8/15 4:42 PM, Eng.Bas

Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-09 Thread Kingsley Idehen
gt; columns >> e.g Person owl class can't be class for basic info and also to >> extended table too. >> >> is this right? > > If you want your own mappings that's fine, but you can't use the > RDF Views wizard for that

Re: [Virtuoso-users] load SQL data in Virtouso

2015-11-07 Thread Kingsley Idehen
> > Eng.Bassam Najeeb. > >Software Engineer. > > > > -- > > > ___ > Virtuoso-users mailing list > Virtuoso-users@lists.so

Re: [Virtuoso-users] Querying spatial data in Virtuoso

2015-10-28 Thread Kingsley Idehen
n.blogspot.com/2014/02/geospatial-querying-over-linked-open.html [2] http://virtuoso.openlinksw.com/tutorials/sparql/SPARQL_Tutorials_Part_10/SPARQL_Tutorials_Part_10.html [3] http://docs.openlinksw.com/virtuoso/sqlrefgeospatial.html -- Regards, Kingsley Idehen Founder &

Re: [Virtuoso-users] RDF Mapper Options in Conductor

2015-10-27 Thread Kingsley Idehen
fy_html5md=0 > reify_rdfa=0 > reify_jsonld=0 > reify_all_grddl=0 > reify_html=0 > passthrough_mode=yes > loose=yes > reify_html_misc=no > reify_turtle=no > > > -------

Re: [Virtuoso-users] RDF Mapper Options in Conductor

2015-10-27 Thread Kingsley Idehen
L Table. > There's a naming issue (being addressed), hence the confusion. The XHTML Cartridge is what's now know as HTML (and variants). -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kid

Re: [Virtuoso-users] RDFS inference in SPARQL end-point

2015-10-24 Thread Kingsley Idehen
>> ___ >> Virtuoso-users mailing list >> Virtuoso-users@lists.sourceforge.net >> <mailto:Virtuoso-users@lists.sourceforge.net> >> https://lists.sourceforge.net/lists/listinfo/virtuoso-users > > >

Re: [Virtuoso-users] RDF Mapper Options in Conductor

2015-10-21 Thread Kingsley Idehen
ean install on Ubuntu. I'm running 07.20.3214. >> The following packages are installed: >> >> conductor dav 1.00.8752 >> fct dav 1.13.79 >> iSPARQL dav 1.29.29 >> rdb2rdf dav 1.00.0003 >> rdf_mappers dav 1.34.74 >> >> > --

Re: [Virtuoso-users] RDF Mapper Options in Conductor

2015-10-21 Thread Kingsley Idehen
34.74 Jason, You can use the commercial edition cartridges_dav.vad package against your VOS instance. That's the quickest route forward as the version bundled with VOS is out of date, and requires integration work to bring it back up to date. Kingsley > > >> --

Re: [Virtuoso-users] RDF Mapper Options in Conductor

2015-10-15 Thread Kingsley Idehen
s do?*) >>> - Download images: >>> - Use WebDAV methods: (*what does this mean?*) >>> - Delete if remove on remote detected: (*what does this mean?*) >>> - Store documents locally: (*does this only apply to storing the content >>> in DAV?*) >>>

Re: [Virtuoso-users] Virtuoso-users Digest, Vol 108, Issue 4

2015-10-06 Thread Kingsley Idehen
; fallback-mode=no > *rdfa=yes* > reify_html5md=1 > reify_rdfa=0 > reify_jsonld=1 > reify_all_grddl=0 > passthrough_mode=yes > loose=yes > reify_html=0 > reify_html_misc=0 > reify_turtle=yes > > > As for what's the best solution for your goal? This is the bes

Re: [Virtuoso-users] RDFa Support In Virtuoso Crawler

2015-10-02 Thread Kingsley Idehen
ult-graph-uri=&qtxt=define+get%3Asoft+%22replace%22%0D%0Aselect+distinct+*+from+%3Chttp%3A%2F%2Fxapi.vocab.pub%2Fdatasets%2Fadl%2Fverbs%2Findex.html%3E+where+%7B%3Fs+a+%3Fo%7D&should-sponge=&format=text%2Fhtml&timeout=0&debug=on -- Query Source Are you still hav

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-10-02 Thread Kingsley Idehen
#x27;s the best solution for your goal? This is the best solution since you can schedule your content crawling. You result should ultimately match: http://linkeddata.uriburner.com/about/html/http/xapi.vocab.pub/datasets/adl/verbs/index.html -- Using /about sponger service. -- Regards, Kingsle

Re: [Virtuoso-users] Virtuoso-users Digest, Vol 108, Issue 1

2015-10-01 Thread Kingsley Idehen
ield where it states: >> "If Graph IRI is unassigned use this Data Source URL:" >> >> When I try using this alternative data source URL field I receive the >> warning message, "Incorrect target URL." >> >> Appreciate any tips or advice you h

Re: [Virtuoso-users] Virtuoso-users Digest, Vol 108, Issue 1

2015-10-01 Thread Kingsley Idehen
> > Appreciate any tips or advice you have for using the crawler interface > with RDFa. Will also take a look at the linked data folder setup you > suggested. > > Kind Regards, > > J Haag > > > Date: Wed, 30 Sep 2015 20:25:50 -0400 > From: Kingsley Idehen &g

Re: [Virtuoso-users] Automating RDF data imports in VIrtuoso

2015-09-30 Thread Kingsley Idehen
s be entering: >> crontab -e >> >> If that doesn't work, you may have to ask your system administrators for >> help. >> Entering the command 'man crontab' may help. >> >> > ------ > ___ > Virtuoso-users mailing lis

Re: [Virtuoso-users] how to disable transitivity in sparql queries

2015-09-30 Thread Kingsley Idehen
ph-uri=http%3A%2F%2Fdbpedia.org&qtxt=SELECT+DISTINCT+%3Fg+%3Fclass+%7B+graph+%3Fg+%7B%0D%0A%3Finstance+rdf%3Atype+%3Fclass.%0D%0AFILTER+%28%3Finstance+%3D+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FLovedean%3E%29%7D%0D%0A%7D&format=text%2Fhtml&CXML_redir_for_subjs=121&CXML_redir_for_hrefs

Re: [Virtuoso-users] Seek for technical assistance

2015-08-21 Thread Kingsley Idehen
- SPARQL Query scoped to Named Graph IRI derived from source Document URL You don't have to do anything bar installing the "cartridges_dav.vad" package which is how you get the sponger module going. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web:

Re: [Virtuoso-users] Combining Virtuoso with external OWL reasoners

2015-08-17 Thread Kingsley Idehen
Virtuoso Server extension based on the Pellet Jars via Java Runtime Hosting: http://docs.openlinksw.com/virtuoso/javaextvm.html Kingsley Could this feasible? And how? Best, Ghislain 2015-08-17 11:09 GMT+02:00 Kingsley Idehen <mailto:kide...@openlinksw.com>>: On 8/17/1

Re: [Virtuoso-users] Combining Virtuoso with external OWL reasoners

2015-08-17 Thread Kingsley Idehen
live LOD Cloud cache we maintain. Delegating inference and reasoning to a 3rd part module or service comes with serious performance costs, at all levels of integration. Share some reasoner APIs and we can comment further about the specific interface, if need be. -- Regards, Kingsley Idehen

Re: [Virtuoso-users] Very long "roll forward" when starting virtuoso-t

2015-07-13 Thread Kingsley Idehen
...@rpi.edu https://impactstory.org/TimothyLebo If you don't care about transactions in the transaction log (that haven't been applied to database), just delete the .trx. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal

[Virtuoso-users] Looking for Native German Speaker with Virtuoso & RDF based Linked Open Data Skills

2015-07-08 Thread Kingsley Idehen
All, We have an engagement opportunity for a consultant/developer with Virtuoso and RDF based Linked Open data skills. It is important that interested individuals are native German speakers. You can respond to myself (and Hugh Williams) privately. -- Regards, Kingsley Idehen Founder &

Re: [Virtuoso-users] Forward Chaining in Virtuoso 7

2015-05-26 Thread Kingsley Idehen
pecially when that can be achieved explicitly (in more manageable form) via SPARQL INSERT statements . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw

Re: [Virtuoso-users] Forward Chaining in Virtuoso 7

2015-05-22 Thread Kingsley Idehen
/2014/01/demonstrating-reasoning-via-sparql.html -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter.

Re: [Virtuoso-users] more than 1048576 query results

2015-04-30 Thread Kingsley Idehen
which are otherwise conflated, and obscured in a SQL-specific RDBMS scenario . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen Twitter

Re: [Virtuoso-users] virtuoso striping

2015-04-14 Thread Kingsley Idehen
db toggle mechanism, so we want the server to start immediately, like without striping. Best, Gang Why aren't you considering replication (a commercial edition feature) ? -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal

Re: [Virtuoso-users] update/install virtuoso

2015-04-08 Thread Kingsley Idehen
above if you don't shutdown the DBMS server process properly. The Virtuoso RDBMS Server Application (virtuoso-iodbc-t by default) is distinct from the Virtuoso Database Document/File (virtuoso.db by default). -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company

Re: [Virtuoso-users] http://linkeddata.uriburner.com/sparql broken?

2015-04-03 Thread Kingsley Idehen
html >select distinct * where {[] a ?EntityType} limit 50 Maybe someone could have a look... Thanks! We are away of this anomaly . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Kingsley Idehen
ces (RDF statements). The beauty of SPARQL is that is leverages the RDF model for structured data representation and surfaces this virtue via its use of Turtle-notation (which makes the nature of an RDF Statement much clearer to humans). Hope this helps! -- Regards, Kingsley Idehen

Re: [Virtuoso-users] Deleting data from a graph

2015-03-30 Thread Kingsley Idehen
t;#relatedTo> <#that> . } WHERE {<#this> <#relatedTo> <#that> . } OR: DELETE { GRAPH <{named-graph-iri}> {<#this> <#relatedTo> <#that> . } } WHERE { GRAPH <{named-graph-iri}> {<#this> <#relatedTo> <#that> . } } [1] http:/

Re: [Virtuoso-users] virtuoso isql password file option

2015-03-20 Thread Kingsley Idehen
On 3/20/15 12:15 AM, Morty wrote: On Thu, Mar 19, 2015 at 07:13:43AM -0400, Kingsley Idehen wrote: >You appear to assume that iSQL can only be used to connect to a >Virtuoso instance using a single approach? Here an option dump >(note: we even support use of pkcs#12 and pem files f

Re: [Virtuoso-users] virtuoso isql password file option

2015-03-19 Thread Kingsley Idehen
he ISQL options Note that if none of the above matches then the non-options go as [:] file1 file2 ... -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlink

Re: [Virtuoso-users] Unable to reload data after clearing the graph

2015-03-17 Thread Kingsley Idehen
mand-line or conductor UI: -- empties the table. You can also simply add a WHERE clause to more selective about named graph iris to be removed. delete from DB.DBA.load_list ; ld_dir('/usr/local/virtuoso-opensource/share/virtuoso/tmp', 'wcmcPeopleAddress.rdf', 'http://v

Re: [Virtuoso-users] public sparql endpoint with dbpedia pagelinks?

2015-03-13 Thread Kingsley Idehen
nkhttp://lod.openlinksw.com/sparql once had them, but maybe i'm wrong there... Cheers, Jörn It had a version. It more than likely doesn't have the latest loaded. We are planning a complete reload of the LOD Cloud cache in the coming weeks. -- Regards, Kingsley Idehen Founder & C

Re: [Virtuoso-users] ACLs and all-graphs query

2015-03-10 Thread Kingsley Idehen
On 3/10/15 5:17 AM, Nicola Vitucci wrote: Il 09/03/2015 22:02, Kingsley Idehen ha scritto: >On 3/9/15 4:01 PM, Nicola Vitucci wrote: >>Il 09/03/2015 20:18, Kingsley Idehen ha scritto: >>>On 3/9/15 2:47 PM, Nicola Vitucci wrote: >>>>Il 08/03/2015 00:30, Kingsley

Re: [Virtuoso-users] ACLs and all-graphs query

2015-03-09 Thread Kingsley Idehen
On 3/9/15 4:01 PM, Nicola Vitucci wrote: Il 09/03/2015 20:18, Kingsley Idehen ha scritto: On 3/9/15 2:47 PM, Nicola Vitucci wrote: Il 08/03/2015 00:30, Kingsley Idehen ha scritto: On 3/7/15 2:18 PM, Nicola Vitucci wrote: Dear all, I could not figure out any way to use ACLs to avoid showing

Re: [Virtuoso-users] ACLs and all-graphs query

2015-03-09 Thread Kingsley Idehen
On 3/9/15 2:47 PM, Nicola Vitucci wrote: Il 08/03/2015 00:30, Kingsley Idehen ha scritto: >On 3/7/15 2:18 PM, Nicola Vitucci wrote: >>Dear all, >> >>I could not figure out any way to use ACLs to avoid showing private >>graphs when submitting the following query: &g

Re: [Virtuoso-users] ACLs and all-graphs query

2015-03-07 Thread Kingsley Idehen
; don't have access to private graphs (denoted using 1). DB.DBA.RDF_DEFAULT_USER_PERMS_SET ('SPARQL', 0, 1); Links: [1] http://docs.openlinksw.com/virtuoso/rdfgraphsecurity.html -- documentation section on graph level security . -- Regards, Kingsley Idehen Founder & CEO

Re: [Virtuoso-users] filter exists within service clause

2015-01-30 Thread Kingsley Idehen
onversation now. http://goparallel.sourceforge.net/ ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company

Re: [Virtuoso-users] filter exists within service clause

2015-01-30 Thread Kingsley Idehen
ating that the remote server lacks said functionality. Are you able to share a SPARQL Protocol URL for the query in question? -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblo

Re: [Virtuoso-users] First release

2015-01-19 Thread Kingsley Idehen
/VOSHistory . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter.com/kidehen Google+ Profile: h

Re: [Virtuoso-users] SPARQL: getting precise counts from a local endpoint

2015-01-05 Thread Kingsley Idehen
ews, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Re: [Virtuoso-users] Virtuoso LDP

2014-12-09 Thread Kingsley Idehen
ley.idehen.net/dataspace/person/kidehen#this name="p">http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://xmlns.com/foaf/0.1/Person #this #relation #that - Erich I've brought this to everyone's attention, internally. -- Regards, Kingsle

Re: [Virtuoso-users] Virtuoso LDP

2014-12-08 Thread Kingsley Idehen
release stability. Kingsley On Mon, 08 Dec 2014 17:24:38 -0500 Kingsley Idehen wrote: On 12/8/14 3:44 PM, Erich Bremer wrote: I was actually working with the Chrome REST client, but this would be the curl equivalent I believe: curl -iH "Accept: application/ld+json, */*;q=0.1" -u

Re: [Virtuoso-users] Virtuoso LDP

2014-12-08 Thread Kingsley Idehen
ssue. Try: curl -iH "Accept: application/ld+json, */*;q=0.1" http://ods-qa.openlinksw.com/DAV/home/kidehen/Public/profile2.ttl Kingsley On Mon, 08 Dec 2014 14:20:28 -0500 Kingsley Idehen wrote: On 12/8/14 1:50 PM, Erich Bremer wrote: Can Virtuoso return JSON-LD using it&#

Re: [Virtuoso-users] Virtuoso LDP

2014-12-08 Thread Kingsley Idehen
On 12/8/14 1:50 PM, Erich Bremer wrote: Can Virtuoso return JSON-LD using it's LDP interface? I tried using application/ld+json for content neg. but that didn't work. - Erich cURL example? -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.

Re: [Virtuoso-users] Virtuoso Open Source Repository Clarifications

2014-11-11 Thread Kingsley Idehen
On 11/11/14 5:49 PM, Kingsley Idehen wrote: All, In recent times, based on the content of various mails, I've arrived at the conclusion that our Github naming conventions aren't generally understood. Thus, here's a description of our various repositories, represented usin

[Virtuoso-users] Virtuoso Open Source Repository Clarifications

2014-11-11 Thread Kingsley Idehen
inkeddata.uriburner.com/c/8HQ467 -- About the Stable Edition Repo [5] http://linkeddata.uriburner.com/c/8HQ45Y -- About the Developer Edition Repo [6] http://linkeddata.uriburner.com/c/8HQ5AN -- About the Fast Track (ultra bleeding-edge) Edition Repo . -- Regards, Kingsley Idehen Founder &am

Re: [Virtuoso-users] multiple sparql update commands

2014-11-11 Thread Kingsley Idehen
should be completed shortly. Kingsley ​ ​ On Sun, 09 Nov 2014 07:05:15 -0500 Kingsley Idehen wrote: On 11/8/14 8:56 PM, Erich Bremer wrote: Hi Kingsley, Using sparql-auth and executing this on a vanilla V7.1 instance: prefix foaf: <http://xmlns.com/foaf/> with <http://crux.eb

Re: [Virtuoso-users] multiple sparql update commands

2014-11-09 Thread Kingsley Idehen
.ebremer.com> insert data {<http://www.ebremer.com/foaf.rdf> foaf:lastName "Bremer"}; with <http://crux.ebremer.com> insert data {<http://www.ebremer.com/foaf.rdf> foaf:firstName "Erich"}; ​ However, either with-insert works fine by itself. - Erich ​ ​ ​ On Sat, 08 Nov

Re: [Virtuoso-users] multiple sparql update commands

2014-11-08 Thread Kingsley Idehen
On 11/8/14 6:25 PM, Erich Bremer wrote: Hi, Is Virtuoso supposed to be able to handle multiple SPARQL update commands such as a with-delete-insert separated with semi-colons via sparql-auth endpoint? - Erich ​ Yes it is. What's failing? -- Regards, Kingsley Idehen Founder & CEO

Re: [Virtuoso-users] Convert HTML pages and csv data to RDF using Virtuoso Sponger

2014-11-02 Thread Kingsley Idehen
a local named graph (internal document identifier) of the same name (identifier). Links: 1. http://linkeddata.uriburner.com/c/9P625JY -- Query Result 2. http://linkeddata.uriburner.com/c/9CKP65GT -- Query Definition -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Comp

Re: [Virtuoso-users] FED works via isql but it does not via http

2014-10-17 Thread Kingsley Idehen
wise-Interaction+%3B%0D%0A+++bio2rdf-ifx%3Ainteractor_a+%3Fprotein_dgn+%3B%0D%0A+++bio2rdf-ifx%3Ainteractor_b+%3Fprotein_irx+.%0D%0A%7D%0D%0A%7D+LIMIT+20&format=text%2Fhtml&timeout=0&debug=on Note: &query becomes &qtxt re., SPARQL Query Definition URL pattern. Your

Re: [Virtuoso-users] user-specific query timeouts for SPARQL and other quality of service facilities

2014-10-10 Thread Kingsley Idehen
res for this compared to the Open-SourceVersion? Yes, as per my comments above. Links: [1] http://www.slideshare.net/kidehen/how-virtuoso-enables-attributed-based-access-controls Regards, Markus Ackermann -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: h

Re: [Virtuoso-users] The SPARQL endpoint default query

2014-10-06 Thread Kingsley Idehen
.ini file). -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter.com/kidehen Google+ Profile: h

Re: [Virtuoso-users] Virtuoso ODBC Driver for Windows 7 64 bits - virtuoso version 7.1

2014-09-30 Thread Kingsley Idehen
Boris [1] http://download.openlinksw.com/solwiz Boris, See: http://virtuoso.openlinksw.com/download/ . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2:

Re: [Virtuoso-users] Enabling WebID authentication

2014-09-22 Thread Kingsley Idehen
On 9/22/14 10:47 AM, Frans Knibbe | Geodan wrote: On 2014-09-22 13:01, Kingsley Idehen wrote: On 9/22/14 4:06 AM, Frans Knibbe | Geodan wrote: Hello, I think I could use some help with enabling WebID as an authentication and security mechanism for VOS... I have found several online

Re: [Virtuoso-users] Enabling WebID authentication

2014-09-22 Thread Kingsley Idehen
cument to rectify this problem: foaf:primaryTopic, wdrs:isdescribedby, dcterms:subject . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen T

Re: [Virtuoso-users] Problem installing ODS Framework VAD package

2014-09-19 Thread Kingsley Idehen
x27;t matter :-) The ODS-Framework VAD should install, if not, we need to fix something. See: [1] http://kingsley.idehen.net/~kidehen/Public/ [2] http://kingsley.idehen.net/~kidehen/ -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal

Re: [Virtuoso-users] Strange VOS exception

2014-08-18 Thread Kingsley Idehen
On 8/18/14 11:33 AM, Dimitris Kontokostas wrote: On Mon, Aug 18, 2014 at 1:09 PM, Kingsley Idehen mailto:kide...@openlinksw.com>> wrote: On 8/18/14 9:57 AM, Dimitris Kontokostas wrote: HI again, I started getting the same error which means my db got corrupted agai

Re: [Virtuoso-users] Strange VOS exception

2014-08-18 Thread Kingsley Idehen
f the DB log file around the time of the corruption etc? Kingsley On Wed, Jul 16, 2014 at 6:59 PM, Kingsley Idehen mailto:kide...@openlinksw.com>> wrote: On 7/16/14 11:39 AM, Dimitris Kontokostas wrote: One question on this After the restore procedure my new database fil

Re: [Virtuoso-users] Virtuoso 7.1.0 - BIND needs addition permissions for federated query?

2014-08-05 Thread Kingsley Idehen
?id=153845071&iu=/4140/ostg.clktrk ___ Virtuoso-users mailing list Virtuoso-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company W

Re: [Virtuoso-users] Loading relational data into Virtuoso

2014-08-04 Thread Kingsley Idehen
. Virtuoso supports SQL-92 up to SQL200n. Use standard SQL CREATE and INSERT statements. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~k

Re: [Virtuoso-users] Trouble writing a query filter

2014-08-01 Thread Kingsley Idehen
-Original Message- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: Saturday, July 26, 2014 10:51 AM To: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Trouble writing a query filter On 7/26/14 1:56 AM, Rumi wrote: > Hi Phillip, > > On 25-Jul-14

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-26 Thread Kingsley Idehen
indicated by Rumi, do you have any error output of this simply a case of an incorrect solution (sparql query result)? -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Kingsley Idehen
rner.com/sparql [2] http://lod.openlinksw.com/sparql [3] http://linkeddata.uriburner.com -- paste in the Semantic MediaWiki RDF export URL and then use that URL as the Named Graph IRI in your SPARQL query . -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Com

Re: [Virtuoso-users] Federated query issue

2014-07-25 Thread Kingsley Idehen
: [1] http://bit.ly/sparql-fed-query-results-from-virtuoso-uriburner-and-european-sparql-endpoints -- Query Result [2] http://bit.ly/sparql-query-definition-for-sparql-fed-over-uriburner-and-europeana-endpoints -- Query Definition. The order of SERVICE bindings in the query matters.

Re: [Virtuoso-users] Strange VOS exception

2014-07-16 Thread Kingsley Idehen
https://lists.sourceforge.net/lists/listinfo/virtuoso-users -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog 1: http://kidehen.blogspot.com Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen Twitter Profile: ht

Re: [Virtuoso-users] Federated queries problems

2014-07-03 Thread Kingsley Idehen
On 7/3/14 3:32 AM, Nuria Queralt Rosinach wrote: Open Source What Open Source build are you using? Kingsley n On 07/02/2014 10:54 PM, Kingsley Idehen wrote: On 7/2/14 4:13 PM, Kingsley Idehen wrote: On 7/2/14 11:34 AM, Nuria Queralt Rosinach wrote: Hi, I rewrote the FED following your

Re: [Virtuoso-users] Federated queries problems

2014-07-02 Thread Kingsley Idehen
On 7/2/14 4:13 PM, Kingsley Idehen wrote: On 7/2/14 11:34 AM, Nuria Queralt Rosinach wrote: Hi, I rewrote the FED following your guidance, and now, interestingly, the same FED works send it from your URI Burner but does not work from our SPARQL endpoint. I am not capable of seeing where is

Re: [Virtuoso-users] Federated queries problems

2014-07-02 Thread Kingsley Idehen
rner.com/c/9CVX4S37 From our local SPARQL endpoint, query: http://linkeddata.uriburner.com/c/9CZWPYT7 result: http://linkeddata.uriburner.com/c/9DNXZYXE I am lost. Any help will be really appreciated. best, Núria What Virtuoso product are you using? -- Regards, Kingsley Idehen Founder &

Re: [Virtuoso-users] Federated queries problems

2014-07-01 Thread Kingsley Idehen
On 7/1/14 4:07 AM, Nuria Queralt Rosinach wrote: Hi, On 07/01/2014 12:47 AM, Kingsley Idehen wrote: On 6/30/14 2:24 PM, Nuria Queralt Rosinach wrote: Hi, I repeated the FED using: [1] http://linkeddata.uriburner.com/sparql The SPARQL Protocol URL is: http://linkeddata.uriburner.com

Re: [Virtuoso-users] Federated queries problems

2014-06-30 Thread Kingsley Idehen
g &query to &qtxt . An example of a shortened query definition URL: <http://linkeddata.uriburner.com/c/9D6JOWB7> At this point in time, the SPARQL endpoint at <http://rdf.disgenet.org/sparql/> isn't working . That skew this entire exercise. Kingsley Many thanks! Núria

Re: [Virtuoso-users] Federated queries problems

2014-06-27 Thread Kingsley Idehen
. This aid problem investigation and resolution. Also include the error message from your system. Links: 1. http://linkeddata.uriburner.com/sparql -- URIBurner instance. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Persona

Re: [Virtuoso-users] Efficient querying to large graphs

2014-06-27 Thread Kingsley Idehen
/12qn8cy -- Collection of challenging full text patten queries against the LOD cloud cache instance. -- Regards, Kingsley Idehen Founder & CEO OpenLink Software Company Web: http://www.openlinksw.com Personal Weblog: http://www.openlinksw.com/blog/~kidehen Twitter Profile: https://twitter

<    1   2   3   4   5   6   7   8   >