MHDBDB: Connecting Senses with multiple Concepts

Dear Ontolex-List,

I'm writing as a team member of the "Middle High German Conceptual Database" (MHDBDB, http://www.mhdbdb.sbg.ac.at<http://www.mhdbdb.sbg.ac.at/>), an onomasiological dictionary of middle high German. We are planning to convert our 40.000+ dictionary articles to Ontolex. An article consists of one or many senses which refer to one or many categories of our conceptual system:

[cid:image002.jpg@01D47501.50B2F6F0]

In the example above you can see that the entry 'hûs' has two senses which each point to different categories in our conceptual system. The conceptual system has already been converted to SKOS. My attempt to express the entry 'hûs' with ontolex looks like this:

<rdf....>
  <ontolex:Word rdf:about="http://www.mhdbdb.sbg.ac.at/entry#2933">
    <ontolex:lexicalForm>
      <ontolex:Form>
        <ontolex:writtenRep>hûs</ontolex:writtenRep>
      </ontolex:Form>
    </ontolex:lexicalForm>
    <lexinfo:partOfSpeech rdf:resource="http://www.mhdbdb.sbg.ac.at/grammar#NOM"/>
    <ontolex:sense rdf:resource="http://www.mhdbdb.sbg.ac.at/sense#4709"/>
    <ontolex:sense rdf:resource="http://www.mhdbdb.sbg.ac.at/sense#28403"/>
  </ontolex:Word>
  <ontolex:LexicalSense rdf:about="http://www.mhdbdb.sbg.ac.at/sense#4709">
    <ontolex:isSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/entry#2933"/>
    <ontolex:isLexicalizedSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/concept#23250000"/>
    <ontolex:isLexicalizedSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/concept#23309000"/>
    <ontolex:isLexicalizedSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/concept#23309020"/>
  </ontolex:LexicalSense>
  <ontolex:LexicalSense rdf:about="http://www.mhdbdb.sbg.ac.at/sense#28403">
    <ontolex:isSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/entry#2933"/>
    <ontolex:isLexicalizedSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/concept#23209000"/>
    <ontolex:isLexicalizedSenseOf rdf:resource="http://www.mhdbdb.sbg.ac.at/concept#23309020"/>
  </ontolex:LexicalSense>
</rdf>

As you can see above, I'm doing something probably not intended by Ontolex: A lexical sense consists of multiple isLexicalizedSenseOf references, mirroring the MHDBDB datastructure.

How could our article structure be transferred to Ontolex correctly according to the scheme?

Many thanks in advance and best regards
Peter

Peter Hinkelmanns MA
Wissenschaftlicher Mitarbeiter
Mittelhochdeutsche Begriffsdatenbank (MHDBDB) | IZMF
Universität Salzburg | Erzabt-Klotz-Straße 1, A-5020 Salzburg |
Tel. +43 662 8044 4339 | e-mail: peter.hinkelmanns@sbg.ac.at<mailto:peter.hinkelmanns@sbg.ac.at>
Internet: CV und Fodok<http://mhdbdb.sbg.ac.at:8300/wordpress/hinkelmanns/> | mhdbdb.sbg.ac.at<http://mhdbdb.sbg.ac.at/> | facebook.com/mhdbdb<https://www.facebook.com/mhdbdb> | twitter.com/MHD_BDB<https://twitter.com/MHD_BDB>

Please consider the environment before printing this email

Received on Monday, 5 November 2018 11:17:48 UTC