I propose we all the methods in 'ExtendedGraph' over to SimpleGraph,
and I add my rdf:List code too.
Currently it is called list_to_array($listUri)
but it would be better if the naming was aligned with the naming of
the sequences code - so get_list_values($listUri) ?
an alternative would be (more complicated, but closer to the rest of
simplegraph) to differentiate between resource and literal values in
the function name
like:
get_list_resource_values
get_list_literal_values
get_sequence_resource_values
get_sequence_literal_values
but that, as well as probably not being a useful distinction, also
gives priority to value type over list/sequence order, so maybe the
simpler get_*_values is better.
Thoughts?
Keith
--
You received this message because you are subscribed to the Google Groups "moriarty-dev" group.
To post to this group, send email to moriar...@googlegroups.com.
To unsubscribe from this group, send email to moriarty-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/moriarty-dev?hl=en.
Happy to consider renaming functions if it fits in with Moriarty
better and we could upgrade at leisure (we currently extern to a fixed
revision of Moriarty to shield ourselves from bleeding-edge changes).