home » dokk/data.git
Author zPlus <zplus@peers.community> 2023-05-31 22:20:22
Committer zPlus <zplus@peers.community> 2023-05-31 22:20:22
Commit a835753 (patch)
Tree 6806c3f
Parent(s)

Add more PDFs to the library.


commits diff: fcba39e..a835753
2 files changed, 110 insertions, 0 deletionsdownload


Diffstat
-rw-r--r-- data/blob.ttl 60
-rw-r--r-- data/library.ttl 50

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+60/-0 M   data/blob.ttl
index fdeb1d7..fa2261f
old size: 232K - new size: 234K
@@ -2039,6 +2039,66 @@ prefix library: <dokk:library:>
2039 2039 :primary_source_retrieved "2010-05-25" ;
2040 2040 :type "PDF" .
2041 2041
2042 + <dokk:blob:pdf/bausteine_creative_commons_LLZ.pdf>
2043 + :library library:bausteine_creative_commons_LLZ ;
2044 + :primary_source "https://media.llz.uni-halle.de/oer/cc-cheatsheet.pdf" ;
2045 + :primary_source_retrieved "2023-05-31" ;
2046 + :type "PDF" .
2047 +
2048 + <dokk:blob:pdf/old_english_paradigms_cheat_sheet_ODonnell_2020.pdf>
2049 + :library library:old_english_paradigms_cheat_sheet_ODonnell_2020 ;
2050 + :primary_source "https://people.uleth.ca/~daniel.odonnell/files/OECheatsheet.pdf" ;
2051 + :primary_source_retrieved "2023-05-31" ;
2052 + :type "PDF" .
2053 +
2054 + <dokk:blob:pdf/pyexcelerator_xlwt_cheatsheet_Harrison.pdf>
2055 + :library library:pyexcelerator_xlwt_cheatsheet_Harrison ;
2056 + :primary_source "https://hairysun.com/images/cheatsheet.pdf" ;
2057 + :primary_source_retrieved "2023-05-31" ;
2058 + :type "PDF" .
2059 +
2060 + <dokk:blob:pdf/ltm_cheat_sheet_Durusau.pdf>
2061 + :library library:ltm_cheat_sheet_Durusau ;
2062 + :primary_source "https://www.durusau.net/publications/ltm-cheatsheet-0.1.pdf" ;
2063 + :primary_source_retrieved "2023-05-31" ;
2064 + :type "PDF" .
2065 +
2066 + <dokk:blob:pdf/wsgi_1.0_cheat_sheet_Narea_2010.pdf>
2067 + :library library:wsgi_1.0_cheat_sheet_Narea_2010 ;
2068 + :primary_source "https://gustavonarea.net/files/talks/europython2010/wsgi-cheatsheet.pdf" ;
2069 + :primary_source_retrieved "2023-05-31" ;
2070 + :type "PDF" .
2071 +
2072 + <dokk:blob:pdf/Postgresql_9.0_cheatsheet_Postgres_OnLine.pdf>
2073 + :library library:Postgresql_9.0_cheatsheet_Postgres_OnLine ;
2074 + :primary_source "https://www.postgresonline.com/downloads/special_feature/postgresql90_cheatsheet_A4.pdf" ;
2075 + :primary_source_retrieved "2023-05-31" ;
2076 + :type "PDF" .
2077 +
2078 + <dokk:blob:pdf/eapi_cheat_sheet_8.0_2021.pdf>
2079 + :library library:eapi_cheat_sheet_8.0_2021 ;
2080 + :primary_source "https://projects.gentoo.org/pms/8/eapi-cheatsheet.pdf" ;
2081 + :primary_source_retrieved "2023-05-31" ;
2082 + :type "PDF" .
2083 +
2084 + <dokk:blob:pdf/overleaf_write_collaborate_latex_documents_UQ_2021.pdf>
2085 + :library library:overleaf_write_collaborate_latex_documents_UQ_2021 ;
2086 + :primary_source "https://web.library.uq.edu.au/files/145715/2021-12-02_Overleaf_write_articles_with_LaTeX.pdf" ;
2087 + :primary_source_retrieved "2023-05-31" ;
2088 + :type "PDF" .
2089 +
2090 + <dokk:blob:pdf/wikipedia_communications_professional_primer_Beutler_2014.pdf>
2091 + :library library:wikipedia_communications_professional_primer_Beutler_2014 ;
2092 + :primary_source "https://instituteforpr.org/wp-content/uploads/Beutler_WikiPrimer.pdf" ;
2093 + :primary_source_retrieved "2023-05-31" ;
2094 + :type "PDF" .
2095 +
2096 + <dokk:blob:pdf/tending_garden_ensure_app_stores_users_first_Bergmayer_2020.pdf>
2097 + :library library:tending_garden_ensure_app_stores_users_first_Bergmayer_2020 ;
2098 + :primary_source "https://publicknowledge.org/wp-content/uploads/2021/11/Tending_the_Garden-1.pdf" ;
2099 + :primary_source_retrieved "2023-05-31" ;
2100 + :type "PDF" .
2101 +
2042 2102 ################################################################################
2043 2103 # IMAGES
2044 2104 ################################################################################

+50/-0 M   data/library.ttl
index 368b4bb..266ccff
old size: 69K - new size: 70K
@@ -1783,3 +1783,53 @@ prefix license: <dokk:license:>
1783 1783 :title "Choice of units in lattice Boltzmann simulations" ;
1784 1784 :license license:CC-BY-SA-3.0 ;
1785 1785 :author "Jonas Latt" .
1786 +
1787 + :bausteine_creative_commons_LLZ
1788 + :title "Bausteine der Creative Commons" ;
1789 + :license license:CC-BY-4.0 ;
1790 + :author "Melanie Grießer" .
1791 +
1792 + :old_english_paradigms_cheat_sheet_ODonnell_2020
1793 + :title "Old English Paradigms Cheat Sheet" ;
1794 + :license license:CC-BY-4.0 ;
1795 + :author "Daniel Paul O'Donnell" .
1796 +
1797 + :pyexcelerator_xlwt_cheatsheet_Harrison
1798 + :title "pyExcelerator/xlwt Cheatsheet" ;
1799 + :license license:CC-BY-3.0 ;
1800 + :author "Matt Harrison" .
1801 +
1802 + :ltm_cheat_sheet_Durusau
1803 + :title "LTM – Cheat-sheet" ;
1804 + :license license:CC-BY-3.0 ;
1805 + :author "Patrick Durusau" .
1806 +
1807 + :wsgi_1.0_cheat_sheet_Narea_2010
1808 + :title "WSGI 1.0 Cheat-sheet" ;
1809 + :license license:CC-BY-2.0 ;
1810 + :author "Gustavo Narea" .
1811 +
1812 + :Postgresql_9.0_cheatsheet_Postgres_OnLine
1813 + :title "Postgresql 9.0 cheatsheet" ;
1814 + :license license:CC-BY-SA-3.0 ;
1815 + :author "postgresonline.com" .
1816 +
1817 + :eapi_cheat_sheet_8.0_2021
1818 + :title "EAPI Cheat Sheet Version 8.0" ;
1819 + :license license:CC-BY-SA-4.0 ;
1820 + :author "Christian Faulhammer", "Ulrich Müller" .
1821 +
1822 + :overleaf_write_collaborate_latex_documents_UQ_2021
1823 + :title "Overleaf: write and collaborate on LATEX documents" ;
1824 + :license license:CC-BY-4.0 ;
1825 + :author "UQ Library" .
1826 +
1827 + :wikipedia_communications_professional_primer_Beutler_2014
1828 + :title "Wikipedia and the Communications Professional — A primer" ;
1829 + :license license:CC-BY-3.0 ;
1830 + :author "William Beutler" .
1831 +
1832 + :tending_garden_ensure_app_stores_users_first_Bergmayer_2020
1833 + :title "Tending the Garden: How to Ensure That App Stores Put Users First" ;
1834 + :license license:CC-BY-SA-4.0 ;
1835 + :author "John Bergmayer" .