OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

lexidma message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [lexidma] Re: DMLex spec


Hi Michal,

I was working on the RDF serialization. Here are some comments, queries that came up.

ID and URI are the same thing in RDF serialization. Would this be problematic

So taking your example into RDF we would have something like this.

@prefix dmlex: <http://www.oasis-open.org/to-be-confirmed/dmlex> .

<abandon-verb> dmlex:headword "abandon" ;

 dmlex:partOfSpeech "verb" ;

 dmlex:sense <abandon-verb-1>, <abandon-verb-2> .

<abandon-verb-1> dmlex:definition "to suddenly leave a place or a person" ;

 dmlex:example [ dmlex:value "I'm sorry I abandoned you like that" ] ,

ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ [ dmlex:value "Abandon ship" ; dmlex:label "idiom" ] .

<abandon-verb-2> dmlex:label "mostly-passive" ;

 dmlex:definition "to stop supporting an idea" ;

 dmlex:example [ dmlex:value "The theory has been abandoned" ] .

ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ

Some of these properties could be mapped to OntoLex properties, e.g., `dmlex:sense` => `ontolex:denotes`, but not so many.

I attach my first stab at making an OWL ontology for DMLex.

Regards,

John

On 18/05/2022 17:40, Michal MÄchura wrote:
Hi everyone,

So here my latest draft. What's new:

- I have made some tweaks to the pseudocode in which we present examples throughout the document. Consequently, I have made some changes to the formalism through which we define the data model. The distinction between "objects" and "properties" has disappeared, and we now explicitly state the arities and types of everything everywhere (TomaÅ will like that!). I think the whole document is now be easier to understand for readers, even outside our tribe.

- There have been some tiny, almost cosmetic, changes to some names of things.

In other words, this draft doesn't really bring any conceptually new material. Everything in it is based on things we've agreed and consensuses we've built up, so I wouldn't expect any disagreement or surprised reactions at this point. That said, I strongly encourage everyone to read it from start to end now because this is our last chance to catch any problems before we present it publicly at the ELEXIS event in Florence.

With this now, we have created a clean, logical, consistent, simple, IT-friendly, well though-through data model for dictionaries. No-one's every done this before in the history of lexicography. It's taken us a lot of talking and proposing and writing and rewriting to distil our ideas into a single, universally usable data model, but we've done it and the result is really likeable!

(Oh yes, the document is not in DocBook. I'll try to beat it into the DocBook format and submit it as a proper pull request through GitHub by Monday.)

M.


Ãt 17. 5. 2022 vÂ22:07 odesÃlatel Michal MÄchura <462258@mail.muni.cz> napsal:
OK, so I'm going to need one more day. Sorry for keeping you waiting but the result will be worth it!
M.

po 16. 5. 2022 vÂ18:24 odesÃlatel Michal MÄchura <462258@mail.muni.cz> napsal:
Hi everyone,

I am busy editing the DMLex spec but I think I l need one more day to get it done properly. So, you can expect an e-mail from me towards the end of tomorrow (Tuesday 17 May).

M.

---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that 
generates this mail.  Follow this link to all your TCs in OASIS at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 

Attachment: dmlex.owl
Description: application/rdf



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]