Re: [Virtuoso-users] Examples of how to connect SQL from PHP (under apache)?

2010-07-29 Thread Patrick van Kleef
HI Matthew, I need to run my php app under apache for Shibboleth authentication. (If shibboleth can be done under virtuoso is something I need to ask later, as I need to just get some things done right now). Given enough incentive we may implement support for this at some point. We do

[Virtuoso-users] SPARQL Linked Data: howto configure sponger behind IRI deref for variables

2010-07-29 Thread Jörn Hees
Hey all, I'm currently working on a project where I want to ask a lot "cross-border" SPARQL-Queries like the following one: SELECT DISTINCT ?p ?lp ?o ?lo WHERE { ?p ?o. OPTIONAL { ?p rdfs:label ?lp. } OPTIONAL { ?o rdfs:label ?lo. } } (So I'd prefer

[Virtuoso-users] Examples of how to connect SQL from PHP (under apache)?

2010-07-29 Thread Matthew Tedder
I need to run my php app under apache for Shibboleth authentication. (If shibboleth can be done under virtuoso is something I need to ask later, as I need to just get some things done right now). Is there an example anywhere on how to connect to a Virtuoso relational store? I presume to u