From 4527ca4bd6f1461bc407f8875ff39de0b7de2d77 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 26 Dec 2020 20:32:31 +0100 Subject: [PATCH] Auto: misc. --- journal/2020-12-26.md | 1 + pernambuco-e-seu-conjunto.md | 9 +++++++++ rdf-serialization-formats.md | 8 ++++++++ rdf.md | 6 +++--- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 pernambuco-e-seu-conjunto.md create mode 100644 rdf-serialization-formats.md diff --git a/journal/2020-12-26.md b/journal/2020-12-26.md index 7b22c0420..9fcd3c5a1 100644 --- a/journal/2020-12-26.md +++ b/journal/2020-12-26.md @@ -12,6 +12,7 @@ - [[mid career greatest hits]] - [[wolfram]] - [[the agora is a social network built by the people for the people]] +- [[pernambuco e seu conjunto]] [//begin]: # "Autogenerated link references for markdown compatibility" [john-cowper-powys]: ../john-cowper-powys "John Cowper Powys" diff --git a/pernambuco-e-seu-conjunto.md b/pernambuco-e-seu-conjunto.md new file mode 100644 index 000000000..76efd251c --- /dev/null +++ b/pernambuco-e-seu-conjunto.md @@ -0,0 +1,9 @@ +# Pernambuco E Seu Conjunto + +- [[go]] https://music.youtube.com/watch?v=3FAhCWt7kW8 +- Listened to it for the first time about ten years ago, linked (pirated) from a blogspot hosted brazilian music blog. + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/rdf-serialization-formats.md b/rdf-serialization-formats.md new file mode 100644 index 000000000..316aed18d --- /dev/null +++ b/rdf-serialization-formats.md @@ -0,0 +1,8 @@ +# Rdf Serialization Formats + +- [[go]] https://twitter.com/flancian/status/1342907135152291849 + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file diff --git a/rdf.md b/rdf.md index 280c61c75..bd307cdf4 100644 --- a/rdf.md +++ b/rdf.md @@ -8,7 +8,6 @@ - I should ask [[s.-s.]] about it. - See also: [[turtle]], [[semantic triples]]. - ## [[2020-12-26]] - I started a [[pomodoro]] of this but [[procrastination]] came up, interesting -- it's not like I'm not interested in this, but it just tends to happen I don't *get* to it because I'm busy with work and other things, so I ended up associating it with a frustrated feeling? Unsure. It could also be I have a fear of it being *precisely* the Agora, what that would mean. I should be elated if that happened, but on some level perhaps. @@ -44,14 +43,14 @@ - [[Sesame]] (triple store programming environment reasoner rdfs reasoner parser). Directly usable from Java Python PHP - [[Talis Platform]] (triple store sparql endpoint). - [[XMP (ISO 16684)]] (editor development environment). -- [[reading]] https://en.wikipedia.org/wiki/Resource_Description_Framework +- [[reading]] [[wikipedia]] 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)." - + - RDF is an [[abstract model]]. There are several [[rdf serialization formats]]. [//begin]: # "Autogenerated link references for markdown compatibility" [go]: go "Go" [wiki]: wiki "Wiki" @@ -66,4 +65,5 @@ [action]: action "Action" [graph]: graph "Graph" [tools]: tools "Tools" +[wikipedia]: wikipedia "Wikipedia" [//end]: # "Autogenerated link references" \ No newline at end of file