Ali Khalili
Ali Khalili
The fact is that LDF client/server has a limited coverage of the SPARQL specification. As you clearly see in the error msg, it doesn't support aggregate functions such as GROUP...
I wasn't aware of it either! It sounds like a good decision to disallow this!
Thanks for the answer @jbarrasa. Using multivalve option works in combining the values as array, however, it does not create a new link (in my example I still get only...
Yeah, I get it. I just hoped you might have some configurations in n10s (e.g. handle multivalRelationships) that if selected, would enable translation of RDF* into multiple relationships. This way...
isn't there a mechanism in RDF parser to check automatically if a property has multiple literal values and then turn it to a collection in Neo4j?
It happens when I materialize a symmetric relation. E.g.: ``` @prefix cRQ: . @prefix cR: . @prefix cV: . cR:1849639 cV:question cRQ:263188 . cRQ:263188 cV:message cR:1849639 . ``` Then it...
thanks for the reply @jbarrasa . I am trying to reproduce the bugs but it's hard! with the sample files you shared, it works well! I will come back to...
I tried to test this feature. It seems to work without removing the resize/drag boxes. However, when I repeat undo and redo several times. It gives me the following error:...
@abijames weird! there was no conflict with master. Did you try `napa` command after you updated your branch? CKeditor relies on some plugins that are added using napa. If you...