[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 e4eac1d20b
commit 0dc33ea391
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'