notes/Projects/bachelor/topics/SemanticWeb.md

12 lines
725 B
Markdown
Raw Normal View History

2023-12-13 15:50:05 +01:00
# 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.
2023-12-13 16:19:04 +01:00
There are several standards to achive this goal, one of the most prominent ones is [[Projects/bachelor/topics/RDF|RDF]]
2023-12-13 15:50:05 +01:00