Skip to content

Commit

Permalink
fix: fixes named graph URI for BNet
Browse files Browse the repository at this point in the history
Trailing slash was removed from BNet named graph, adapts this in the
config.

fixes #168
  • Loading branch information
sennierer committed Jun 27, 2023
1 parent 1243fff commit ecf5b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intavia_backend/query_parameters_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def toggle_urls_encoding(url):
class DatasetsEnum(str, Enum):
APIS = "http://apis.acdh.oeaw.ac.at/data/v5"
BSampo = "http://ldf.fi/nbf/data"
BNet = "http://data.biographynet.nl/"
BNet = "http://data.biographynet.nl"
SBI = "http://www.intavia.eu/sbi"
CHO_test = "http://data.acdh.oeaw.ac.at/intavia/cho/v6"
CHO_test2 = "http://data.acdh.oeaw.ac.at/intavia/cho/v1"
Expand Down

0 comments on commit ecf5b07

Please sign in to comment.