Auto: misc.

This commit is contained in:
2020-12-26 19:55:53 +01:00
parent 814b4d3880
commit dc7ed624b1
+5
View File
@@ -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 [[entityrelationship diagrams]] or [[class diagrams]]). It is based on the idea of making statements about resources (in particular web resources) in expressions of the form subjectpredicateobject, 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 entityattributevalue model in object-oriented design: entity (sky), attribute (color), and value (blue)."
[//begin]: # "Autogenerated link references for markdown compatibility"
[go]: go "Go"