linkedtv / editortool

all issues concerning the LinkedTV EditorTool
2 stars 1 forks source link

TKK Editor Tool: support Art Objects #16

Open lyndonnixon opened 10 years ago

lyndonnixon commented 10 years ago

ET v2 for TKK will support an annotation type ArtObject? This is different from all other types where a DBPedia URI can be associated with the annotation and the entity type(s) automatically determined (and thus the information cards template too). Instead, a new annotation marked as type ArtObject is automatically given an URI and the Editor Tool allows an editor to edit an art objects information card (blank on creation) and save it as RDF back into the Platform. Ongoing documentation of this at http://www.linkedtv.eu/wiki/index.php/Creating_rich_descriptions_of_cultural_artefacts_out_of_a_TV_program

jblom commented 10 years ago

Hi Lyndon, ok this will be something I will try to work on once I have implemented the basic information card flow using the EntityProxy (semi-automatically use autogen entities to fetch data from the entityproxy to create information cards).

The storing of the information card data is something to tackle first. This can be in the entityProxy, in the ET itself, or in the LinkedTV model...

Hope to get back on this soon

lyndonnixon commented 10 years ago

NB. https://github.com/linkedtv/wp1/issues/2 idea is that a chapter can be typed (there are 2 proposed types atm, NewsItem and ArtObject.) ArtObject chapters will automatically get in the ET a (blank) instance of an Art Object which the editor can fill out with information. (NB this requires options to give it a title, description and thumbnail image AS WELL AS the information card fields)

A nice to have: the editor can draw a bounding box around the art object in a video frame to create a thumbnail for it. Later this image can be reused in WP1 for object re-detection too!

lyndonnixon commented 10 years ago

In terms of creating the Art Object I don't know if you can do an AAT vocabulary look-up like you have for DBPedia.

Creator, current location and creation location could use DBPedia lookup (maybe, if possible, restricted to Person, Place and Place respectively)

Material, style and type are supposed to refer to AAT terms. (there is a SPARQL endpoint at http://vocab.getty.edu/sparql)

Also note that time period needs to have 2 fields (from, to) and that price may also include currency alongside amount (but EURO could simply be default).