This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-20
Channels
- # announcements (10)
- # aws (4)
- # babashka (71)
- # beginners (30)
- # calva (61)
- # cherry (1)
- # cider (16)
- # clj-kondo (3)
- # clj-on-windows (4)
- # cljsrn (1)
- # clojure (28)
- # clojure-austin (2)
- # clojure-bay-area (1)
- # clojure-europe (45)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (26)
- # clojure-sweden (14)
- # clojure-uk (11)
- # clojurescript (39)
- # core-async (3)
- # core-typed (11)
- # datomic (68)
- # fulcro (7)
- # keechma (1)
- # lsp (29)
- # malli (5)
- # off-topic (57)
- # other-languages (13)
- # pathom (4)
- # rdf (7)
- # reagent (7)
- # reitit (6)
- # releases (1)
- # schema (8)
- # shadow-cljs (86)
- # sql (22)
- # squint (1)
- # vim (8)
- # xtdb (12)
By chance I discovered https://patterns.dataincubator.org/ and I find it to be a really accessible resource on RDF design for anyone who know the basics. I wish I knew about it sooner. I think I have naturally picked up most of these patterns over time, but it is just so plainly stated there with useful examples.
I'm currently reading this book, which is excellent as well (but not free, and less reference-friendly at first glance, but probably more in-depth) https://dl.acm.org/doi/book/10.1145/3382097
Yeah, I have that book too (think I read 30-40 pages), but it seems less accessible. The one above is very concise and clear.
That's a nice resource, thanks.The best practical book about modelling I've come across recently is http://sdmbook.panosalexopoulos.com/ by Panos Alexopoulos. It's well thought out book concentrating on ... I would say decision points in modelling, dilemmas, where you could model in more than one way, and tries to show the pros and cons of each.
I also like to watch semanticarts https://www.youtube.com/playlist?list=PLk2kJrehubb4dc3e5Db5Lvv9WMaOhV3V7 It's a bit hit-and-miss to find interesting videos, but some concrete modeling problems are interesting.