VirtualFlyBrain / neo4j2owl

Semantics preserving mapping of OWL 2 EL and Neo4J. Under development, do not use.
Apache License 2.0
6 stars 4 forks source link

Redundant edge properties crept in during the last back bugfix round #20

Closed matentzn closed 4 years ago

matentzn commented 4 years ago
MATCH (n {iri:"http://virtualflybrain.org/reports/VFBc_00050262"})-[r:in_register_with]-(p) RETURN n,r,p LIMIT 100

Involves a result with these edge annotations:

"type": "in_register_with",
        "properties": {
          "iri": "http://purl.obolibrary.org/obo/RO_0002026",
          "short_form_ns1": [
            "RO_0002026"
          ],
          "filename": [
            "domain0006"
          ],
          "folder": [
            "http://www.virtualflybrain.org/data/VFB/i/0005/0262/"
          ],
          "iri_ns1": [
            "http://purl.obolibrary.org/obo/RO_0002026"
          ],
          "center": [
            "647"
          ],
          "index": [
            "6"
          ],
          "label_ns1": [
            "in_register_with"
          ],
          "label": "in_register_with",
          "type": [
            "Related"
          ]

None of these affect the other bug fixes; and this only seems to affect edges.