gargonza

today i joined my foaf into the http://www.gargonza.org/ project. At the end, events like the foafcamp, the gnowsis VS Berlin hack or gargonza aim at the same goal: make the semantic thing fly and have fun doing it.

I hope to join their next session and I also hope that gnowsis supports SPARQL then (which is easy considered ARQ anyhow)

gnowsis VS berlin hack

Some people are like magnets, they are built to meet sometime. That is also true for me, leobard, and the Berlin Semantic Web group around Chris Bizer, Richard Cyganiak and Anja Jentzsch. We had to meet sometime, unavoidable.

Berlin work extending Jena is always good documented and nice little tools. gnowsis is a bigger tool to integrate them and have them in a user interface. As tools need some visualisation, this hack today was to plug together gnowsis and NG4J and D2RQ. We want to join forces to make the Semantic Web fly and the Semantic Desktop a part of it. The combattants in today’s hack already gathered yesterday evening for a initial social drinking event at www.bergmann103.de that brought us closer together. Presents were exchanged and I gave flower necklaces to the natives.

natives with necklaces

The crew is:

  • Anja Jentzsch
  • Frank Wagner
  • Oliver Maresch
  • Ralf Jakob
  • Richard Cyganiak
  • me

Today we hacked some code together, and had some minor auccesses. I updated my foaf file.

The weather was great, Berlin charms me and Anja made many Pictures that we cannot hide from you.

Another great hack, that will be continued tomorrow, in the serices of gnowsis VS fenfire and gnowsis VS mindraider.

subversion, subclipse, eclipse, https and certificates

I just had a funny bug i have to blog so that googlers can find it:

Eclipse 3.x using Subclipse on windows (which works fine)

Error:
Error validating location: “org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: profind request failed on /repos/foafme

Server certificate cerification failed:
issuer is not trusted (https://foafme.opendfki.de)

keep location anyway?

Problem: our crew does not sign their certificates correctly (or) and the foafme.opendfki.de thing has a SSL certificate which is not correctly signed (or whatever)

I click on “add repository” and it says “the certificate is wrong” and i say “ok” but it still doesn’t work

Solution: Take another SVN client (commandline or tortoise svn) and connect to the server, press “OK” there when the certificate question comes. Then it works in eclipse also. problem solved.