This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-05
Channels
- # aleph (10)
- # announcements (2)
- # babashka (83)
- # beginners (41)
- # biff (2)
- # calva (6)
- # cider (7)
- # clerk (3)
- # clj-kondo (7)
- # clojure (89)
- # clojure-berlin (1)
- # clojure-brasil (4)
- # clojure-dev (15)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (54)
- # clojure-spec (1)
- # clojure-uk (4)
- # clojurescript (2)
- # conjure (3)
- # datomic (7)
- # emacs (4)
- # events (1)
- # figwheel-main (1)
- # graalvm (5)
- # gratitude (2)
- # honeysql (14)
- # hyperfiddle (86)
- # introduce-yourself (1)
- # joyride (9)
- # lsp (179)
- # malli (29)
- # music (1)
- # nyc (14)
- # off-topic (6)
- # polylith (16)
- # rdf (8)
- # releases (2)
- # rum (1)
- # shadow-cljs (26)
- # specter (2)
- # sql (4)
- # uncomplicate (2)
- # xtdb (16)
Not a recommendation, as I’ve not used it, but a colleague mentioned this yesterday, and it might be of interest to some: https://linkml.io/
And it can be used to generate OWL? Or Python classes? Interesting idea, and I can see why a simple format with minimal semantics is what they chose.
This project is using it to generate OWL, plus some stuff in between https://github.com/monarch-initiative/ontogpt
Yeah I’m really not a fan of YAML there are too many subtle gotchas… but the tool looked like it might be useful inspite of it
Write a translator to convert JSON or EDN to YAML. Then you can write it in a sensible format, and don’t have to worry about getting the YAML right 🙂
I've stumbled across this tool as well and we're going to give it a try soon in our company. What I love about it: • YAML doesn't frighten devs as much as Turtle • It's Linked Data aware (you can reference URIs) but this is optional so you can gradually go increasingly towards a Linked Data graph • It has loads of schemas implemented to output to, and you can easily extend your own • Mermaid visualization and HTML documentation can also be generated Really curious how people are going to like this at our company.