Re: Fw: RDF scripting / domain language ? eg: print( myResource.rdfs_label )

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