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

Add short form to PDB edges

matentzn opened this issue · comments

This can be tested using:

MATCH (n)-[r]-(p) WHERE NOT EXISTS(r.short_form) and NOT type(r)='SUBCLASSOF' and NOT type(r)='INSTANCEOF'  RETURN n,r,p LIMIT 10

It works on PDBL, so will close the issue.