-
Hi,
The content of the Foo_(bar) pages - I actually checked only for _(band) and _(film) but I guess there's a similar behavior for others - is different if you directly type the resource / page URL in the browser or if you come to that resource by a link from another page.
E.g, go to:
http://dbpedia.org/page/Rancid (or http://dbpedia.org/resource/Rancid)
click on the Rancid_(band...
2009-04-28 11:26:19 UTC in DBpedia - Wikipedia Data Extraction
-
It seems there is an issue with content-negociation on DBpedia resources.
I'm trying to use roqet [1] with DBpedia resources and it apparently returns the HTML page instead of the RDF data.
alepas@vmlion19:~$ roqet -e 'select ?s ?p ?o where { ?s ?p ?o }' -s http://dbpedia.org/resource/Russia
roqet: Running query 'select ?s ?p ?o where { ?s ?p ?o }'
roqet: Error - URI...
2009-04-04 13:08:10 UTC in DBpedia - Wikipedia Data Extraction
-
terraces committed revision 8 to the 3store SVN repository, changing 2 files.
2008-12-18 12:42:14 UTC in 3store
-
Hi,
Using ORDER BY makes ts-query crash (using SVN, works fine with latest .tgz)
alex@ns23383:/opt/threestore/src$ ts-query "SELECT ?s ?p ?o WHERE { ?s ?p ?o } ORDER BY ASC(?s) LIMIT 3" -d rdf_doap
2007-01-04 15:30:36 UTC in 3store
-
Changed the patch re. latest SVN version (where DIRECT_TYPE / RDF_TYPE is fixed btw)
File Added: sql-compile.patch.
2007-01-04 10:57:33 UTC in 3store
-
There's a
printf("BNODE: %s\n", uri);
line in sql-compile.c that breaks output when using in a SPARQL query.
2006-11-21 17:18:15 UTC in 3store
-
Hi,
Found another error regarding MySQL 5 syntax for LEFT JOIN.
Patch attached (also fix some DIRECT_TYPE / RDF_TYPE error that must be in CVS, but not in the release) for sql-compile.c.
2006-11-21 14:34:55 UTC in 3store
-
When trying to install a gem using 'gem install name',
I've got the following error:
dyld: Library not loaded:
/usr/i686-apple-darwin8/lib/libgcc_s.1.dylib
As noticed here http://www.ruby-forum.com/topic/72640,
it can be solved by running
export
DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/usr/lib
Maybe this PATH value could be defined in the
'environment.bash' file...
2006-08-24 22:19:07 UTC in Locomotive