- From: Chris Bizer <bizer@zedat.fu-berlin.de>
- Date: Sun, 27 Aug 2006 10:06:05 +0200
- To: "Aldo Bucchi" <aldo.bucchi@gmail.com>, <semantic-web@w3.org>
Hi Aldo, there were two papers at this year's Scripting for the Semantic Web workshop [1] about this kind of deep integration of RDF into scripting languages. See: - Eyal Oren, Renaud Delbru: "ActiveRDF: object-oriented RDF in Ruby" for Ruby on Rails [2] and - Marian Babik, Ladislav Hluchy: "Deep Integration of Python with Web Ontology Language" for Python [3]. Cheers Chris [1] http://www.semanticscripting.org/SFSW2006/ [2] http://www.semanticscripting.org/SFSW2006/Paper2.pdf [3] http://www.semanticscripting.org/SFSW2006/Paper1.pdf ----- Original Message ----- From: "Aldo Bucchi" <aldo.bucchi@gmail.com> To: <semantic-web@w3.org> Sent: Saturday, August 26, 2006 9:36 PM Subject: RDF scripting / domain language ? eg: print( myResource.rdfs_label ) > > 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 Sunday, 27 August 2006 08:13:38 UTC