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

clean_context_master
Claudio Atzori 2 years ago
parent 2a8e0fb72f
commit 6031acb2e3

@ -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'
Loading…
Cancel
Save