feat: add some topics to bachelor

This commit is contained in:
max_richter 2023-12-13 15:50:05 +01:00
parent 44fda9bd7e
commit b2c75a53e3
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Citizen Developer
#topic #bachelor
A citizen developer is a person that creates applications/programs without programming knowledge.

View File

@ -0,0 +1,3 @@
# Low Code
#topic #bachelor

View File

@ -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\')

View File

@ -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]]