Skip to content

Commit

Permalink
Merge pull request #171 from InTaVia/feature/168-biographynet-No-enti…
Browse files Browse the repository at this point in the history
…ties-or-events-in-search-endpoints

fix: fixes named graph URI for BNet
  • Loading branch information
sennierer authored Jun 27, 2023
2 parents a24f33b + ecf5b07 commit ae41215
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 ae41215

Please sign in to comment.