Ted Thibodeau Jr wrote: > "This time for sure!" :-) > > As reported on Twitter, DBpedia 3.3 upgrade should be up-and-running > by 16:00 -0400 (~20 minutes from now). > > Please let us know of any hiccups! >
It looks like the public sparql endpoint at http://dbpedia.org/sparql is now limiting the result set. This always used to be true for the web interface, but using the ARQ libs, I always got the full result set. I last tried this about two weeks ago. Today, I get way less results. Example query: SELECT ?name WHERE { ?a <http://www.w3.org/2004/02/skos/core#subject> <http://dbpedia.org/resource/Category:Car_manufacturers> . ?a <http://www.w3.org/2000/01/rdf-schema#label> ?name } Regards, Michael ------------------------------------------------------------------------------ _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
