[
https://issues.apache.org/jira/browse/STANBOL-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rupert Westenthaler resolved STANBOL-1033.
------------------------------------------
Resolution: Fixed
Added with http://svn.apache.org/r1468359
Configuration Options:
* "source-property": The property used as source for image links. The default
is "fb:common.topic.image"
* "img-service": The URI of the service to get the image data from. The default
is "https://www.googleapis.com/freebase/v1/image/"
* "thumbnail-property": The property used to add thumbnail size image links.
The default is "foaf:thumbnail"
* "thumbnail-max-size": The max size of thumbnail. by default this is not set
as the google image service does serve thumbnail sized images by default
* "depiction-property": The property used to add depictions. The default is
"foaf:depiction"
* "depicition-max-width": The maximum width of depictions. The default is 800px
* "depicition-max-heigth": The maximum heigth of depictions. The default is
600px
> Freebase Image processor
> ------------------------
>
> Key: STANBOL-1033
> URL: https://issues.apache.org/jira/browse/STANBOL-1033
> Project: Stanbol
> Issue Type: Sub-task
> Components: Entityhub
> Reporter: Rupert Westenthaler
> Assignee: Rupert Westenthaler
>
> Freebase links images as Freebase entities, but does not directly link to the
> image data. However linked data ontologies such as foaf:depicition do usually
> expect direct image links.
> Image data are available via
>
> https://www.googleapis.com/freebase/v1/image/{fb-mid}??maxwidth={width}&maxheight={height}
> This processor will take the image entities provided by Freebase and add
> * foaf:depiction values for 800x600px versions
> * foaf:thumbnail values to ~100px versions
> of the images. Both properties and sizes will be configurable.
--
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