From f25aaa6f77f7a1643a02462b8dbd997bce30559a Mon Sep 17 00:00:00 2001 From: zPlus Date: Tue, 31 Oct 2023 22:49:27 +0100 Subject: [PATCH] Fix broken URI. --- data/blob.ttl | 4 ++-- data/library.ttl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/blob.ttl b/data/blob.ttl index 589b4fe..34f509a 100644 --- a/data/blob.ttl +++ b/data/blob.ttl @@ -4457,8 +4457,8 @@ prefix library: :primary_source_retrieved "2023-10-25" ; :type "PDF" . - - :library library:best_of_decade_opensource.com_2010–2019 ; + + :library library:best_of_decade_opensource.com_2010-2019 ; :primary_source "https://opensource.com/sites/default/files/gated-content/opensource_community_yearbook_2010-2019.pdf" ; :primary_source_retrieved "2023-10-25" ; :type "PDF" . diff --git a/data/library.ttl b/data/library.ttl index 3c7da87..f519a6d 100644 --- a/data/library.ttl +++ b/data/library.ttl @@ -3843,7 +3843,7 @@ prefix license: :license license:CC-BY-SA-4.0 ; :author "Seth Kenlon", "Jess Weichler" . -:best_of_decade_opensource.com_2010–2019 +:best_of_decade_opensource.com_2010-2019 :title "Best of a decade on Opensource.com 2010–2019" ; :license license:CC-BY-SA-4.0 ; :author "opensource.com" .