Skip to content

Commit

Permalink
Fix path (#482)
Browse files Browse the repository at this point in the history
Complements 02f0e42.
  • Loading branch information
dr0i committed Sep 25, 2023
1 parent 6285e49 commit 2196c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/getWikidataLookupTableViaSparql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WHERE
OPTIONAL { ?item wdt:P227 ?gndId . } # Add GND ID if in Wikidata.
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
' |sed 's#^"##g'|sed 's#"\t<#\t#g'|sed 's#>\t"#\t#g' |sed 's#"@..#\t#g' |sed 's#\t"#\t#g' |sed 's#"\t#\t#g' |sed 's#"\^\^.*##g' |sed 's#\t\t#\t#g' > ./conf/wikidataLookup1.tsv
' |sed 's#^"##g'|sed 's#"\t<#\t#g'|sed 's#>\t"#\t#g' |sed 's#"@..#\t#g' |sed 's#\t"#\t#g' |sed 's#"\t#\t#g' |sed 's#"\^\^.*##g' |sed 's#\t\t#\t#g' > ./conf/wikidataLookup.tsv

0 comments on commit 2196c59

Please sign in to comment.