OpenStreetMap logo OpenStreetMap

Here is my new idea :

We can make a semantic web plugin for josm.

the idea would be to map the JOSM/OSM object into OWL.

we would be able to export the current dataset into rdf/owl.
this is being done in linkedgeodata in mass.
http://linkedgeodata.org/About
I would like to do that for single files.

Then we could process the rdf data with an validator, be able to infer new attribute values using an ontology.

That way we could run all types of checks, be able to include other knowledge from other data sources and use that to update our maps.

The validator would basically manipulate the data in rdf format.

The Proof engine could be anything, from cwm
http://www.w3.org/2000/10/swap/doc/cwm.html
to
pellet :
http://www.mindswap.org/2003/pellet/

Ideally would be able to manipulate the osm data in rdf in memory.
Second best would be some GRDDL access to the OSM data.
The other solution would be to convert it UGH.

OK. Well maybe I could just write my own validator plugin... but it would be nicer to just define rules and leave the work to the inference engine.

mike

Email icon Bluesky Icon Facebook Icon LinkedIn Icon Mastodon Icon Telegram Icon X Icon

Discussion

Comment from h4ck3rm1k3 on 31 July 2009 at 19:45

here is a semantic web wrapper by Shepard from #swig on irc.freenode.net :
http://osm.bloody-byte.net/documents/index.html

Comment from h4ck3rm1k3 on 31 July 2009 at 20:36

Here is the OWL ontology from Shepard

http://osm.bloody-byte.net/documents/osm.ttl

here is the one from linked data
http://linkedgeodata.org/vocabulary/

Log in to leave a comment