From f19990648473bd497c143a5ae73bea2ba093e5c6 Mon Sep 17 00:00:00 2001 From: Gabriel Lima Lopes <135924740+piratabrasileiro1@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:13:05 -0300 Subject: [PATCH 1/5] add schema --- topics/schema/index.md | 9 +++++++++ topics/screenwriting/index.md | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 topics/schema/index.md diff --git a/topics/schema/index.md b/topics/schema/index.md new file mode 100644 index 000000000000..2e014d8436f2 --- /dev/null +++ b/topics/schema/index.md @@ -0,0 +1,9 @@ +--- +aliases: schemas,schema.org +display_name: Schema +related: Microformat +short_description: Schema is language launched in 2011 by google, bing and yahoo marking up web pages with structured data. +topic: schema +wikipedia_url: https://en.wikipedia.org/wiki/Schema.org +--- +Schema is language launched in june 2, 2011, by Google, Bing and Yahoo marking up web pages with structured data. \ No newline at end of file diff --git a/topics/screenwriting/index.md b/topics/screenwriting/index.md index ac4b954ffbc9..c022dd274f04 100644 --- a/topics/screenwriting/index.md +++ b/topics/screenwriting/index.md @@ -4,5 +4,4 @@ display_name: Screenwriting short_description: Screenwriting is the act of writing scripts for films and other entertainment media. topic: screenwriting wikipedia_url: https://en.wikipedia.org/wiki/Screenwriting ---- -Screenwriting is the act of writing scripts for films and other entertainment media; the term originated in 1902 in silent films. \ No newline at end of file +--- \ No newline at end of file From 764fdeef9b32f3b3c18467d6c0b0486a90191b8d Mon Sep 17 00:00:00 2001 From: Gabriel Lima Lopes <135924740+piratabrasileiro1@users.noreply.github.com> Date: Sat, 29 Aug 2026 20:17:03 -0300 Subject: [PATCH 2/5] fix --- topics/schema/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/schema/index.md b/topics/schema/index.md index 2e014d8436f2..e311092d7f18 100644 --- a/topics/schema/index.md +++ b/topics/schema/index.md @@ -1,7 +1,7 @@ --- aliases: schemas,schema.org display_name: Schema -related: Microformat +related: Microformat,json-ld,structured-data short_description: Schema is language launched in 2011 by google, bing and yahoo marking up web pages with structured data. topic: schema wikipedia_url: https://en.wikipedia.org/wiki/Schema.org From 6f6ee32b6e180d4fb9b08739324e68cb8eada32e Mon Sep 17 00:00:00 2001 From: Gabriel Lima Lopes <135924740+piratabrasileiro1@users.noreply.github.com> Date: Sun, 30 Aug 2026 13:37:59 -0300 Subject: [PATCH 3/5] fix --- topics/json-ld/index.md | 9 +++++++++ topics/schema/index.md | 2 +- topics/structured-data/index.md | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 topics/json-ld/index.md create mode 100644 topics/structured-data/index.md diff --git a/topics/json-ld/index.md b/topics/json-ld/index.md new file mode 100644 index 000000000000..fe92d5eef124 --- /dev/null +++ b/topics/json-ld/index.md @@ -0,0 +1,9 @@ +--- +aliases: JavaScript Object Notation for Linked Data +display_name: JSON-LD +related: JSON,schema +short_description: JSON-LD is a language that emerged in 2010 to organize data contained in JavaScript files. +topic: schema +wikipedia_url: https://en.wikipedia.org/wiki/JSON-LD +--- +JSON-LD is a format that emerged in 2010 to organize data contained in JavaScript files and is maintained by the JSON for Linking Data Community Group. \ No newline at end of file diff --git a/topics/schema/index.md b/topics/schema/index.md index e311092d7f18..d303c42a39ea 100644 --- a/topics/schema/index.md +++ b/topics/schema/index.md @@ -1,7 +1,7 @@ --- aliases: schemas,schema.org display_name: Schema -related: Microformat,json-ld,structured-data +related: microformat,json-ld,structured-data short_description: Schema is language launched in 2011 by google, bing and yahoo marking up web pages with structured data. topic: schema wikipedia_url: https://en.wikipedia.org/wiki/Schema.org diff --git a/topics/structured-data/index.md b/topics/structured-data/index.md new file mode 100644 index 000000000000..46b90c5cb51d --- /dev/null +++ b/topics/structured-data/index.md @@ -0,0 +1,8 @@ +--- +display_name: Structured-data +short_description: Structured data is a method of defining data in a structured way to represent elements of a subject. +aliases: data-model +topic: structured-data +wikipedia_url: https://en.wikipedia.org/wiki/Data_model +--- +Structured data is a method of defining data in a structured way to represent elements of a subject; it first emerged in 1958 as a way to organize data. \ No newline at end of file From 7b62e0090b5aa14c998a61d4bb1c8c8dc3f833fe Mon Sep 17 00:00:00 2001 From: Gabriel Lima Lopes <135924740+piratabrasileiro1@users.noreply.github.com> Date: Sun, 30 Aug 2026 19:27:20 -0300 Subject: [PATCH 4/5] fix --- topics/json-ld/index.md | 8 ++++---- topics/schema/index.md | 2 +- topics/screenwriting/index.md | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/topics/json-ld/index.md b/topics/json-ld/index.md index fe92d5eef124..b09a968c867b 100644 --- a/topics/json-ld/index.md +++ b/topics/json-ld/index.md @@ -1,9 +1,9 @@ --- -aliases: JavaScript Object Notation for Linked Data -display_name: JSON-LD -related: JSON,schema +aliases: javaScript-object-notation-for-linked-data +display_name: json-ld +related: json,schema short_description: JSON-LD is a language that emerged in 2010 to organize data contained in JavaScript files. -topic: schema +topic: json-ld wikipedia_url: https://en.wikipedia.org/wiki/JSON-LD --- JSON-LD is a format that emerged in 2010 to organize data contained in JavaScript files and is maintained by the JSON for Linking Data Community Group. \ No newline at end of file diff --git a/topics/schema/index.md b/topics/schema/index.md index d303c42a39ea..5f5c00127555 100644 --- a/topics/schema/index.md +++ b/topics/schema/index.md @@ -1,5 +1,5 @@ --- -aliases: schemas,schema.org +aliases: schemas,schema-org display_name: Schema related: microformat,json-ld,structured-data short_description: Schema is language launched in 2011 by google, bing and yahoo marking up web pages with structured data. diff --git a/topics/screenwriting/index.md b/topics/screenwriting/index.md index c022dd274f04..ac4b954ffbc9 100644 --- a/topics/screenwriting/index.md +++ b/topics/screenwriting/index.md @@ -4,4 +4,5 @@ display_name: Screenwriting short_description: Screenwriting is the act of writing scripts for films and other entertainment media. topic: screenwriting wikipedia_url: https://en.wikipedia.org/wiki/Screenwriting ---- \ No newline at end of file +--- +Screenwriting is the act of writing scripts for films and other entertainment media; the term originated in 1902 in silent films. \ No newline at end of file From 1faa35c7381ab3ae7e1886f21a3a3c358cf62091 Mon Sep 17 00:00:00 2001 From: Gabriel Lima Lopes <135924740+piratabrasileiro1@users.noreply.github.com> Date: Sun, 30 Aug 2026 21:20:17 -0300 Subject: [PATCH 5/5] fix --- topics/json-ld/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/json-ld/index.md b/topics/json-ld/index.md index b09a968c867b..69ba33f0b79d 100644 --- a/topics/json-ld/index.md +++ b/topics/json-ld/index.md @@ -1,5 +1,4 @@ --- -aliases: javaScript-object-notation-for-linked-data display_name: json-ld related: json,schema short_description: JSON-LD is a language that emerged in 2010 to organize data contained in JavaScript files.