Author
|
zPlus <zplus@peers.community>
2023-05-23 06:20:13
|
Committer
|
zPlus <zplus@peers.community>
2023-05-23 06:20:13
|
Commit
|
af2ba0e
(patch)
|
Tree
|
00858ca
|
Parent(s)
|
|
Separate PDF and images entries.
commits diff:
249cb53..af2ba0e
1 file changed,
14 insertions,
6 deletions
—
download
Diffstat
Diff options
+14/-6
M data/blob.ttl
6
|
6
|
|
prefix : <dokk:blob:>
|
7
|
7
|
|
prefix library: <dokk:library:>
|
8
|
8
|
|
|
|
9
|
+ |
################################################################################
|
|
10
|
+ |
# PDF
|
|
11
|
+ |
################################################################################
|
|
12
|
+ |
|
9
|
13
|
|
<dokk:blob:pdf/Discrete_Mathematics_An_Open_Introduction-Oscar_Levin-3rd_Edition.pdf>
|
10
|
14
|
|
:library library:Discrete_Mathematics_An_Open_Introduction-Oscar_Levin-3rd_Edition ;
|
11
|
15
|
|
:primary_source "https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf" ;
|
463
|
467
|
|
:primary_source_retrieved "2023-03-12" ;
|
464
|
468
|
|
:type "PDF" .
|
465
|
469
|
|
|
466
|
|
- |
<dokk:blob:png/email_self_defense_infographic_FSF_2021.png>
|
467
|
|
- |
:library library:email_self_defense_infographic_FSF_2021 ;
|
468
|
|
- |
:primary_source "https://emailselfdefense.fsf.org/static/img/en/full-infographic.png" ;
|
469
|
|
- |
:primary_source_retrieved "2023-03-12" ;
|
470
|
|
- |
:type "PNG" .
|
471
|
|
- |
|
472
|
470
|
|
<dokk:blob:pdf/Creative_Commons_integration_with_your_website.pdf>
|
473
|
471
|
|
:library library:Creative_Commons_integration_with_your_website ;
|
474
|
472
|
|
:primary_source "https://wiki.creativecommons.org/images/4/4b/Creativecommons-integration-with-your-website_eng.pdf" ;
|
2028
|
2026
|
|
:primary_source "https://www.postgis.us/downloads/postgis21_cheatsheet.pdf" ;
|
2029
|
2027
|
|
:primary_source_retrieved "2023-05-03" ;
|
2030
|
2028
|
|
:type "PDF" .
|
|
2029
|
+ |
|
|
2030
|
+ |
################################################################################
|
|
2031
|
+ |
# IMAGES
|
|
2032
|
+ |
################################################################################
|
|
2033
|
+ |
|
|
2034
|
+ |
<dokk:blob:images/email_self_defense_infographic_FSF_2021.png>
|
|
2035
|
+ |
:library library:email_self_defense_infographic_FSF_2021 ;
|
|
2036
|
+ |
:primary_source "https://emailselfdefense.fsf.org/static/img/en/full-infographic.png" ;
|
|
2037
|
+ |
:primary_source_retrieved "2023-03-12" ;
|
|
2038
|
+ |
:type "PNG" .
|