- Ramm.x
ramm.x (RDFa-deployed Multimedia Metadata) is an initiative to deploy
multimedia metadata on theSemantic Web usingRDFa .Many multimedia metadata formats (as
ID3 ,Exif ,MPEG-7 , etc.) are available to describe, on various levels, what a multimedia asset is about, who has produced it and so on. With the dissemination of User Generated Content, a need for deploying these metadata in (conventional)HTML pages found inblog s,wiki s and so forth arises. To enable the deployment of multimedia metadata on theWeb 3.0 , one valid approach is to use theRDF data model for a generic deployment (description) of an arbitrary multimedia metadata format. The step of RDFizing is called 'formalisation'. To actually deliver the metadata along with the content being served, a newW3C Semantic Web standard, RDFa,is utilised together with a light-weight vocabulary. This allows a Semantic Web agent to determine the formalisation steps in order to, for example perform a validation, or carry out inference.Overview
ramm.x targets at self-descriptive media asset descriptions allowing to apply the follow-your-nose principle. To meet the requirements, ramm.x (i) utilises RDFa to deploy metadata, (ii) reuses formalisations of existing multimedia metadata formats, and finally (iii) offers a light-weight vocabulary to enable tools to convert, validate, and exchange the metadata.
Example
Imagine we have a [http://sw.joanneum.at/rammx/spec/example/exif_example.jpgstill image] along with some Exif metadata. The ramm.x code snippet below now states that this image has a description
#sample_mad
referring to the native Exif metadataembedded in the image. Using the formalisation#exif_formal
, the full formal description can be obtained. The formal description conforms to the schemahttp://www.kanzaki.com/ns/exif
, and can be generated usinghttp://www.kanzaki.com/test/exif2rdf
.div about="#exif_formal" href=" [ramm:Formalisation] " rel="rdf:type" span rel="ramm:schemaURI" href="http://www.kanzaki.com/ns/exif" / span rel="ramm:toRDF" href="http://www.kanzaki.com/test/exif2rdf" / /divdiv about="#sample_mad" href=" [ramm:MediaAssetDescriptionByRef] " rel="rdf:type" span about="http://sw.joanneum.at/rammx/spec/example/exif_example.jpg" href=" [ramm:MediaAsset] " rel="rdf:type" img src="http://sw.joanneum.at/rammx/spec/example/exif_example.jpg" alt="An example still image." style="border: solid black 1px;" / span rel="ramm:hasDescription" href="#sample_mad" / p property="dc:title" datatype="xsd:string"An example still image./p /span span property="dcterms:created" content="2007-07-22T22:23:00Z" datatype="xsd:date" / span rel="ramm:nativeDescription" href="http://sw.joanneum.at/rammx/spec/example/exif_example.jpg" / span rel="ramm:using" href="#exif_formal" / /div
References
* [http://sw.joanneum.at/rammx ramm.x - RDFa-deployed Multimedia Metadata]
* [http://sw.joanneum.at/rammx/usecases ramm.x Use Cases]
* [http://sw.joanneum.at/rammx/spec ramm.x Specification]
* [http://rammx.blogspot.com/ ramm.x Blog]
* [http://groups.google.com/group/rammx-spec ramm.x Discussion Group]
Wikimedia Foundation. 2010.