From dc7ed624b1b63ee3554966284461cea8ce40bde1 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 26 Dec 2020 19:55:53 +0100 Subject: [PATCH] Auto: misc. --- rdf.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rdf.md b/rdf.md index d8311971a..16638932f 100644 --- a/rdf.md +++ b/rdf.md @@ -27,6 +27,11 @@ - What would "take over" mean? - [[reading]] https://en.wikipedia.org/wiki/Resource_Description_Framework - [[1.0]] was published as a standard in [[1999]], [[1.1]] in [[2014]]. + - "The RDF data model is similar to classical conceptual modeling approaches (such as [[entity–relationship diagrams]] or [[class diagrams]]). It is based on the idea of making statements about resources (in particular web resources) in expressions of the form subject–predicate–object, known as triples. The subject denotes the resource, and the predicate denotes traits or aspects of the resource, and expresses a relationship between the subject and the object. " + - "For example, one way to represent the notion "The sky has the color blue" in RDF is as the triple: + - [[sky]] [[has the color]] [[blue]]. + - Or [[sky]] [[color]] [[blue]]? + - "Therefore, RDF uses subject instead of object (or entity) in contrast to the typical approach of an entity–attribute–value model in object-oriented design: entity (sky), attribute (color), and value (blue)." [//begin]: # "Autogenerated link references for markdown compatibility" [go]: go "Go"