rdf

quoll 2023-04-19T20:55:19.328169Z

I know I probably shouldn’t do this, but I’m really happy with myself. I wrote Donatello to write simple structures as triples, but then I forgot what I can and can’t do with it. So I just tried something… and it worked! 🧵

👍 1
😎 3
quoll 2023-04-19T20:56:19.123209Z

{:imo/Lexicalled {:owl/equivalentClass
                   {:owl/intersectionOf [:imo/Described
                                         {:a :owl/Restriction
                                          :owl/onProperty :imo/lexical
                                          :owl/someValuesFrom :imo/Lexical}]}}}

❤️ 1
quoll 2023-04-19T20:57:33.527219Z

And the emitted TTL was:

imo:Lexicalled owl:equivalentClass [owl:intersectionOf (imo:Described
                                                        [a owl:Restriction; owl:onProperty imo:lexical; owl:someValuesFrom imo:Lexical])].