RIDIQL

Richard Cyganiak pointed me to this one, perhaps we find something there that can help us doing updates on graphs. but which code snippet? hm

http://rdqlplus.sourceforge.net/doc/ridiql.html

RIDIQL (RDF Insertion Deletion Inspection and Query Language) builds several utility commands on top of RDQL to make working with RDF graphs easy. This reference describes each of the commands and gives examples where appropriate.
Note: All commands may be written on multiple lines and are terminated with a ; character. Command names and tokens are case-insensitive, but when written in this reference, they are capitalized for clarity.

http://rdqlplus.sourceforge.net/doc/ridiql.html

personal web platform

Doug Cutting writes about a web-services / desktop mixture that i like.

In this web-based world, I’d like to keep all my personal data remotely, so that I can access it equally well from a Linux workstation, an Apple laptop, a Palm phone and a Windows-based internet-access terminal. Still, I’d like to leverage my local resources. For example, my laptop and handheld should be able to access my data while offline, and my workstation should be able to search it quickly using a local database.

could gnowsis be the glue? not by his arguments against java, but we are scientists, leave it to the corps to do the dirty c hacking.

setting up your GPS location in your foaf and website

1. find out where you are

if you do not have a GPS mouse or tracker, use http://www.multimap.com, they show the current GPS position somewhere on the page during scrolling.

then enter this here and verify. Then mingle a little with lat/lon until you hit home.

2. Paste to your foaf file:
in the header:
xmlns:geo=”http://www.w3.org/2003/01/geo/wgs84_pos#”

as data:
<foaf:Person
 foaf:firstName=”Leo”
 foaf:nick=”leobard”>
 <foaf:based_near>
  <geo:point geo:long=”7.7667″ geo:lat=”49.4412″/>
 </foaf:based_near>

</foaf:Person>

3. upload foaf file

4. add the lat/long to your homepage

<meta name=”geo.position” content=”49.4412;7.7667″>
<meta name=”geo.placename” content=”Kaiserslautern”>
<meta name=”geo.region” content=”DE-RP”>
5. Ping geourl

read this: http://geourl.org/add.html

then go here: http://geourl.org/ping/
and enter your web url

6. Enjoy

when everything works, you should go to your foaf explorer and see your homepage as being near you, like here
which leads to a geourl link (below) and other nice map links.

If you installed the firefox nearby plugin then you see cool stuff on the geourl page…

the nearby plugin will open allthegoodness, which is another great site.