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

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 17:37:43 UTC