Skip to content

Commit 3faaf4d

Browse files
committed
Changed context url back
1 parent 22ac02f commit 3faaf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databusclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def append_to_dataset_graph_if_existent(add_key: str, add_value: str):
377377
graphs.append(dataset_graph)
378378

379379
dataset = {
380-
"@context": "https://databus.dbpedia.org/res/context.jsonld",
380+
"@context": "https://downloads.dbpedia.org/databus/context.jsonld",
381381
"@graph": graphs,
382382
}
383383
return dataset

0 commit comments

Comments
 (0)