home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-05-07 07:27:40
Committer zPlus <zplus@peers.community> 2023-05-07 07:27:40
Commit 249cb53 (patch)
Tree 1bd9a64
Parent(s)

Fix broken URIs. These links didn't validate with "riot".


commits diff: cb75a96..249cb53
2 files changed, 4 insertions, 4 deletionsdownload


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

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+2/-2 M   data/blob.ttl
index 173db67..9227b0b
old size: 97K - new size: 97K
@@ -1880,13 +1880,13 @@ prefix library: <dokk:library:>
1880 1880 :type "PDF" .
1881 1881
1882 1882 <dokk:blob:pdf/open_data_structures_java_0.1∆.pdf>
1883 - :library library:open_data_structures_java_0.1∆ ;
1883 + :library <dokk:library:open_data_structures_java_0.1∆> ;
1884 1884 :primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-java.pdf" ;
1885 1885 :primary_source_retrieved "2023-04-30" ;
1886 1886 :type "PDF" .
1887 1887
1888 1888 <dokk:blob:pdf/open_data_structures_cpp_0.1∆.pdf>
1889 - :library library:open_data_structures_cpp_0.1∆ ;
1889 + :library <dokk:library:open_data_structures_cpp_0.1∆> ;
1890 1890 :primary_source "https://opendatastructures.org/versions/edition-0.1d/ods-cpp.pdf" ;
1891 1891 :primary_source_retrieved "2023-04-30" ;
1892 1892 :type "PDF" .

+2/-2 M   data/library.ttl
index 433f601..ab04e45
old size: 68K - new size: 68K
@@ -1632,13 +1632,13 @@ prefix license: <dokk:license:>
1632 1632 :author "Pat Morin" ;
1633 1633 :site "https://opendatastructures.org" .
1634 1634
1635 - :open_data_structures_java_0.1∆
1635 + <dokk:library:open_data_structures_java_0.1∆>
1636 1636 :title "Open Data Structures (in Java) Edition 0.1∆" ;
1637 1637 :license license:CC-BY-2.5 ;
1638 1638 :author "Pat Morin" ;
1639 1639 :site "https://opendatastructures.org" .
1640 1640
1641 - :open_data_structures_cpp_0.1∆
1641 + <dokk:library:open_data_structures_cpp_0.1∆>
1642 1642 :title "Open Data Structures (in C++) Edition 0.1∆" ;
1643 1643 :license license:CC-BY-2.5 ;
1644 1644 :author "Pat Morin" ;