[openorgs] fixed parent/child query, using the correct semantic labels

This commit is contained in:
Claudio Atzori 2022-05-16 09:20:30 +02:00
parent 2a8e0fb72f
commit 6031acb2e3
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ SELECT
'OpenOrgs Database' AS collectedfromname,
'sysimport:crosswalk:entityregistry@@@dnet:provenance_actions' AS provenanceaction
FROM relationships
WHERE reltype = 'Child' OR reltype = 'Parent'
WHERE reltype = 'IsChildOf' OR reltype = 'IsParentOf'