소스 검색

Add additional NAC to `getOutgoingLink`

Joeri Exelmans 2 년 전
부모
커밋
87563aa78b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/main/webapp/myPlugins/dtdesign.js

+ 5 - 0
src/main/webapp/myPlugins/dtdesign.js

@@ -21,6 +21,11 @@ WHERE {
     ?element a ?more_concrete_type .
     FILTER(?more_concrete_type != ?type)
   }
+  NOT EXISTS {
+    ?more_concrete_link_type rdfs:subClassOf <${link_type}> .
+    <${iri}> a ?more_concrete_link_type .
+    FILTER(?more_concrete_link_type != <${link_type}>)
+  }
 }`;
 
 // Query that gets the IRI and most-concrete-type of a given drawio cell.