forked from D-Net/dnet-hadoop
[openorgs] fixed parent/child query, using the correct semantic labels
This commit is contained in:
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…
Reference in New Issue