- From: Eyal Oren <eyal.oren@deri.org>
- Date: Mon, 28 Aug 2006 12:25:45 +0100
- To: semantic-web@w3.org
On 08/26/06/08/06 15:36 -0400, Aldo Bucchi wrote: > >hi all, > >has anyone ran into an RDF scripting / domain language?? > >something that would allow me to do things like: > >print( myResource.ns_somePredicate[3].rdfs_label ); > >or... > >for ( chapterResource in bookResource.hasChapter ) > print( chapterResource.rdfs_label.toString() ) check out ActiveRDF [1], it does exactly what you want, on top of Ruby. -eyal [1] http://activerdf.org
Received on Monday, 28 August 2006 11:25:57 UTC