home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-06-29 09:52:22
Committer zPlus <zplus@peers.community> 2023-06-29 09:52:22
Commit d28d28b (patch)
Tree 8b62adc
Parent(s)

Fix broken URI.


commits diff: c651e31..d28d28b
2 files changed, 2 insertions, 2 deletionsdownload


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

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   data/blob.ttl
index aa6f36d..f07d368
old size: 245K - new size: 245K
@@ -2094,7 +2094,7 @@ prefix library: <dokk:library:>
2094 2094 :type "PDF" .
2095 2095
2096 2096 <dokk:blob:pdf/Parallelizing_Julia_with_a_Non-Invasive_DSL_(ECOOP_2017).pdf>
2097 - :library library:Parallelizing_Julia_with_a_Non-Invasive_DSL_(ECOOP_2017) ;
2097 + :library <dokk:library:Parallelizing_Julia_with_a_Non-Invasive_DSL_(ECOOP_2017)> ;
2098 2098 :primary_source "https://drops.dagstuhl.de/opus/volltexte/2017/7269/pdf/LIPIcs-ECOOP-2017-4.pdf" ;
2099 2099 :primary_source_retrieved "2023-06-28" ;
2100 2100 :type "PDF" .

+1/-1 M   data/library.ttl
index f8d335b..4d5209f
old size: 80K - new size: 80K
@@ -1829,7 +1829,7 @@ prefix license: <dokk:license:>
1829 1829 :license license:CC-BY-SA-4.0 ;
1830 1830 :author "John Bergmayer" .
1831 1831
1832 - :Parallelizing_Julia_with_a_Non-Invasive_DSL_(ECOOP_2017)
1832 + <dokk:library:Parallelizing_Julia_with_a_Non-Invasive_DSL_(ECOOP_2017)>
1833 1833 :title "Parallelizing Julia with a Non-Invasive DSL" ;
1834 1834 :license license:CC-BY-3.0 ;
1835 1835 :author "Todd A. Anderson", "Hai Liu", "Lindsey Kuper", "Ehsan Totoni", "Jan Vitek", "Tatiana Shpeisman" ;