Re: [Neo] neo-meta properties

2009-07-20 Thread Mattias Persson
2009/7/17 Andreas Kollegger : > Glancing through the neo-rdf code, it does look to use neo-meta, as > does owl2neo (though that package appears to be using an older version > of the neo-meta api). Not sure how the components use neo-meta. > > Mattias, thanks for the guidance about establishing the

Re: [Neo] neo-meta properties

2009-07-17 Thread Andreas Kollegger
Glancing through the neo-rdf code, it does look to use neo-meta, as does owl2neo (though that package appears to be using an older version of the neo-meta api). Not sure how the components use neo-meta. Mattias, thanks for the guidance about establishing the relationship between neilPert and

Re: [Neo] neo-meta properties

2009-07-17 Thread Rob Challen
Can the neo-meta package be used within a neo-rdf / neo-rdf-sail implementation? I would guess there would need to be the same handling of namespaces, and depend on the underlying representation of the RDF in neo for example something like this as an alternative to the above: org.neo4j.rdf.mo

Re: [Neo] neo-meta properties

2009-07-16 Thread Mattias Persson
Right, we should probably add such a method. What you can do is: DynamicRelationshipType.withName( plays.getName() ) to get that relationship type ("plays"). 2009/7/16 Andreas Kollegger : > It just occurred to me that I started a thread before the weekend to > which I need to respond. Before I g

[Neo] neo-meta properties

2009-07-15 Thread Andreas Kollegger
It just occurred to me that I started a thread before the weekend to which I need to respond. Before I get back to that, I have a practical question about using neo-meta. Consider the following code snippet (a realization of the neo-meta introduction): MetaStructureClass artist