From 6ab0d89ce9a4361e1b3c179ed855b9b85e737e6a Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 27 Aug 2023 19:43:25 +0200 Subject: [PATCH] Add more PDFs to the library. --- data/blob.ttl | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ data/library.ttl | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) diff --git a/data/blob.ttl b/data/blob.ttl index f07d368..ddc358f 100644 --- a/data/blob.ttl +++ b/data/blob.ttl @@ -2333,6 +2333,54 @@ prefix library: :primary_source_retrieved "2023-06-28" ; :type "PDF" . + + :library library:connecting_opnfv_jenkins_Degirmenci_2015 ; + :primary_source "https://artifacts.opnfv.org/arno.2015.1.0/docs/opnfv-jenkins-slave-connection.arno.2015.1.0.pdf" ; + :primary_source_retrieved "2023-07-04" ; + :type "PDF" . + + + :library library:fedora_coreos_Verna_Ravier ; + :primary_source "https://cverna.fedorapeople.org/FCOS%20intro%20slides.pdf" ; + :primary_source_retrieved "2023-07-04" ; + :type "PDF" . + + + :library library:development_plugin_docker_containers_Mogildea_2021 ; + :primary_source "https://oss.cs.fau.de/wp-content/uploads/2021/03/Mogildea_2021.pdf" ; + :primary_source_retrieved "2023-07-04" ; + :type "PDF" . + + + :library library:mnemosyne_heretic_2021_Likho ; + :primary_source "https://likho.neocities.org/share/mnemosynes-heretic.pdf" ; + :primary_source_retrieved "2023-08-27" ; + :type "PDF" . + + + :library library:code_v2_2006_Lessig ; + :primary_source "https://upload.wikimedia.org/wikipedia/commons/f/fd/Code_v2.pdf" ; + :primary_source_retrieved "2023-08-27" ; + :type "PDF" . + + + :library library:towards_better_sharing_cultural_heritage_call_to_action_2022 ; + :primary_source "https://creativecommons.org/wp-content/uploads/2022/12/Towards-better-sharing-of-cultural-heritage-%E2%80%94-A-Creative-Commons-Call-to-Action-to-Policymakers.pdf" ; + :primary_source_retrieved "2023-08-27" ; + :type "PDF" . + + + :library library:healthy_open_collaboration_software_domain_Randal ; + :primary_source "https://www.his.se/contentassets/24591dae698a4eacbfaab0c87b98cadd/allison-randal-keynote.pdf" ; + :primary_source_retrieved "2023-08-27" ; + :type "PDF" . + + + :library library:deconstruct_geek-speek_Mackay ; + :primary_source "https://journals.co.za/doi/pdf/10.10520/EJC146391" ; + :primary_source_retrieved "2023-08-27" ; + :type "PDF" . + ################################################################################ # IMAGES diff --git a/data/library.ttl b/data/library.ttl index 4d5209f..9ca8b32 100644 --- a/data/library.ttl +++ b/data/library.ttl @@ -2067,3 +2067,44 @@ prefix license: :title "Freedom in the Commons: Towards a Political Economy of Information" ; :license license:CC-BY ; :author "Yochai Benkler" . + +:connecting_opnfv_jenkins_Degirmenci_2015 + :title "Connecting Labs to OPNFV Jenkins v0.1.0" ; + :license license:CC-BY-4.0 ; + :author "Fatih Degirmenci" . + +:fedora_coreos_Verna_Ravier + :title "Fedora CoreOS" ; + :license license:CC-BY-SA-4.0 ; + :author "Clément Verna", "Timothée Ravier" . + +:development_plugin_docker_containers_Mogildea_2021 + :title "Development of a plugin architecture with Docker containers" ; + :license license:CC-BY-4.0 ; + :author "Mogildea Cristian" . + +:mnemosyne_heretic_2021_Likho + :title "Mnemosyne's Heretic" ; + :license license:CC-BY-SA-4.0 ; + :author "Likho" . + +:code_v2_2006_Lessig + :title "Code v2" ; + :license license:CC-BY-SA-2.5 ; + :author "Lawrence Lessig" ; + :site "https://lessig.org/product/codev2/" . + +:towards_better_sharing_cultural_heritage_call_to_action_2022 + :title "Towards better sharing of cultural heritage — A call to action to policymakers" ; + :license license:CC-BY-4.0 ; + :author "Creative Commons" . + +:healthy_open_collaboration_software_domain_Randal + :title "Healthy open collaboration in and beyond the software domain" ; + :license license:CC-BY-SA-4.0 ; + :author "Allison Randal" . + +:deconstruct_geek-speek_Mackay + :title "Deconstruct the geek-speek" ; + :license license:CC-BY-2.0 ; + :author "Kerryn Mackay" .