- From: Jan Algermissen <algermissen1971@mac.com>
- Date: Sun, 27 Aug 2006 11:53:06 +0200
- To: Aldo Bucchi <aldo.bucchi@gmail.com>
- Cc: semantic-web@w3.org
Hi Aldo, this should be a path language at the core (with the scripting wrapped on top). The path language should be much like XPath, expect suited for graphs insead of trees (and also taking into account that RDF has labeled arcs while XML has labeled nodes). Question: is there any standardization effort on the horizon? Thanks, Jan On Aug 26, 2006, at 9:36 PM, 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() ) > > > I'm creating a scripting language myself and would like to get some > design ideas ( how to handle collections, functional props, shorthands > to access literals, etc ) > > Thanks, > Aldo > > > -- > ::::: Aldo Bucchi ::::: > mobile (56) 8 429 8300 >
Received on Monday, 28 August 2006 04:16:55 UTC