Re: Is there proposal of accessing metadata of media files?

On Tue, Oct 13, 2009 at 9:16 PM, Felix Sasaki
<felix.sasaki@fh-potsdam.de> wrote:
> Hello Dzung,
>
> sorry for jumping in, but from
> http://dev.w3.org/cvsweb/~checkout~/2009/dap/api-reqs/Overview-FPWGN.html?rev=1.6&content-type=text/html;%20charset=utf-8#gallery
> "Exposing metadata is tricky, often giving a choice between creating an
> endless ontology or building an open-ended system that guarantees no
> interoperability. "

I liked that observation.

Basically it says that you can take the path of hardcoding something
quite fixed, eg.

getTitle()
getDescription()
getSize()

...and have a rigid, predictable system but hard to manage since
everyone's requirements need to be addressed by the API itself... or
you can have an API that is much more neutral, and the fields
requested are passed in as arguments (perhaps even a full query
language).

In the latter case, the basic API isn't enough to guarantee interop;
the basic schema or query structures needs to be agreed and documented
too.

> I am not sure what you are looking for:
> - an ontology defining mappings between existing metadata (being defined by
> media annotations working group (MAWG))
> - new metadata properties defined as an ontology (not defined by MAWG)
> - an API which reflects the mapping of existing properties in the ontology
> to access methods for metadata (provided by MAWG)
> - an API for low-level reading mechanisms (not provided by MAWG - e.g. for
> XML-based formats provided by an XML-parser)

Another candidate perhaps: a set of standard queries (expressed in
SPARQL) that can match against some/all of this metadata, and whose
API is an SQL-esque tabular resultset.

cheers,

Dan



ps. for some very old (SVGOpen 2004) notes on this see

 http://www.w3.org/2001/sw/Europe/200407/svgwebapps/
http://www.w3.org/2001/sw/Europe/talks/200409-svgopen/slide1-0.html

Received on Tuesday, 13 October 2009 19:47:31 UTC