First of all, I have to admit I haven't installed the module yet, as I'm playing around with 4.7. Also, I'm quite new to Drupal. But I read the long discussions and your documentation, and I also tried the sandbox node on your site. It is definately a GREAT module!
But, though I think it has a stronger logical grounding, better support for standards etc., it seems strictly related to the parallel CCK effort. Could the two be merged somehow? Sure, CCK has a different target, changing the way drupal works in its core. Relationships don't replace existing node structures, but add annotations. Right?
If I understood correctly, I see strong points in both, differences, but also some overlapping.
One strong point in CCK: it is going to support different datatypes (meaning different editing widgets and different tables in the db), which is a feature I like. Assigning a range to the object of each predicate, and making sense of it in the db and ui, seems to me the way to go.
Thank you for the great work! Which is the best way others could contibute, in your opinion?
Comments
Comment #1
fgmJust a note about relationships and predicates, in case no one has noticed: there has been for years a standard about this, which is OCL: implementing (part of ?) it would certainly be better than reinventing it, wouldn't it ?
Specification is available from the OMG:
http://www.omg.org/technology/documents/modeling_spec_catalog.htm#UML
Comment #2
dman commentedHey!
I've referred to this query over in the discussion forums.
Come join in there.
As for contributions, Welll...
Actually, what I want is a few real-world use-case scenarios.
What do you WANT this to be able to do for you.
Then I can figure ways of tuning the interface and creating a path to impliment it.
As posted in my first-ever essay on the world of relationships, the client wanted
Comment #3
dman commentedF**K - this is why I should keep my long posts to myself, or at least in the forums.
... or, of course, preview :/
Comment #4
dman commentedHaving had a look at the UML link, Um,
It does indeed represent much of the same sort of stuff, but it's
- it reads to me like rules for flowcharting. Relevant, but not the same as RDF, which specifies a language for machine-readable relationship statements and interchange.
Both UML and RDF represent the same sort of information, but RDF (and family) represent it in a way that computers can use, and draw inferences from.
I do like what it does for graphing however (I always hated the elipses and arcs they use to illustrate RDF) and just today saw it elegantly used in the metadata roadmap article.
So.. I will keep it in mind next time I need to draw a diagram.
Comment #5
fgmThe OCL part of UML is strictly non-graphical: it's a data description language, allowing for very sophisticated constraints over data: relationships cardinality, computed predicates, and the like.