Hi Arthi

Regarding your data:

  <rdf:Description rdf:about="#Rama">
    <NinoNumber
rdf:datatype="http://www.w3.org/2001/XMLSchema#int";>0</NinoNumber>
    <rdf:type rdf:resource="#Person"/>
    <owns rdf:resource="#Policy_2"/>
    <dob rdf:datatype="http://www.w3.org/2001/XMLSchema#date";>2000-07-11</dob>
    <city rdf:datatype="http://www.w3.org/2001/XMLSchema#string";></city>
    <Name rdf:datatype="http://www.w3.org/2001/XMLSchema#string";></Name>
   <customerId 
rdf:datatype="http://www.w3.org/2001/XMLSchema#string";></customerId>
  </rdf:Description>

Rama does not define a Name as he XML element is empty. In addition
you should not define a rdf:datatype for natural language labels.
Adding xsd:string as datatype is intended to be used for
non-natural-language string values (e.g. an ISBN number, product
codes, alpha-numerical ids ...)

The missing label will also prevent Stanbol from linking Rama for the
provided parsed. Note also that also "city" and "customerId" are
empty. So please check your data.


regarding:

> When  I type a sentence like “ Rama was born on 23/07/2000 and lived in 
> Delhi” ,  I expect to see following  :
> Rama will be recognized as a Person

If #Rama does have a Name value of "Rama" and you configure the "Label
Field" of the EntityLinking engine to
"http://www.owl-ontologies.com/InsuranceOntology.owl#Name"; it will be
recognized and the Entity will be linked in the Enhancement results.

> 23/07/2000  will be recognized  as Person:dob.   ( Date of Birth of Rama )

Suggesting Entities based on a date mentioned in the text is not
supported by any EnhancementEngine managed by the Stanbol community.

> Delhi will be recognized as Person:city  ( City of Rama)

Rama will not get Linked, just because "Delhi" is present in the text.
Typically users would create (or better reuse an existing) Entity for
"Delhi" and change the data model (ontology) to not refer the city as
a String, but as a reference to the Entity.

The following example refines #Rama to refer to "New Delhi" as defined
by freebase.com

  <rdf:Description rdf:about="#Rama">
   [..]
     <city rdf:resource="http://rdf.freebase.com/ns/m.0dlv0"; />
   [..]
  </rdf:Description>

As soon as cities are defined as Entities Stanbol can extract them
from parsed texts. Your user interface might than use those
information to search for Persons that are located in the extracted
cities.


Regarding the Screenshots:

The mailing list does not allow to send attachments. Because of that
the pictures have not made it through.

best
Rupert


On Thu, Jul 11, 2013 at 1:49 PM,  <arthi.ven...@wipro.com> wrote:
> Hi Rupert,
>
> Have attached the screen shots in this mail.  As size of previous mail was
> very large.
>
>
>
> Thanks and Rgds,
>
> Arthi
>
>
>
> Screen shots of configuration parameters.
>
>
>
>
>
>
>
>
>
>
>
> Managed Site
>
>
>
> Entity Hub Linking configuration
>
>
>
> Weighted Chain configuration
>
>
>
>
>
>
>
> Solr Yard configuration
>
>
>
>
>
>
>
>
>
>
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and may
> contain proprietary, confidential or privileged information. If you are not
> the intended recipient, you should not disseminate, distribute or copy this
> e-mail. Please notify the sender immediately and destroy all copies of this
> message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should
> check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> www.wipro.com



--
| Rupert Westenthaler             rupert.westentha...@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to