Skip to content

Commit 88ef0d5

Browse files
committed
wikibase-item -> wikibase-entityid
1 parent c36c6c9 commit 88ef0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wikidataintegrator/sdc_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ class WDItemID(WDBaseDataType):
24882488
"""
24892489
Implements the Wikidata data type with a value being another WD item ID
24902490
"""
2491-
DTYPE = 'wikibase-item'
2491+
DTYPE = 'wikibase-entityid'
24922492
sparql_query = '''
24932493
PREFIX wd: <{wb_url}/entity/>
24942494
PREFIX wdt: <{wb_url}/prop/direct/>

0 commit comments

Comments
 (0)