From 51ec6d3abaa4784598df95867730f3a6a28a758c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:48:25 +0100 Subject: [PATCH 1/2] Add topic "RDF" --- topics/rdf/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 topics/rdf/index.md diff --git a/topics/rdf/index.md b/topics/rdf/index.md new file mode 100644 index 00000000000..2261415dfcd --- /dev/null +++ b/topics/rdf/index.md @@ -0,0 +1,10 @@ +--- +topic: rdf +display_name: RDF (Resource Description Framework) +short_description: RDF is a standard model for data interchange on the Web, using URIs to name the relationships between things and a directed, labeled graph to represent the data. +related: semantic-web, sparql, web-ontology-language, shacl, json-ld, n-triples, rql, versa, shex +created_by: World Wide Web Consortium, IBM, Microsoft, Netscape, Nokia, Reuters, SoftQuad, University of Michigan +released: October 1997 +wikipedia_url: https://en.wikipedia.org/wiki/Resource_Description_Framework +--- +**RDF** (**Resource Description Framework**) is a standard model for data interchange on the Web, using URIs to name the relationships between things and a directed, labeled graph to represent the data. From 41c5957daf67e5c965bc2acf998ecc8a0db5bee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sun, 24 Dec 2023 02:30:54 +0100 Subject: [PATCH 2/2] Fix errors - Shorten short_description - Shorted created_by --- topics/rdf/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/rdf/index.md b/topics/rdf/index.md index 2261415dfcd..641cc11cc88 100644 --- a/topics/rdf/index.md +++ b/topics/rdf/index.md @@ -1,10 +1,10 @@ --- topic: rdf display_name: RDF (Resource Description Framework) -short_description: RDF is a standard model for data interchange on the Web, using URIs to name the relationships between things and a directed, labeled graph to represent the data. +short_description: RDF is used for data interchange, using URIs to name the relations between things and a directed labeled graph for representation. related: semantic-web, sparql, web-ontology-language, shacl, json-ld, n-triples, rql, versa, shex -created_by: World Wide Web Consortium, IBM, Microsoft, Netscape, Nokia, Reuters, SoftQuad, University of Michigan +created_by: W3C, IBM, Microsoft, Netscape, Nokia, Reuters, SoftQuad, University of Michigan released: October 1997 wikipedia_url: https://en.wikipedia.org/wiki/Resource_Description_Framework --- -**RDF** (**Resource Description Framework**) is a standard model for data interchange on the Web, using URIs to name the relationships between things and a directed, labeled graph to represent the data. +**RDF** (**Resource Description Framework**) is a standard model for data interchange on the web, using URIs to name the relationships between things and a directed, labeled graph to represent the data.