VirtualFlyBrain / neo4j2owl

Semantics preserving mapping of OWL 2 EL and Neo4J. Under development, do not use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mangled edge properties on p2-pdb:

dosumis opened this issue · comments

Edge:

image

In kb-p2:

{
  "iri": "http://purl.obolibrary.org/obo/RO_0002026",
  "filename": "5302336_R__2",
  "label": "in_register_with",
  "type": "Related",
  "short_form": "RO_0002026"
}

In pdb-p2:

{
  "typ": [
    "5302336_R__2"
  ],
  "filename": [
    "RO_0002026"
  ],
  "catmaid_server": [
    "http://purl.obolibrary.org/obo/RO_0002026"
  ],
  "type": [
    "in_register_with"
  ],
  "short_form": "Related"
}

Note to self: on triplestore level this is correct:

http://ts.p2.virtualflybrain.org/rdf4j-workbench/repositories/vfb/explore?resource=_%3Anode1ebf12vkcx2595369

So it must be on import (CSV level?)