home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-03-14 11:25:58
Committer zPlus <zplus@peers.community> 2023-03-14 11:25:58
Commit c3b290b (patch)
Tree 02cdf25
Parent(s)

Fix broken URIs.


commits diff: 62c1e02..c3b290b
2 files changed, 6 insertions, 6 deletionsdownload


Diffstat
-rw-r--r-- data/blob.ttl 4
-rw-r--r-- data/library.ttl 8

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+2/-2 M   data/blob.ttl
index fb95e74..f0ce9b0
old size: 43K - new size: 43K
@@ -565,8 +565,8 @@ prefix library: <dokk:library:>
565 565 :primary_source_retrieved "2023-03-12" ;
566 566 :type "PDF" .
567 567
568 - <dokk:blob:pdf/Sorting_visualizer_using_HTML,_CSS,_and_JavaScript_IJARCCE_2022.pdf>
569 - :library library:Sorting_visualizer_using_HTML,_CSS,_and_JavaScript_IJARCCE_2022 ;
568 + <dokk:blob:pdf/Sorting_visualizer_using_HTML_CSS_and_JavaScript_IJARCCE_2022.pdf>
569 + :library library:Sorting_visualizer_using_HTML_CSS_and_JavaScript_IJARCCE_2022 ;
570 570 :primary_source "https://ijarcce.com/wp-content/uploads/2022/01/IJARCCE.2022.11113.pdf" ;
571 571 :primary_source_retrieved "2023-03-12" ;
572 572 :type "PDF" .

+4/-4 M   data/library.ttl
index df9cb02..cc64723
old size: 30K - new size: 30K
@@ -413,18 +413,18 @@ prefix license: <dokk:license:>
413 413 :type "book" ;
414 414 :author "Karl Fogel" ;
415 415 :repo "https://svn.red-bean.com/repos/producingoss/trunk/" ;
416 - :site "https://producingoss.com/ .
416 + :site "https://producingoss.com" .
417 417
418 418 :The_many_branches_of_the_Fediverse-3.0
419 419 :title "The many branches of the Fediverse" ;
420 - :licences :license license:CC-BY-SA-4.0 ;
420 + :license license:CC-BY-SA-4.0 ;
421 421 :type "cheat sheet" ;
422 422 :author "Per Axbom" ;
423 423 :site "https://axbom.com/fediverse/" .
424 424
425 425 :email_self_defense_infographic_FSF_2021
426 426 :title "Email Self-Defense" ;
427 - :licences :license license:CC-BY-4.0 ;
427 + :license license:CC-BY-4.0 ;
428 428 :type "cheat sheet" ;
429 429 :site "https://emailselfdefense.fsf.org/en/infographic.html" .
430 430
@@ -508,7 +508,7 @@ prefix license: <dokk:license:>
508 508 :license license:CC-BY-3.0 ;
509 509 :author "Matthias Keil", "Sankha Narayan Guria", "Andreas Schlegel", "Manuel Geffken", "Peter Thiemann" .
510 510
511 - :Sorting_visualizer_using_HTML,_CSS,_and_JavaScript_IJARCCE_2022
511 + :Sorting_visualizer_using_HTML_CSS_and_JavaScript_IJARCCE_2022
512 512 :title "Sorting visualizer using HTML, CSS, and JavaScript" ;
513 513 :license license:CC-BY-4.0 ;
514 514 :author "Datta Sai Akash Patchipulusu", "Dr. A. Vijay Kumar" .