- From: Sherman Monroe <sdmonroe@gmail.com>
- Date: Sun, 27 Aug 2006 13:28:21 -0500
- To: "Richard H. McCullough" <rhm@cdepot.net>
- Cc: "semantic-web at W3C" <semantic-web@w3c.org>
- Message-ID: <e23f467e0608271128y1ba41e26m6958c3bd94a53f0f@mail.gmail.com>
Elmo is a framework for working with RDF resources as Java objects, you might want to give a look: http://www.openrdf.org/doc/elmo/users/index.html#d0e39 sherman On 8/27/06, Richard H. McCullough <rhm@volcano.net> wrote: > > > Dick McCullough > knowledge := man do identify od existent done; > knowledge haspart proposition list; > http://rhm.cdepot.net/ > ----- Original Message ----- > From: "Richard H. McCullough" <rhm@volcano.net> > To: "Aldo Bucchi" <aldo.bucchi@gmail.com> > Sent: Saturday, August 26, 2006 9:11 PM > Subject: Re: RDF scripting / domain language ? eg: print( > myResource.rdfs_label ) > > > > My MKR language (click on link below my name) > > has some of the scripting capabilities you are looking for. > > My MKE program works mainly with the MKR language, > > but has some capability to read and translate RDF and > > CycL. > > > > It should give you some useful ideas, > > and you could use it directly to work with RDF. > > > > Dick McCullough > > knowledge := man do identify od existent done; > > knowledge haspart proposition list; > > http://rhm.cdepot.net/ > > ----- Original Message ----- > > From: "Aldo Bucchi" <aldo.bucchi@gmail.com> > > To: <semantic-web@w3.org> > > Sent: Saturday, August 26, 2006 12: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 18:28:35 UTC