-
sparql union does not return variables defined outside the union graph e.g. a query of the following type will return value for ?x but ?a, ?b, and ?c will have no values or rather they all have a value of string 0 instead of a literal or a resource object value.
SELECT ?a ?b ?c ?x
WHERE {
{ ?x pred1 ?a .
?x pred2 ?b .
OPTIONAL {?x pred3 ?c . }
}
{ { ?x...
2008-06-04 16:40:36 UTC in RAP - RDF API for PHP
-
I cannot make uniting models from database work very reliably with SPARQL. E.g.
$TestModel1 = $TestDatabase->getModel("test1");
$TestModel2 = $TestDatabase->getModel("test2");
$TestModel3 = $TestModel1->unite($TestModel2);
Both $TestModel1 and $TestModel2 work fine separately and I can query them with SPARQL. I can also see these models in SQL table when I query the statements...
2007-09-12 13:14:29 UTC in RAP - RDF API for PHP
-
Thanks Richard. I do want to explicitly include the newlines but if I do a PHP string with ' e.g.
$sparql_query = '
...
FILTER line 1
line 2 ';
and use several lines it does include something that causes problems. I'm not sure how the standard would like to deal with these newlines but maybe you are right and they should stay. I'm taking the newlines out already but it is just...
2007-08-15 20:35:42 UTC in RAP - RDF API for PHP
-
I had a lot of weird problems and error messages when I unzipped code in Windows while I was using it in Linux. It added newline/return characters. Maybe you had something similar.
Now I'm having problem with newlines in SPARQL Filter. I cannot use newlines in the Filter string I create in PHP. I can work around this but it would be nice if the newlines could be just ignored when parsing the...
2007-08-15 15:03:36 UTC in RAP - RDF API for PHP
-
oh6iz committed patchset 14 of module ubimarks to the Annotea Ubimarks CVS repository, changing 1 files.
2005-12-07 05:32:20 UTC in Annotea Ubimarks
-
oh6iz committed patchset 13 of module ubimarks to the Annotea Ubimarks CVS repository, changing 1 files.
2005-12-07 05:21:01 UTC in Annotea Ubimarks
-
oh6iz committed patchset 12 of module ubimarks to the Annotea Ubimarks CVS repository, changing 10 files.
2005-12-07 05:00:58 UTC in Annotea Ubimarks
-
oh6iz committed patchset 11 of module ubimarks to the Annotea Ubimarks CVS repository, changing 2 files.
2005-12-07 04:49:03 UTC in Annotea Ubimarks
-
oh6iz committed patchset 10 of module ubimarks to the Annotea Ubimarks CVS repository, changing 2 files.
2005-12-06 02:20:44 UTC in Annotea Ubimarks
-
oh6iz committed patchset 9 of module ubimarks to the Annotea Ubimarks CVS repository, changing 1 files.
2005-12-06 01:54:20 UTC in Annotea Ubimarks