Login  Register

Re: Any existing RDF implementation in Pharo?

Posted by Christian Haider on Mar 17, 2020; 11:15am
URL: https://forum.world.st/Any-existing-RDF-implementation-in-Pharo-tp5113407p5113471.html

Hi Juraj,

 

yes, you need VisualWorks, but any old one will do, since it does not need any new stuff.

 

For a migration you need Values (simple, more below) and an XML implementation (I heard XML is robust in Pharo, but have not used it. The API may be different from the VW one).

 

The status of the implementation has not changed and I have just started to use it to implement XMP, which will change and refine the RDF API.

I am not aware of any other users. This means, that it is not speedified nor robustified 😊 – but any help is welcome!

 

Before last ESUG, I started to port RDF for the community, because someone asked me for it.

I started with the Values package by renaming my OrderedDictionary to Valuemap, because I couldn’t use the Pharo OrderedDictionary since it is kaputt. I am still suffering from this renaming, since it is at the core of all I do…

Later at ESUG, I had a discussion about porting with the one who asked me. Then I lost interest .

 

So, if you want to do something, I can help you with any questions.

(But, unless there is a business case, I will not touch Pharo just for fun).

 

Happy hacking,

                Christian

 

 

Von: Juraj Kubelka <[hidden email]>
Gesendet: Dienstag, 17. März 2020 10:22
An: Christian Haider <[hidden email]>
Cc: Any question about pharo is welcome <[hidden email]>
Betreff: Re: [Pharo-users] Any existing RDF implementation in Pharo?

 

Hi Christian,

 

thank you for the link to you project? If I understand it well, I need the latest VisualWorks and I find the project in the public store, right? 

 

Have you also tried to migrate it to Pharo as Esteban suggests? What is the status?

 

Best,

Juraj



On 16 Mar 2020, at 11:53, Christian Haider <[hidden email]> wrote:

 

Hi,

 

I did one for VisualWorks: https://wiki.pdftalk.de/doku.php?id=rdf

 

Happy hacking,

                Christian

 

 

Von: Pharo-users <[hidden email]> Im Auftrag von Juraj Kubelka via Pharo-users
Gesendet: Montag, 16. März 2020 13:41
An: Any question about pharo is welcome <[hidden email]>
Cc: Juraj Kubelka <[hidden email]>
Betreff: [Pharo-users] Any existing RDF implementation in Pharo?