I make the following java call. None of the triples is literally a Rex.relationship; they are all written with some sub prop or another.
I was hoping / expecting that the triples that I got back would be the
actual triples with the actual specific property in them, but, as it
were, no such luck. They all come back with, yup, Rex.relationship, in
the middle slot. So, um, what's the right way?
StmtIterator sameAsStmts = model.listStatements(item,
Rex.relationship, (RDFNode)null);
