From 249cb539efb41692952dc55f062778e262d80bf3 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 7 May 2023 09:27:40 +0200 Subject: [PATCH] Fix broken URIs. These links didn't validate with "riot". --- data/blob.ttl | 4 ++-- data/library.ttl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/blob.ttl b/data/blob.ttl index 173db67..9227b0b 100644 --- a/data/blob.ttl +++ b/data/blob.ttl @@ -1880,13 +1880,13 @@ prefix library: :type "PDF" . - :library library:open_data_structures_java_0.1∆ ; + :library ; :primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-java.pdf" ; :primary_source_retrieved "2023-04-30" ; :type "PDF" . - :library library:open_data_structures_cpp_0.1∆ ; + :library ; :primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-cpp.pdf" ; :primary_source_retrieved "2023-04-30" ; :type "PDF" . diff --git a/data/library.ttl b/data/library.ttl index 433f601..ab04e45 100644 --- a/data/library.ttl +++ b/data/library.ttl @@ -1632,13 +1632,13 @@ prefix license: :author "Pat Morin" ; :site "https://opendatastructures.org" . -:open_data_structures_java_0.1∆ + :title "Open Data Structures (in Java) Edition 0.1∆" ; :license license:CC-BY-2.5 ; :author "Pat Morin" ; :site "https://opendatastructures.org" . -:open_data_structures_cpp_0.1∆ + :title "Open Data Structures (in C++) Edition 0.1∆" ; :license license:CC-BY-2.5 ; :author "Pat Morin" ;