Skip to content

Commit

Permalink
adds dblp-plus to default endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 28, 2023
1 parent b0e0fa5 commit 3d03bca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lodstorage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Version(object):
Version handling for pyLoDStorage
'''
name="pylodstorage"
version='0.4.10'
version='0.4.11'
date = '2020-09-10'
updated = '2023-03-21'
updated = '2023-03-28'
description='python List of Dict (Table) Storage library'
8 changes: 7 additions & 1 deletion sampledata/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@
endpoint: https://qlever.cs.uni-freiburg.de/api/dblp
website: https://qlever.cs.uni-freiburg.de/dblp
prefixes: |
'qlever-dblp-plus':
lang: sparql
method: POST
database: qlever
endpoint: https://qlever.cs.uni-freiburg.de/api/dblp-plus
website: https://qlever.cs.uni-freiburg.de/dblp-plus
prefixes: |
'wikidata-openlinksw':
lang: sparql
endpoint: https://wikidata.demo.openlinksw.com/sparql
Expand Down

0 comments on commit 3d03bca

Please sign in to comment.