<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    <br>
    It was Martin Klapetek who said at the right time 20.07.2011 17:02
    the following words:
    <blockquote
cite="mid:CAPLgePr0sMOVFsN_cMw725L1Nxh=m_7w-iBTBLD4YiRET4KXFw@mail.gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <span class="Apple-style-span" style="border-collapse: collapse;
        font-family: arial,sans-serif; font-size: 13px;">
        <div class="im" style="color: rgb(80, 0, 80);">
          On Wed, Jul 20, 2011 at 15:25, Leo Sauermann&nbsp;<span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:leo.sauermann@gnowsis.com" target="_blank"
              style="color: rgb(119, 153, 187);">leo.sauermann@gnowsis.com</a>&gt;</span>&nbsp;wrote:<br>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff">Hi Martin,<br>
              <br>
              I focus on the second part...below<br>
              <br>
              It was Martin Klapetek who said at the right time
              20.07.2011 14:59 the following words:
              <blockquote type="cite">
                <div class="gmail_quote">
                  <div>On Wed, Jul 20, 2011 at 14:13, Sebastian Trueg&nbsp;<span
                      dir="ltr">&lt;<a moz-do-not-send="true"
                        href="mailto:trueg@kde.org" target="_blank"
                        style="color: rgb(119, 153, 187);">trueg@kde.org</a>&gt;</span>&nbsp;wrote:<br>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">
                      Hi Martin,<br>
                      <div><br>
                        On 07/19/2011 07:46 PM, Martin Klapetek wrote:&nbsp;<br>
                      </div>
                    </blockquote>
                  </div>
                  <div>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">
                      <div>&gt; 2) How to pick "the right data"?...</div>
                    </blockquote>
                  </div>
                </div>
              </blockquote>
            </div>
          </blockquote>
        </div>
      </span></blockquote>
    ...<br>
    <blockquote
cite="mid:CAPLgePr0sMOVFsN_cMw725L1Nxh=m_7w-iBTBLD4YiRET4KXFw@mail.gmail.com"
      type="cite"><span class="Apple-style-span" style="border-collapse:
        collapse; font-family: arial,sans-serif; font-size: 13px;">
        <div class="im" style="color: rgb(80, 0, 80);">
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff">
              <blockquote type="cite">
                <div class="gmail_quote">
                  <div>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">
                      <div></div>
                    </blockquote>
                  </div>
                </div>
              </blockquote>
            </div>
          </blockquote>
        </div>
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              The way it was designed is that you end up with one
              pimo:Person to represent claudia:DirkHagemann - "The one
              and only Dirk Hagemann which I know and whom I contact
              using various ways".<br>
              Then there is the "grounding occurrence" for Dirk
              Hagemann, which usually should map to the address book
              entry you would naturally open when clicking on Dirk -
              think of it as the default data object to open when the
              user wants to do something with Dirk.<br>
              Then there are many occurrences of Dirk all over the
              place.<br>
            </div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>Yes, I understand that. But you can have more than one
          address book entry for the Person - for example you have "home
          postal address" and "work postal address",&nbsp;similarly a
          "personal email address" and a "work email address". These can
          be all stored as a one nco:personContact per email/postal
          address or all in one single nco:personcontact. But that's not
          really the point. When you click on Dirk, you'd like to see
          his home postal address or his personal email address (this
          could also be activity triggerable), in other words, you want
          to set some email address as default. My question is, how can
          I tag a particular email/postal/phone/whatever as a
          "preferred/default", so when you want to quickly write an
          email, you just select Dirk and email him to his default
          address.</div>
        <div><br>
        </div>
        <div>Hope it's clearer now :) <br>
        </div>
      </span></blockquote>
    <br>
    For home/work distinguishing you would have one Contact
    (PersonContact) and connect multiple ContactMedia entries to the
    single PersonContact. The Role is a superclass of PersonContact, so
    all ContactMedia apply.<br>
    <br>
    Dirk-&gt;hasPostalAddress-&gt;dp1.<br>
    Dirk-&gt;hasEmailAddress-&gt;de1.<br>
    Dirk-&gt;hasEmailAddress-&gt;de2.<br>
    you would then comment on de1 and de2 if they are primary or not.<br>
    For this, there is no property yet, we wanted to use
    nco:contactMediumComment and some text, but the standardization
    ended at that point.<br>
    <br>
    If you need that, please create a ticket on oscaf.sourceforge.net as
    I am not on top of that discussion<br>
    <br>
    This is all NOT on the level of PIMO or grounding/occurrence.<br>
    <br>
    <blockquote
cite="mid:CAPLgePr0sMOVFsN_cMw725L1Nxh=m_7w-iBTBLD4YiRET4KXFw@mail.gmail.com"
      type="cite"><span class="Apple-style-span" style="border-collapse:
        collapse; font-family: arial,sans-serif; font-size: 13px;">
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              In the PIMO description [1] (btw, thanks for using it,
              this helps a lot and I need not to repeat), on page 10, in
              Section 6.5, there is an example explaining what it means
              in practice.&nbsp;<br>
              <br>
              I would not go so far to add pimo:occurrences to every
              email that Claudia and Dirk sent between each other. But
              adding multiple address book entries is fine.<br>
              <br>
              Sticking with pimo:occurrence and pimo:groundingOccurrence
              should be fine, I doubt that real-world systems will
              interpret pimo:referencingOccurrence soon (a Facebook URI
              would be something like this).</div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>So what should I use pimo:occurence and
          pimo:groundOccurence for? I'm currently using groundOccurence
          for all nco:personContacts.</div>
      </span></blockquote>
    <br>
    use one pimo:groundingOccurrence to point to the main address book
    entry (PersonContact). Use pimo:occurrence for additional address
    book entries from other address books or secondary web accounts
    (facebook, etc)<br>
    <br>
    hth<br>
    Leo<br>
    <br>
    <br>
    <blockquote
cite="mid:CAPLgePr0sMOVFsN_cMw725L1Nxh=m_7w-iBTBLD4YiRET4KXFw@mail.gmail.com"
      type="cite"><span class="Apple-style-span" style="border-collapse:
        collapse; font-family: arial,sans-serif; font-size: 13px;">
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff">
              <div>
                <blockquote type="cite">
                  <div class="gmail_quote">
                    <div><br>
                    </div>
                    <div>Btw. when reading the PIMO guide [3], it says
                      on page 31 to copy all identifiers. Do I
                      understand it correctly that it should copy all
                      identifiers from new NCO:PersonContact into
                      PIMO:Person (and should I do that too)? This seems
                      like an&nbsp;unnecessary data duplication.&nbsp;<br>
                    </div>
                  </div>
                </blockquote>
                <br>
              </div>
              identifiers:<br>
              Copying the email addresses and other identifiers to the
              pimo:Person will help you identifying arbitrary data.
              Given you have some new data coming into the system, you
              may want to check if its already known.<br>
            </div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>I have currently some checks in place, but I'll add those
          from the guide as well.&nbsp;</div>
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff">("is this "Dirk" guy
              someone we know?). This is the "Check identifiers" step In
              Section 11.1 on page 30, where you check if you find a
              Pimo:Person that represents the resource you are working
              with.</div>
          </blockquote>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              This is why it would be good to copy all identifiers over
              to the pimo:Person, to speed up lookups later.&nbsp;<br>
            </div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>Ok, I'll add that as well.</div>
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              its data duplication, but it doesn't matter. The key point
              here is: you want to be veeery quick when identifying if
              any new data does mean something to you. And optimizing
              this read-accesses is always good. Say you read 100 emails
              a day, roughly 10.000 a year. Quickly checking them
              against the 1000 contacts you have is nicer if the
              identifying information is all in one place (that would be
              the pimo:Persons).&nbsp;<br>
            </div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>Sounds reasonable :)</div>
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              At least, thats the theory.&nbsp;<br>
            </div>
          </blockquote>
          <div><br>
          </div>
        </div>
        <div>We'll see how it will stand in practice :D</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>Marty K.</div>
        <div class="im" style="color: rgb(80, 0, 80);">
          <div>&nbsp;</div>
          <blockquote class="gmail_quote" style="margin: 0px 0px 0px
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <div text="#000000" bgcolor="#ffffff"><br>
              hth<br>
              Leo
              <div><br>
                <br>
                <blockquote type="cite">
                  <div class="gmail_quote">
                    <div><br>
                    </div>
                    <div>Marty K.</div>
                    <div>[3] -&nbsp;<a moz-do-not-send="true"
href="http://www.semanticdesktop.org/ontologies/2007/11/01/pimo/v1.1/pimo_v1.1.pdf"
                        target="_blank" style="color: rgb(119, 153,
                        187);">http://www.semanticdesktop.org/ontologies/2007/11/01/pimo/v1.1/pimo_v1.1.pdf</a></div>
                    <div>&nbsp;</div>
                    <div><br>
                    </div>
                    <blockquote class="gmail_quote" style="margin: 0pt
                      0pt 0pt 0.8ex; border-left: 1px solid rgb(204,
                      204, 204); padding-left: 1ex;">
                      [1]&nbsp;<a moz-do-not-send="true"
                        href="https://sourceforge.net/apps/trac/oscaf/ticket/107"
                        target="_blank" style="color: rgb(119, 153,
                        187);">https://sourceforge.net/apps/trac/oscaf/ticket/107</a><br>
                      [2]&nbsp;<a moz-do-not-send="true"
                        href="https://sourceforge.net/apps/trac/oscaf/ticket/105"
                        target="_blank" style="color: rgb(119, 153,
                        187);">https://sourceforge.net/apps/trac/oscaf/ticket/105</a><br>
                      _______________________________________________<br>
                      Nepomuk mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:Nepomuk@kde.org" target="_blank"
                        style="color: rgb(119, 153, 187);">Nepomuk@kde.org</a><br>
                      <a moz-do-not-send="true"
                        href="https://mail.kde.org/mailman/listinfo/nepomuk"
                        target="_blank" style="color: rgb(119, 153,
                        187);">https://mail.kde.org/mailman/listinfo/nepomuk</a><br>
                    </blockquote>
                  </div>
                  <br>
                </blockquote>
                <br>
              </div>
              <pre style="white-space: pre-wrap;" cols="72">-- 
Leo Sauermann, Dr.
CEO and Founder

mail: <a moz-do-not-send="true" href="mailto:leo.sauermann@gnowsis.com" target="_blank" style="color: rgb(119, 153, 187);">leo.sauermann@gnowsis.com</a>
mobile: +43 6991 gnowsis           

Where your things come together,
Join:   <a moz-do-not-send="true" href="http://www.gnowsis.com/about/content/newsletter" target="_blank" style="color: rgb(119, 153, 187);">http://www.gnowsis.com/about/content/newsletter</a>
Follow: <a moz-do-not-send="true" href="http://twitter.com/Refinder" target="_blank" style="color: rgb(119, 153, 187);">http://twitter.com/Refinder</a>
Like:   <a moz-do-not-send="true" href="http://www.facebook.com/Refinder" target="_blank" style="color: rgb(119, 153, 187);">http://www.facebook.com/Refinder</a>
Learn:  <a moz-do-not-send="true" href="http://www.gnowsis.com/about/blog" target="_blank" style="color: rgb(119, 153, 187);">http://www.gnowsis.com/about/blog</a>
Try:    <a moz-do-not-send="true" href="http://www.getrefinder.com/accounts/register/" target="_blank" style="color: rgb(119, 153, 187);">http://www.getrefinder.com/accounts/register/</a>
____________________________________________________</pre>
            </div>
          </blockquote>
        </div>
      </span></blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Leo Sauermann, Dr.
CEO and Founder

mail: <a class="moz-txt-link-abbreviated" href="mailto:leo.sauermann@gnowsis.com">leo.sauermann@gnowsis.com</a>
mobile: +43 6991 gnowsis           

Where your things come together,
Join:   <a class="moz-txt-link-freetext" href="http://www.gnowsis.com/about/content/newsletter">http://www.gnowsis.com/about/content/newsletter</a>
Follow: <a class="moz-txt-link-freetext" href="http://twitter.com/Refinder">http://twitter.com/Refinder</a>
Like:   <a class="moz-txt-link-freetext" href="http://www.facebook.com/Refinder">http://www.facebook.com/Refinder</a>
Learn:  <a class="moz-txt-link-freetext" href="http://www.gnowsis.com/about/blog">http://www.gnowsis.com/about/blog</a>
Try:    <a class="moz-txt-link-freetext" href="http://www.getrefinder.com/accounts/register/">http://www.getrefinder.com/accounts/register/</a>
____________________________________________________
</pre>
  </body>
</html>