Hi Zdravko, yes, my fault.
http://openlink.dbpedia.org/snorql/?query=SELECT+%3Fname+%3Fbirth+%3Fdescription+%3Fperson+WHERE+%7B%0D%0A+++++%3Fperson+dbpedia2%3AbirthPlace+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FBerlin%3E+.%0D%0A+++++%3Fperson+skos%3Asubject+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FCategory%3AGerman_musicians%3E+.%0D%0A+++++%3Fperson+dbpedia2%3Abirth+%3Fbirth+.%0D%0A+++++%3Fperson+foaf%3Aname+%3Fname+.%0D%0A+++++%3Fperson+rdfs%3Acomment+%3Fdescription+.%0D%0A+++++FILTER+%28LANG%28%3Fdescription%29+%3D+%27en%27%29+.%0D%0A%7D%0D%0AORDER+BY+%3Fname works fine :-) Cheers Chris -- Chris Bizer Freie Universität Berlin Phone: +49 30 838 54057 Mail: [EMAIL PROTECTED] Web: www.bizer.de ----- Original Message ----- From: "Zdravko Tashev" <[EMAIL PROTECTED]> To: "Chris Bizer" <[EMAIL PROTECTED]>; "Richard Cyganiak" <[EMAIL PROTECTED]>; <[email protected]> Sent: Friday, January 25, 2008 9:14 AM Subject: Re: [Dbpedia-discussion] Moving to new server -- please test > Hi Chris, > > >> Hi Richard amd Zdravko, >> >> is great that we are finally getting close to switching servers. >> >> URI dereferencing seams to work fine on the new server, but there >> are problems with the SNORQL query interface, for instance >> >> http://dbpedia.org/snorql/?query=SELECT+%3Fname+%3Fbirth+%3Fdescription+%3Fperson+WHERE+%7B%0D%0A+++++%3Fperson+dbpedia2%3AbirthPlace+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FBerlin%3E+.%0D%0A+++++%3Fperson+skos%3Asubject+%3Chttp%3A%2F%2Fdbpedia.org%2Fresource%2FCategory%3AGerman_musicians%3E+.%0D%0A+++++%3Fperson+dbpedia2%3Abirth+%3Fbirth+.%0D%0A+++++%3Fperson+foaf%3Aname+%3Fname+.%0D%0A+++++%3Fperson+rdfs%3Acomment+%3Fdescription+.%0D%0A+++++FILTER+%28LANG%28%3Fdescription%29+%3D+%27en%27%29+.%0D%0A%7D%0D%0AORDER+BY+%3Fname > > > You simply use old server. > >>> >>> The old server is currently here: >>> http://dbpedia.org/ >>> >>> The new server is currently here: >>> http://openlink.dbpedia.org/ > > > And you receive response from Apache server. > On new place is working Virtuoso. > Please change url and try again. > > Zdravko > > >>> >>> Everything that can be done on the old server should also be >>> possible >>> on the new server, e.g. there's a SPARQL endpoint at /sparql, the >>> page >>> about Burlington is at /page/Burlington%2C_Massachusetts, and so >>> on. >>> >>> If everything works well, then we'll flip the switch early next >>> week, >>> and openlink.dbpedia.org will become dbpedia.org. >>> >>> Example: >>> old -- http://dbpedia.org/page/Burlington%2C_Massachusetts >>> new -- >>> http://openlink.dbpedia.org/page/Burlington%2C_Massachusetts >>> >>> Please let us know if you find anything unexpected on the new >>> machine! >>> >>> Many thanks, >>> Richard >>> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Dbpedia-discussion mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion >> >> > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
