Sorry but I'm a bit confused, a model of graph may have links or always have edges?
I have this model (pic) done with edges, (without properties) but I can not get for example this:
SELECT * FROM EHR WHERE EHR_Status.name = 'Paloma'
This does not work, is it because they are not united with vertices if not with edges?
Using this model, how could I get the CompositeVersion whose EHR_Status.name = 'Paloma'
Would it be something like this query?
select expand( in() ) from CompositeVersion where ....... EHR_Status.name = 'Paloma'?
Thank you so much