From b2c75a53e36ac20e915ab8005608aeeb3bbf23de Mon Sep 17 00:00:00 2001 From: Max Richter Date: Wed, 13 Dec 2023 15:50:05 +0100 Subject: [PATCH] feat: add some topics to bachelor --- Projects/bachelor/topics/CitizenDeveloper.md | 5 +++++ Projects/bachelor/topics/LowCode.md | 3 +++ Projects/bachelor/topics/RDF.md | 10 ++++++++++ Projects/bachelor/topics/SemanticWeb.md | 11 +++++++++++ 4 files changed, 29 insertions(+) create mode 100644 Projects/bachelor/topics/CitizenDeveloper.md create mode 100644 Projects/bachelor/topics/LowCode.md create mode 100644 Projects/bachelor/topics/RDF.md create mode 100644 Projects/bachelor/topics/SemanticWeb.md diff --git a/Projects/bachelor/topics/CitizenDeveloper.md b/Projects/bachelor/topics/CitizenDeveloper.md new file mode 100644 index 0000000..68ff71b --- /dev/null +++ b/Projects/bachelor/topics/CitizenDeveloper.md @@ -0,0 +1,5 @@ +# Citizen Developer + +#topic #bachelor + +A citizen developer is a person that creates applications/programs without programming knowledge. diff --git a/Projects/bachelor/topics/LowCode.md b/Projects/bachelor/topics/LowCode.md new file mode 100644 index 0000000..c04c7a6 --- /dev/null +++ b/Projects/bachelor/topics/LowCode.md @@ -0,0 +1,3 @@ +# Low Code + +#topic #bachelor diff --git a/Projects/bachelor/topics/RDF.md b/Projects/bachelor/topics/RDF.md new file mode 100644 index 0000000..bd2b5bf --- /dev/null +++ b/Projects/bachelor/topics/RDF.md @@ -0,0 +1,10 @@ +# _R_esource _D_escription _F_ramework + +The RDF descripes resources as triplets of (object, pradicate, subject). + +Where object and subjects are in itself also always resources. Resources in the RDF are identified by URIs. + +The pradicate defines the type of relation between object and subject. [List of known pradicates](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/) +One example would be "/Projects/bachelor/topics/SemanticWeb.md" → title → SemanticWeb + +[https://www.dublincore.org/specifications/dublin-core/dcmi-terms/elements11/title/](Link to the pradicate \'title\') diff --git a/Projects/bachelor/topics/SemanticWeb.md b/Projects/bachelor/topics/SemanticWeb.md new file mode 100644 index 0000000..bf7512d --- /dev/null +++ b/Projects/bachelor/topics/SemanticWeb.md @@ -0,0 +1,11 @@ +# Semantic Web + +#topic #bachelor + +When we humans consume content such as web pages, documents or articles we gather a whole lot of information from the context of the document, e.g. where was this published, by whom, how is it designed and so on. From this we can collect a lot of information about the information of the medium we are consuming. Machines (generally / ehem llms ...) did not have the ability to do that. + +Semantic Web is the idea to make the web more readable for machines by enhancing web content with metadata that makes it easier for machines to consume and navigate web content. + +There are several standards to achive this goal, one of the most prominent ones is [[./RDF]] + +