Multimedia y la Web Semantica

VI Jornadas del SIDAR

  1. SVG, SMIL, Voice
  2. La Web: XML, RDF
  3. Ejemplos y juegos
  4. Discusión

Charles McCN - charles@w3.org

W3C en 7 puntos

Qué Web tenemos hoy?

there is one type of object, with one type of relationship

La tecnología actual

Podemos escribir un texto

yig yufutf yg hliu hu uhoi yuig ygf gy il yg uyf yilg ui gy fy gyui u ygyufk gGuykYUGuyffkukukUGkfCGfTkUFkuftkukutfkTU

O mas claro (??)

yig yufutf
 + yg hliu hu uhoi yuig
 + ygf gy il
YUGuyffkukukUGkfCGfTkUFkuftkukutfkTU

Hoy usamos XML

Para espicificar una estructura

<section>
  <head>yig yufutf</head>
  <secBody>
    <list>
      <li>yg hliu hu uhoi yuig</li>
      <li>ygf gy il</li>
    </list>
    <text>YUGuyffkukukUGkfCGfTkUFkuftkukutfkTU</text>
  </secBody>
</section>

La propuesta para la Web:

Tim had an idea for relating documents and services...

Hace falta algo, como RDF:

RDF consists of "triples" of Information Subject:

algo

Predicate:

tiene
un tipo de relación

con

Object:

otra cosa

RDF esta en la Web

Alguien crea unos datos en RDF...

Entonces es possible...

Podemos añadir mas

Otras personas tambien...

Hasta...

Hasta hay un monton

Hay una Web para todos

Multimedia

Usamos XML también aquí

Formatos XML para multimedia

SVG
Imágenes (unas en esta presentación)
SMIL
Presentaciones multimedia
VoiceXML
Interacciones de voz, como servicios por teléfono

Un código manipulable

Que tiene una representación gráfica con RDFAuthor

Una representacion visual de RDF

Se representa

An SVG for a computer network

(Otra representación)

Cable A connects Computer A and socket 1

Cable B connects Computer B and socket 2

Cable N connects external Network and socket 5

the Hub connects socket 1 and socket 2 and socket 3 and socket 4 and socket 5

(O también

Cable A enlaza Ordenador A y enchufe 1

Cable B enlaza Ordenador B y enchufe 2

Cable N enlaza Red externa y enchufe 5

El Hub enlaza enchufe 1 y enchufe 2 y enchufe 3 y enchufe 4 y enchufe 5 :)

cuando el texto es difícil:

Surprise A cartoon of an open-mouthed face Representa sorpresa

Available as a video Representa disponible como video

La teoría de la relatividad  disponible como video: the video.

RDF funciona... (espero)

Con imagenes
Buscar información

Algunas Tecnologías clave:

lenguajes XML
XSLT, XHTML, SVG, SMIL, VoiceXML
y también
Annotea, CC/PP,

Las claves:

Datos convertibles

<mp> <!-- 4. Kf1 b5 -->
   <m c="w"><p c="w" n="k"/><e1/><f1/></m>
   <m c="b"><p c="b" n="p"/><b7/><b5/></m>
</mp>

Gracias

Commentarios? Preguntas

charles@w3.org

accesoweb...

Para los fanaticós...

(Si lees esta transparencia, estás muy intersado y mereces o necesites un Brixton ;-)

Quiero encontrar una imágen de:

sitio jibbering.

(para usar en mi sitio, o mostrar un amigo)

Annotaciones

Notas sobre algo en la red.

Sistema que usa RDF

Ejemplos: @@

Usuarios Differentes:

CC/PP - describing user and device "needs"

composite Capabilities / Preferences profile

CC/PP

The right content for the right target

SMIL

Synchronised Multimedia Integration

SMIL 2.0 is a W3C Recommendation

New work in timed text?

SVG

Scalable Vector Graphics

SVG 1.0 is a Recommendation

an XML format for graphics

VoiceXML

Originated with a closed consortium, VoiceXML 2 is work in progress

Voice-based interaction

RDF is XML, but more...

Converting information

XSLT or CSS stylesheets can transform XML (e.g. SVG, SMIL, ...)

Co-depiction

Charles, Dan, and a beer

RDFPic

Storing the information inside an image

Jim Ley jibberjim http://jibbering.com

A picture is also avaialble as information:

<?xml version="1.0"?>
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      xmlns="http://www.w3.org/1999/09/28-Photo-ns#"
      xmlns:DC="http://purl.oclc.org/dc/documents/rec-dces-199809.htm#"
      xmlns:Technical="http://www.w3.org/2000/PhotoRDF/technical-1-0#">
   <rdf:Description about="">
     <DC:Description>A nice, colorful bird near Mt Tambourine, Australia. It has a nice blue tail,
        read and blue wings and head, it's looking at you!</DC:Description>
     <DC:Type>image/jpeg</DC:Type>
     <DC:Subject>Landscape</DC:Subject>
     <DC:Source>35mm slide</DC:Source>
     <DC:Rights>http://www.w3.org/People/Lafon/Copyright?1998</DC:Rights>
     <DC:Title>Bird near Mt Tambourine</DC:Title>
     <DC:Date>1998-04-20</DC:Date>
     <DC:Coverage>Brisbane - Australia</DC:Coverage>
     <DC:Creator>http://www.w3.org/People/Lafon/</DC:Creator>
     <Technical:devel-date>2000-05-01</Technical:devel-date>
     <Technical:lens>Minolta AF70-210</Technical:lens>
     <Technical:camera>http://www.w3.org/People/Lafon/Minolta800i</Technical:camera>
     <Technical:film>Fuji</Technical:film>
   </rdf:Description>
 </rdf:RDF>