Skip to content

Commit b1215a6

Browse files
authored
Add topic semantic web
1 parent 05955b6 commit b1215a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

topics/semantic-web/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Semantic Web
3+
short_description: The Semantic Web is an extension of the World Wide Web to make Internet data machine-readable.
4+
topic: semantic-web
5+
related: semantic-html, rdf, linked-data, microformats
6+
wikipedia_url: https://en.wikipedia.org/wiki/Semantic_Web
7+
created_by: Tim Berners-Lee, James Alexander Hendler, Ora Lassila
8+
---
9+
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.
10+
11+
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).

0 commit comments

Comments
 (0)