gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] Porting from zz to RDF


From: Matti Katila
Subject: [Gzz] Porting from zz to RDF
Date: Thu, 27 Mar 2003 02:20:17 +0200 (EET)

Morning, 


    So, I'm currently at space level. Some modifications.

    Cell c;                    
    c.zzclone();      =>

        Resource node = ShortRDF.newNode(space.getModel());
        space.clone(node);

    With zz we used to have special dimension for clones.

    I'll add ALPH.clone predicate so we can easily check these.


 RDFNode1 ----(ALPH:clone)--+-> XYZ Node ---(ALPH:content)---> Literal(content)
 RDFNode2 ----(ALPH:clone)--+                                  "enfilade"
 RDFNode3 ----(ALPH:clone)--' 


    -space has one method more .getModel()
    -space has a lot of XXX


"interval message"


   -Matti






reply via email to

[Prev in Thread] Current Thread [Next in Thread]