You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2012/05/11 09:54:20 UTC

[jira] [Created] (STANBOL-611) Make the list of properties included for dereferenced Entities of the KeywordLinkingEngine configureable

Rupert Westenthaler created STANBOL-611:
-------------------------------------------

             Summary: Make the list of properties included for dereferenced Entities of the KeywordLinkingEngine configureable
                 Key: STANBOL-611
                 URL: https://issues.apache.org/jira/browse/STANBOL-611
             Project: Stanbol
          Issue Type: Improvement
          Components: Enhancer
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
            Priority: Minor
             Fix For: 0.10.0-incubating


Currently the list of included properties is hard coded in the "DEREFERENCE_FIELDS" constant defining fields and includes:

* rdfs:comment 
* geo:lat
* geo:long 
* foaf:depiction 
* dbp-ont:thumbnail

In addition the following fields are included as well

* nameField (the field configured to be used as label for extraction - default: rdfs:label) 
* redirectField (the field used to follow redirections - default: rdf:seeAlso) 
* typeField (the field used to determine the type of Entities - default: rdf:type)

This will allow to make this configurable including an option to include all data of extracted Entities.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (STANBOL-611) Make the list of properties included for dereferenced Entities of the KeywordLinkingEngine configureable

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-611.
-----------------------------------------

    Resolution: Fixed

implemented with http://svn.apache.org/viewvc?rev=1402774&view=rev
                
> Make the list of properties included for dereferenced Entities of the KeywordLinkingEngine configureable
> --------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-611
>                 URL: https://issues.apache.org/jira/browse/STANBOL-611
>             Project: Stanbol
>          Issue Type: Improvement
>          Components: Enhancer
>    Affects Versions: 0.9.0-incubating
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>            Priority: Minor
>
> Currently the list of included properties is hard coded in the "DEREFERENCE_FIELDS" constant defining fields and includes:
> * rdfs:comment 
> * geo:lat
> * geo:long 
> * foaf:depiction 
> * dbp-ont:thumbnail
> In addition the following fields are included as well
> * nameField (the field configured to be used as label for extraction - default: rdfs:label) 
> * redirectField (the field used to follow redirections - default: rdf:seeAlso) 
> * typeField (the field used to determine the type of Entities - default: rdf:type)
> This will allow to make this configurable including an option to include all data of extracted Entities.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira