From b1215a6e9b49a3d9e8616b54a5af1aca91fefd62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:39:26 +0200 Subject: [PATCH 1/2] Add topic semantic web --- topics/semantic-web/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 topics/semantic-web/index.md diff --git a/topics/semantic-web/index.md b/topics/semantic-web/index.md new file mode 100644 index 00000000000..2b4c791ffc8 --- /dev/null +++ b/topics/semantic-web/index.md @@ -0,0 +1,11 @@ +--- +display_name: Semantic Web +short_description: The Semantic Web is an extension of the World Wide Web to make Internet data machine-readable. +topic: semantic-web +related: semantic-html, rdf, linked-data, microformats +wikipedia_url: https://en.wikipedia.org/wiki/Semantic_Web +created_by: Tim Berners-Lee, James Alexander Hendler, Ora Lassila +--- +The Semantic Web is an extension of the World Wide Web through standards set by the [World Wide Web Consortium (W3C)](https://github.com/topics/w3c). The goal of the Semantic Web is to make Internet data machine-readable. + +This can be seen in various aspects of web development, one being [semantic HTML](https://github.com/topics/semantic-html) as a way to give your [markup](https://github.com/topics/markup) meaning, [microformats](https://github.com/topics/microformats) like [schema.org](https://github.com/topics/schema-org) or [linked-data](https://github.com/topics/linked-data) like [json-ld](https://github.com/topics/json-ld). Another aspect is from the opposite perspective: Reading and interpreting data. This can be done with metadata via [RDF](https://github.com/topics/rdf). From 0ca8e40ce058e65fc9b3110ed2bea1f8c0f49724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:54:10 +0200 Subject: [PATCH 2/2] related: +1 --- topics/semantic-web/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/semantic-web/index.md b/topics/semantic-web/index.md index 2b4c791ffc8..4fa5293c6f3 100644 --- a/topics/semantic-web/index.md +++ b/topics/semantic-web/index.md @@ -2,7 +2,7 @@ display_name: Semantic Web short_description: The Semantic Web is an extension of the World Wide Web to make Internet data machine-readable. topic: semantic-web -related: semantic-html, rdf, linked-data, microformats +related: semantic-html, rdf, linked-data, microformats, microdata wikipedia_url: https://en.wikipedia.org/wiki/Semantic_Web created_by: Tim Berners-Lee, James Alexander Hendler, Ora Lassila ---