-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new type for Chapters #8
Comments
I'd propose creating subclasses of linkedtv:Chapter, maybe in a separate namespace simply to keep this out of the "domain generic" LinkedTV Ontology.This makes it clear other scenarios could define their own specific classes and properties in other namespaces, but using the www.linkedtv.eu domain still to indicate that these (at least) are part of the "official" LinkedTV ecosystem. e.g. linkedtvrbb: http://www.linkedtv.eu/ontology/rbb# linkedtvrbb:NewsItemChapter rdf:subClassOf linkedtv:Chapter @rtroncy what do you think |
I'm, in principle, against redefining the wheel. A (seed) program has normally already a set of global metadata, and we have worked on some genre taxonomies for programs. Hence, at the program level, one should already know whether this is a news program, a documentary, a soap, etc. At the chapter level, EBU has translated its taxonomy in OWL/RDF, largely re-using the Ontology for Media Resources and the Media Fragments URI work. Hence:
|
OK great I didnt think to look for news items in other ontologies. |
I just informed Jose-Luis about the new format of the EXMARaLDA files that are created by the updated WP1 REST Service. This format differs from the previous one to the part related to the detected chapters of the video (given that chapter segmentation was among the selected analysis components). The new format contains information about the type of the detected chapters (annotated as "Art Object" or "News Item") and the type of the extracted keyframes for the videos of the documentary scenario (annotated as "Bumper" or "NoBumper"). So, the TV2RDF mechanism has to be updated accordingly, in order to parse the new EXMARaLDA files and retrieve this additional information. |
WP1/Exmaralda should tag extracted video chapters as news items (RBB) or art objects (TKK). cf. linkedtv/wp1#4 (comment)
This tag needs to be propagated in the LinkedTV RDF either through a subclassing of LinkedTV Chapters or an additional property-value on the Chapter instance.
The text was updated successfully, but these errors were encountered: