Steven Jenkins
Steven Jenkins
I just discovered this long-dormant thread. It seem to me `BidirectionalGraph` could be cleanly implemented using Ruby's `DelegateClass`. It would simply delegate to an _out_ `DirectedAdjacencyGraph`; all existing methods would...
Barring that, any reason not to implement `each_in_neighbor()` in the straightforward naive fashion? Efficiency is not really an issue for graphs of moderate size.
I don't know the RGL code well and am not trying to solve a problem if it's already been solved. I'll play around with it a bit.
After further reflection I don't think the range restrictions are what we need here. It is legal to construct a universal range restriction of the form `SubClassOf(Part ObjectAllValuesFrom(attachedTo ObjectHasSelf(attachedTo)))`. `ObjectHasSelf(attachedTo)`...
I tried to assign myself as well but Github wouldn't permit more than two assignees. Maybe because I'm the originator.
Note that this update has not had the fix for imce-vocabularies/foundation#1 applied.
I realize I'm out of town but we don't just blindly copy properties from existing spreadsheets into OML string properties. We don't just encode existing practice. For example, there is...
Also need updates: base-embedding and owl2-mof2-embedding.
It doesn't matter what the actual label is as long as it's lexically correct?
Yes. It's fixed on feature/IMCEIS-1599-group-audit-failures-in-project-bund but not merged onto master yet.