SlideShare une entreprise Scribd logo
1  sur  73
La Web Semántica  y otras visiones de la Web 3.0 Miguel Rodr í guez Artacho Dpto. Lenguajes y Sistemas Informáticos, UNED [email_address] http://ltcs.lsi.uned.es UNED  -- Cursos de Verano Denia 2007
Web… v1.0, v2.0 , v3.0  ,…? ,[object Object],[object Object],[object Object],[object Object]
Web… v1.0, v2.0 , v3.0  ,…? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Evolución 1.0    2.0 Fuente:  What Is Web 2.0  by Tim O'Reilly 9/30/2005
Web… v1.0, v2.0 , v3.0  ,…? ,[object Object],[object Object],[object Object],[object Object]
¿Web…  3.0  ,… ? ,[object Object],[object Object],[object Object]
Web Semántica ,[object Object],[object Object],[object Object],[object Object]
Qué es la WS ,[object Object],[object Object],[object Object]
La  Web Semántica: Capas
Web “sintáctica” ,[object Object],[object Object],[object Object],[object Object]
La Web actual SOURCE:  W3c Consortium (2002)
Ej. Web sintáctica vs. Web semántica ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web sintáctica vs. Web semántica Qué ve un navegador ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web sintáctica vs. Web semántica Qué ve cualquier otra aplicación…!! ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web sintáctica vs. Web semántica ¿Solucionado? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web sintáctica vs. Web semántica Vaya… ! ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
La Web Semántica SOURCE:  W3c Consortium (2002)
Qué  NO  es la WS ,[object Object],[object Object],[object Object],[object Object]
Cómo se implementa la WS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Elementos de la Web Semántica ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Capas de la Web Semántica
XML ,[object Object],[object Object],[object Object],[object Object],[object Object]
Necesidad de compartir significado: Ej. Dublin Core Metadata ,[object Object],[object Object],[object Object],[object Object]
Dublin Core Metadata Set Término URI Definición
RDF ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dublin Core y RDF
Ej. RDF ,[object Object],ex:index.html  dc:creator  “John Smith,#4545534" creator http://www.example.org/index.html   John Smith
RDF ,[object Object],<?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/4545534&quot;/>  </rdf:Description> </rdf:RDF>
RDF <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/4545534&quot;/>  </rdf:Description> </rdf:RDF> http://www.example.org/index.html  tiene un  creador  cuyo valor es  John Smith
RDF <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/4545534&quot;/>  </rdf:Description> </rdf:RDF> http://www.example.org/index.html  tiene un  creador  cuyo valor es  John Smith
La Web Semántica SOURCE:  W3c Consortium (2002)
… etc! <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <exterms:creation-date>August 16, 1999</exterms:creation-date> <dc:language>en</dc:language> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/85740&quot;/> </rdf:Description> </rdf:RDF> http://www.example.org/index.html  has a  creator  whose value is  John Smith,  is writen in  english  and  created   on  16 Aug 1999
RDF vs. Modelo ER ,[object Object],[object Object],[object Object],[object Object]
RDF Schemas ,[object Object],[object Object],[object Object],[object Object]
Esquema en RDF… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],CLASE Animal INSTANCIA Caballo
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],RDF Schema CLASE Animal INSTANCIA Caballo
Capas de la Web Semántica
Términos de la capa Ontológica ,[object Object],[object Object],[object Object],[object Object]
Ontologías ,[object Object],[object Object],[object Object],[object Object],[object Object]
Ontologías Conceptualización explícita de un dominio de conocimiento+ Reglas de inferencia Ej. Modelización para dominio de conocimiento educativo (científico)
Lenguajes de la capa ontológica ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ej: En un punto de la red… #Miguel P:GivenName Miguel Rodríguez A. p:WorksAtOrg UNED Curso Denia m:attending  m:homePage  http://nlp.uned.es/curso-denia-motores-de-busqueda/ RDF
Grafo en RDF  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
En otro punto lejano… UNED pro:partner  Instituto Cervantes Casa América Google Red.es Proyecto POSICIONAMIENTO pro:partner  pro:partner  pro:partner  pro:partner  RDF
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Grafo en RDF
#Miguel Curso Denia DENIA g:city g:lat 40º34’ g:long 10º34’ m:participant m:participant #Chimo #Julio #Raquel m:chair m:participant y en otro sitio... RDF
Grafo en RDF ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Inferencia con CWM ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
#Miguel P:GivenName Miguel Rodríguez A. p:WorksAtOrg UNED Curso Denia m:attending  m:homePage  http://nlp.uned.es/curso-denia-motores-de-busqueda/ UNED pro:partner  Instituto Cervantes Casa América Google Red.es pro:partner  pro:partner  pro:partner  pro:partner  Proyecto POSICIONAMIENTO #Miguel Curso Denia DENIA g:city g:lat 40º34’ g:long 10º34’ m:participant m:participant #Chimo #Julio #Raquel m:participant m:participant
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Procesando con CWM
Capas de la Web Semántica
Web of Trust ,[object Object],[object Object],[object Object],[object Object],[object Object]
Aplicaciones de la WS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RSS ,[object Object],[object Object],[object Object],[object Object]
RSS ,[object Object],[object Object],[object Object]
RSS ,[object Object],[object Object],[object Object]
Podcasts ,[object Object],[object Object],[object Object],[object Object]
Ejemplo RSS 2.0 con podcast (iTunes) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Publicación del podcast ,[object Object],[object Object]
Web Semántica para  e-learning ,[object Object],[object Object],[object Object],[object Object],[object Object]
Ontologías en Educación   ,[object Object],[object Object],[object Object]
Ontología instruccional Ej. Modelización para dominio de conocimiento educativo (científico) ,[object Object],[object Object],[object Object],[object Object],PALO Language ( http://sensei.lsi.uned.es/palo )
Contenido educativo en la red: Autoría no etiquetada student LO  Repository unit of study Authoring Web learning environment link link link link
Ej: Estructura de un Curso ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Inferencia en la Web Semántica (I) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Inferencia en la Web Semántica (II) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Inferencia en la Web Semántica (III) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Autoría etiquetada semánticamente Paper on Workshop SW-EL ’06:  http://www.win.tue.nl/SW-EL/2006/camera-ready/15-CDK+MRA-SWEL06-reduced%20FINAL%20v4.pdf PALO   unit of study SW Authoring SW enriched Web learning environment exercise involve Is_hint Conceptualization of content matter CONCEPT PROBLEM THEME HINT student SW based knowledge acquisition & inference CONCEPT HINT CONCEPT EXTERNAL CONTENT DYNAMICALLY BINDED
Buscadores semánticos   ,[object Object],[object Object],[object Object],[object Object]
[object Object],Sir Tim Berners-Lee , Director del World Wide Web Consortium, Senior Researcher en el  MIT's CSAIL, y Catedrático de CS en la  Southampton ECS.   Conferencia de Sir Tim Berners-Lee sobre SW TBL presentation at Oxford University  (14.Marzo.2006)
[object Object],[object Object],[object Object],The future is…  Second Earth: The World Wide Web will soon be absorbed into the World Wide Sim: an environment combining elements of Second Life and Google Earth. Ref:  By Wade Roush “Technology Review MIT” July 2007
Web  3.0  is MATRIX !!  ;-)
FIN L a Web Semántica  y  y otras visiones de la Web 3.0 Miguel Rodr í guez Artacho Dpto. Lenguajes y Sistemas Informáticos, UNED [email_address] http://sensei.lsi.uned.es/~miguel

Contenu connexe

Tendances (18)

Web 3.0
Web 3.0Web 3.0
Web 3.0
 
Seminario-taller web 3.0
Seminario-taller web 3.0Seminario-taller web 3.0
Seminario-taller web 3.0
 
Web Semantica. La nueva Generación de Portales. (Infotec - SemanticWebBuilder...
Web Semantica. La nueva Generación de Portales. (Infotec - SemanticWebBuilder...Web Semantica. La nueva Generación de Portales. (Infotec - SemanticWebBuilder...
Web Semantica. La nueva Generación de Portales. (Infotec - SemanticWebBuilder...
 
La Web 3.0 y la Educación
La Web 3.0 y la EducaciónLa Web 3.0 y la Educación
La Web 3.0 y la Educación
 
Qué son los estándares web
Qué son los estándares webQué son los estándares web
Qué son los estándares web
 
Bendecido Por Dios Ana
Bendecido Por Dios AnaBendecido Por Dios Ana
Bendecido Por Dios Ana
 
Web 2.0 Y 3.0
Web  2.0  Y 3.0Web  2.0  Y 3.0
Web 2.0 Y 3.0
 
Como funciona la web
Como funciona la webComo funciona la web
Como funciona la web
 
Herramienta II
Herramienta IIHerramienta II
Herramienta II
 
Características de la Web 2.0 y Web 3.0
Características de la Web 2.0 y Web 3.0Características de la Web 2.0 y Web 3.0
Características de la Web 2.0 y Web 3.0
 
Aplicaciones de la Web 2.0 en el ámbito jurídico
Aplicaciones de la Web 2.0 en el ámbito jurídicoAplicaciones de la Web 2.0 en el ámbito jurídico
Aplicaciones de la Web 2.0 en el ámbito jurídico
 
Estandares del w3 c
Estandares del w3 cEstandares del w3 c
Estandares del w3 c
 
Web3.0
Web3.0Web3.0
Web3.0
 
Herramienta Protégé para la Web Semántica
Herramienta Protégé para la Web SemánticaHerramienta Protégé para la Web Semántica
Herramienta Protégé para la Web Semántica
 
Comunicación Interactiva (Definición de Términos)
Comunicación Interactiva (Definición de Términos)Comunicación Interactiva (Definición de Términos)
Comunicación Interactiva (Definición de Términos)
 
Presentación slideshare m-726
Presentación slideshare m-726Presentación slideshare m-726
Presentación slideshare m-726
 
Web3.0 eltrabajo
Web3.0 eltrabajoWeb3.0 eltrabajo
Web3.0 eltrabajo
 
Herramientas web 3.0
Herramientas web 3.0Herramientas web 3.0
Herramientas web 3.0
 

En vedette

Innovación Institucional Educativa
Innovación Institucional EducativaInnovación Institucional Educativa
Innovación Institucional EducativaMiguel R. Artacho
 
LOs Modelization Miguel CBUC June 2004
LOs Modelization    Miguel CBUC June 2004LOs Modelization    Miguel CBUC June 2004
LOs Modelization Miguel CBUC June 2004Miguel R. Artacho
 
Deconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudDeconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudMiguel R. Artacho
 
CÁLCULO INTEGRAL
CÁLCULO INTEGRALCÁLCULO INTEGRAL
CÁLCULO INTEGRALguestf6ea15
 
02 desarrollodesoftwarecomoingenieria isi
02 desarrollodesoftwarecomoingenieria isi02 desarrollodesoftwarecomoingenieria isi
02 desarrollodesoftwarecomoingenieria isiChristian Bueno
 
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...amusten
 
Lynnie certificates
Lynnie certificatesLynnie certificates
Lynnie certificatesLynette Khan
 
08 perú hoy valderrama 2009 a
08 perú hoy valderrama 2009 a08 perú hoy valderrama 2009 a
08 perú hoy valderrama 2009 aIndira Florian
 
Producto global. rosalía orozco
Producto global. rosalía orozcoProducto global. rosalía orozco
Producto global. rosalía orozcoRosalía Orozco M.
 
Présentation opendata poitiers v3
Présentation opendata poitiers v3Présentation opendata poitiers v3
Présentation opendata poitiers v3Fing
 
The lovers Les amants
The lovers Les amantsThe lovers Les amants
The lovers Les amantsgloria
 
Cumple de ronald
Cumple de ronaldCumple de ronald
Cumple de ronaldcristilexus
 
¿cómo Dar Un Nmo
¿cómo Dar Un Nmo¿cómo Dar Un Nmo
¿cómo Dar Un Nmojpnaye
 
Instrucciones comicas de productos
Instrucciones comicas de productosInstrucciones comicas de productos
Instrucciones comicas de productoscentrowebs
 
Présentation certification ireb ingénierie exigences 20130416
Présentation certification ireb ingénierie exigences 20130416Présentation certification ireb ingénierie exigences 20130416
Présentation certification ireb ingénierie exigences 20130416Stéphane BADREAU
 
Miroir surveillants généraux 2015
Miroir surveillants généraux 2015Miroir surveillants généraux 2015
Miroir surveillants généraux 2015MOUHAMAD SOW
 

En vedette (20)

Innovación Institucional Educativa
Innovación Institucional EducativaInnovación Institucional Educativa
Innovación Institucional Educativa
 
LOs Modelization Miguel CBUC June 2004
LOs Modelization    Miguel CBUC June 2004LOs Modelization    Miguel CBUC June 2004
LOs Modelization Miguel CBUC June 2004
 
Deconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloudDeconstructing Technology Enhanced learning: from platforms to the cloud
Deconstructing Technology Enhanced learning: from platforms to the cloud
 
CÁLCULO INTEGRAL
CÁLCULO INTEGRALCÁLCULO INTEGRAL
CÁLCULO INTEGRAL
 
02 desarrollodesoftwarecomoingenieria isi
02 desarrollodesoftwarecomoingenieria isi02 desarrollodesoftwarecomoingenieria isi
02 desarrollodesoftwarecomoingenieria isi
 
Composite Internet
Composite InternetComposite Internet
Composite Internet
 
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...
Projet pilote de STOP HIV/AIDS : science programmatique et transformation de...
 
Lynnie certificates
Lynnie certificatesLynnie certificates
Lynnie certificates
 
08 perú hoy valderrama 2009 a
08 perú hoy valderrama 2009 a08 perú hoy valderrama 2009 a
08 perú hoy valderrama 2009 a
 
Congo, Republic of, EITI Presentation
Congo, Republic of, EITI PresentationCongo, Republic of, EITI Presentation
Congo, Republic of, EITI Presentation
 
Producto global. rosalía orozco
Producto global. rosalía orozcoProducto global. rosalía orozco
Producto global. rosalía orozco
 
Présentation opendata poitiers v3
Présentation opendata poitiers v3Présentation opendata poitiers v3
Présentation opendata poitiers v3
 
The lovers Les amants
The lovers Les amantsThe lovers Les amants
The lovers Les amants
 
Patrimoine et créativite liban unesco 2012
Patrimoine et créativite liban unesco 2012Patrimoine et créativite liban unesco 2012
Patrimoine et créativite liban unesco 2012
 
Ibaialde news 17
Ibaialde news 17Ibaialde news 17
Ibaialde news 17
 
Cumple de ronald
Cumple de ronaldCumple de ronald
Cumple de ronald
 
¿cómo Dar Un Nmo
¿cómo Dar Un Nmo¿cómo Dar Un Nmo
¿cómo Dar Un Nmo
 
Instrucciones comicas de productos
Instrucciones comicas de productosInstrucciones comicas de productos
Instrucciones comicas de productos
 
Présentation certification ireb ingénierie exigences 20130416
Présentation certification ireb ingénierie exigences 20130416Présentation certification ireb ingénierie exigences 20130416
Présentation certification ireb ingénierie exigences 20130416
 
Miroir surveillants généraux 2015
Miroir surveillants généraux 2015Miroir surveillants généraux 2015
Miroir surveillants généraux 2015
 

Similaire à Web semántica y visiones de la web 3.0

Evolucion web(1)
Evolucion web(1)Evolucion web(1)
Evolucion web(1)Maria-Prado
 
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...Mundo Contact
 
Web 2.0 y 3.0 m aizquierdo
Web 2.0 y 3.0   m aizquierdoWeb 2.0 y 3.0   m aizquierdo
Web 2.0 y 3.0 m aizquierdomaizquierdo
 
Websemantica 1218250849453303 9
Websemantica 1218250849453303 9Websemantica 1218250849453303 9
Websemantica 1218250849453303 9Negra Morales
 
TecnologíAs Y Herramientas De La Web SemáNtica
TecnologíAs Y Herramientas De La Web SemáNticaTecnologíAs Y Herramientas De La Web SemáNtica
TecnologíAs Y Herramientas De La Web SemáNticaJavier Capa
 
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0Definicion y Caracteristicas de WEB 1.0, 2.0,3.0
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0Jimmy Lopez
 
Marketing y difusión cultural de los archivos
Marketing y difusión cultural de los archivosMarketing y difusión cultural de los archivos
Marketing y difusión cultural de los archivosJuan Carlos
 
Estándares W3C (Tarea)
Estándares W3C (Tarea)Estándares W3C (Tarea)
Estándares W3C (Tarea)Javier Chávez
 
Desarrollo en la pagina web
Desarrollo en la pagina webDesarrollo en la pagina web
Desarrollo en la pagina webDanilo Rochina
 
Uso de slideshare con las Ntics
Uso de slideshare con las NticsUso de slideshare con las Ntics
Uso de slideshare con las Nticsalemania21
 
Web Semantica - Tana BarCamp
Web Semantica - Tana BarCampWeb Semantica - Tana BarCamp
Web Semantica - Tana BarCampGiannella Ligato
 
Tarea mapa inform
Tarea mapa informTarea mapa inform
Tarea mapa informelmor29
 

Similaire à Web semántica y visiones de la web 3.0 (20)

Evolucion web(1)
Evolucion web(1)Evolucion web(1)
Evolucion web(1)
 
Evolucion web
Evolucion webEvolucion web
Evolucion web
 
Webmaster20
Webmaster20Webmaster20
Webmaster20
 
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...
La nuevas tendencias de comunicación con el ciudadano. Estrategia en Web: Por...
 
Web 2.0 y 3.0 m aizquierdo
Web 2.0 y 3.0   m aizquierdoWeb 2.0 y 3.0   m aizquierdo
Web 2.0 y 3.0 m aizquierdo
 
Unidad1 espiral
Unidad1 espiralUnidad1 espiral
Unidad1 espiral
 
Websemantica
WebsemanticaWebsemantica
Websemantica
 
Websemantica 1218250849453303 9
Websemantica 1218250849453303 9Websemantica 1218250849453303 9
Websemantica 1218250849453303 9
 
Introducción a la Web Semántica
Introducción a la Web SemánticaIntroducción a la Web Semántica
Introducción a la Web Semántica
 
TecnologíAs Y Herramientas De La Web SemáNtica
TecnologíAs Y Herramientas De La Web SemáNticaTecnologíAs Y Herramientas De La Web SemáNtica
TecnologíAs Y Herramientas De La Web SemáNtica
 
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0Definicion y Caracteristicas de WEB 1.0, 2.0,3.0
Definicion y Caracteristicas de WEB 1.0, 2.0,3.0
 
Estándares W3C
Estándares W3CEstándares W3C
Estándares W3C
 
Web Semántica
Web SemánticaWeb Semántica
Web Semántica
 
Marketing y difusión cultural de los archivos
Marketing y difusión cultural de los archivosMarketing y difusión cultural de los archivos
Marketing y difusión cultural de los archivos
 
Estándares W3C (Tarea)
Estándares W3C (Tarea)Estándares W3C (Tarea)
Estándares W3C (Tarea)
 
Desarrollo en la pagina web
Desarrollo en la pagina webDesarrollo en la pagina web
Desarrollo en la pagina web
 
SemanticWebBuilder
SemanticWebBuilderSemanticWebBuilder
SemanticWebBuilder
 
Uso de slideshare con las Ntics
Uso de slideshare con las NticsUso de slideshare con las Ntics
Uso de slideshare con las Ntics
 
Web Semantica - Tana BarCamp
Web Semantica - Tana BarCampWeb Semantica - Tana BarCamp
Web Semantica - Tana BarCamp
 
Tarea mapa inform
Tarea mapa informTarea mapa inform
Tarea mapa inform
 

Plus de Miguel R. Artacho

El reto de la educación híbrida
El reto de la educación híbridaEl reto de la educación híbrida
El reto de la educación híbridaMiguel R. Artacho
 
Standardization of Online Laboratories for Education: IEEE-SA STD 1876/2019
Standardization of Online Laboratories for Education:  IEEE-SA STD 1876/2019Standardization of Online Laboratories for Education:  IEEE-SA STD 1876/2019
Standardization of Online Laboratories for Education: IEEE-SA STD 1876/2019Miguel R. Artacho
 
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0Miguel R. Artacho
 
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TIC
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TICCIBERCOOPERANTE -- Charla sobre uso adecuado de las TIC
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TICMiguel R. Artacho
 
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...Defensa de los estados democráticos en el Ciberespacio: La formación como cap...
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...Miguel R. Artacho
 
From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...Miguel R. Artacho
 
Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Miguel R. Artacho
 
Work in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationWork in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationMiguel R. Artacho
 
IEEE EDUCON 2015 reputation mooc
 IEEE EDUCON  2015 reputation mooc IEEE EDUCON  2015 reputation mooc
IEEE EDUCON 2015 reputation moocMiguel R. Artacho
 
An adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationAn adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationMiguel R. Artacho
 
A cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsA cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsMiguel R. Artacho
 
Workshop Aspect Vigo Dic 2009
Workshop Aspect Vigo    Dic 2009Workshop Aspect Vigo    Dic 2009
Workshop Aspect Vigo Dic 2009Miguel R. Artacho
 
IEEE FIE 2008 Saratoga Paper 1197
IEEE FIE 2008 Saratoga  Paper 1197IEEE FIE 2008 Saratoga  Paper 1197
IEEE FIE 2008 Saratoga Paper 1197Miguel R. Artacho
 
Open Global Learning Infrastructure: Authors perspective
Open Global Learning Infrastructure: Authors perspectiveOpen Global Learning Infrastructure: Authors perspective
Open Global Learning Infrastructure: Authors perspectiveMiguel R. Artacho
 

Plus de Miguel R. Artacho (16)

El reto de la educación híbrida
El reto de la educación híbridaEl reto de la educación híbrida
El reto de la educación híbrida
 
Standardization of Online Laboratories for Education: IEEE-SA STD 1876/2019
Standardization of Online Laboratories for Education:  IEEE-SA STD 1876/2019Standardization of Online Laboratories for Education:  IEEE-SA STD 1876/2019
Standardization of Online Laboratories for Education: IEEE-SA STD 1876/2019
 
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0
Tecnología Educativa con un toque humano -- IX Jornada eMadrid 2019 v4.0
 
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TIC
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TICCIBERCOOPERANTE -- Charla sobre uso adecuado de las TIC
CIBERCOOPERANTE -- Charla sobre uso adecuado de las TIC
 
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...Defensa de los estados democráticos en el Ciberespacio: La formación como cap...
Defensa de los estados democráticos en el Ciberespacio: La formación como cap...
 
El futuro de la educación
El futuro de la educaciónEl futuro de la educación
El futuro de la educación
 
From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...From Learning Standards to Smart Learning Environments: A view of the challen...
From Learning Standards to Smart Learning Environments: A view of the challen...
 
Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)Research groups and teaching experiences at Computer Science Faculty (UNED)
Research groups and teaching experiences at Computer Science Faculty (UNED)
 
Work in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for EducationWork in Progress on the Standardization of Online Laboratories for Education
Work in Progress on the Standardization of Online Laboratories for Education
 
IEEE EDUCON 2015 reputation mooc
 IEEE EDUCON  2015 reputation mooc IEEE EDUCON  2015 reputation mooc
IEEE EDUCON 2015 reputation mooc
 
Estándares en e-learning
Estándares en e-learningEstándares en e-learning
Estándares en e-learning
 
An adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering EducationAn adaptive Multi-Agent based Architecture for Engineering Education
An adaptive Multi-Agent based Architecture for Engineering Education
 
A cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievementsA cluster-based analysis to diagnose students’ learning achievements
A cluster-based analysis to diagnose students’ learning achievements
 
Workshop Aspect Vigo Dic 2009
Workshop Aspect Vigo    Dic 2009Workshop Aspect Vigo    Dic 2009
Workshop Aspect Vigo Dic 2009
 
IEEE FIE 2008 Saratoga Paper 1197
IEEE FIE 2008 Saratoga  Paper 1197IEEE FIE 2008 Saratoga  Paper 1197
IEEE FIE 2008 Saratoga Paper 1197
 
Open Global Learning Infrastructure: Authors perspective
Open Global Learning Infrastructure: Authors perspectiveOpen Global Learning Infrastructure: Authors perspective
Open Global Learning Infrastructure: Authors perspective
 

Dernier

Presentación Bloque 3 Actividad 2 transversal.pptx
Presentación Bloque 3 Actividad 2 transversal.pptxPresentación Bloque 3 Actividad 2 transversal.pptx
Presentación Bloque 3 Actividad 2 transversal.pptxRosabel UA
 
Abregú, Podestá. Directores.Líderes en Acción.
Abregú, Podestá. Directores.Líderes en Acción.Abregú, Podestá. Directores.Líderes en Acción.
Abregú, Podestá. Directores.Líderes en Acción.profandrearivero
 
describimos como son afectados las regiones naturales del peru por la ola de ...
describimos como son afectados las regiones naturales del peru por la ola de ...describimos como son afectados las regiones naturales del peru por la ola de ...
describimos como son afectados las regiones naturales del peru por la ola de ...DavidBautistaFlores1
 
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...MagalyDacostaPea
 
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...Martin M Flynn
 
PRIMER GRADO SOY LECTOR PART1- MD EDUCATIVO.pdf
PRIMER GRADO SOY LECTOR PART1- MD  EDUCATIVO.pdfPRIMER GRADO SOY LECTOR PART1- MD  EDUCATIVO.pdf
PRIMER GRADO SOY LECTOR PART1- MD EDUCATIVO.pdfGabrieldeJesusLopezG
 
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJO
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJODIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJO
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJOLeninCariMogrovejo
 
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADO
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADOCUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADO
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADOEveliaHernandez8
 
LOS AMBIENTALISTAS todo por un mundo mejor
LOS AMBIENTALISTAS todo por un mundo mejorLOS AMBIENTALISTAS todo por un mundo mejor
LOS AMBIENTALISTAS todo por un mundo mejormrcrmnrojasgarcia
 
ENSEÑAR ACUIDAR EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.
ENSEÑAR ACUIDAR  EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.ENSEÑAR ACUIDAR  EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.
ENSEÑAR ACUIDAR EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.karlazoegarciagarcia
 
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docxMagalyDacostaPea
 
5° Proyecto 13 Cuadernillo para proyectos
5° Proyecto 13 Cuadernillo para proyectos5° Proyecto 13 Cuadernillo para proyectos
5° Proyecto 13 Cuadernillo para proyectosTrishGutirrez
 
Actividad transversal 2-bloque 2. Actualización 2024
Actividad transversal 2-bloque 2. Actualización 2024Actividad transversal 2-bloque 2. Actualización 2024
Actividad transversal 2-bloque 2. Actualización 2024Rosabel UA
 
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)jlorentemartos
 
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADO
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADOPLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADO
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADOMARIBEL DIAZ
 
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE 9-4-24 (1).docx
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE     9-4-24 (1).docx4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE     9-4-24 (1).docx
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE 9-4-24 (1).docxMagalyDacostaPea
 
Amor o egoísmo, esa es la cuestión por definir.pdf
Amor o egoísmo, esa es la cuestión por definir.pdfAmor o egoísmo, esa es la cuestión por definir.pdf
Amor o egoísmo, esa es la cuestión por definir.pdfAlejandrino Halire Ccahuana
 
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024gharce
 

Dernier (20)

Presentación Bloque 3 Actividad 2 transversal.pptx
Presentación Bloque 3 Actividad 2 transversal.pptxPresentación Bloque 3 Actividad 2 transversal.pptx
Presentación Bloque 3 Actividad 2 transversal.pptx
 
Abregú, Podestá. Directores.Líderes en Acción.
Abregú, Podestá. Directores.Líderes en Acción.Abregú, Podestá. Directores.Líderes en Acción.
Abregú, Podestá. Directores.Líderes en Acción.
 
describimos como son afectados las regiones naturales del peru por la ola de ...
describimos como son afectados las regiones naturales del peru por la ola de ...describimos como son afectados las regiones naturales del peru por la ola de ...
describimos como son afectados las regiones naturales del peru por la ola de ...
 
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...
4° SES COM MAR 09 Leemos una noticia del dengue e identificamos sus partes (1...
 
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...
DIGNITAS INFINITA - DIGNIDAD HUMANA; Declaración del dicasterio para la doctr...
 
PRIMER GRADO SOY LECTOR PART1- MD EDUCATIVO.pdf
PRIMER GRADO SOY LECTOR PART1- MD  EDUCATIVO.pdfPRIMER GRADO SOY LECTOR PART1- MD  EDUCATIVO.pdf
PRIMER GRADO SOY LECTOR PART1- MD EDUCATIVO.pdf
 
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJO
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJODIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJO
DIDÁCTICA DE LA EDUCACIÓN SUPERIOR- DR LENIN CARI MOGROVEJO
 
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADO
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADOCUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADO
CUADERNILLO DE EJERCICIOS PARA EL TERCER TRIMESTRE, SEXTO GRADO
 
LOS AMBIENTALISTAS todo por un mundo mejor
LOS AMBIENTALISTAS todo por un mundo mejorLOS AMBIENTALISTAS todo por un mundo mejor
LOS AMBIENTALISTAS todo por un mundo mejor
 
ENSEÑAR ACUIDAR EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.
ENSEÑAR ACUIDAR  EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.ENSEÑAR ACUIDAR  EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.
ENSEÑAR ACUIDAR EL MEDIO AMBIENTE ES ENSEÑAR A VALORAR LA VIDA.
 
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx
4° UNIDAD 2 SALUD,ALIMENTACIÓN Y DÍA DE LA MADRE 933623393 PROF YESSENIA CN.docx
 
5° Proyecto 13 Cuadernillo para proyectos
5° Proyecto 13 Cuadernillo para proyectos5° Proyecto 13 Cuadernillo para proyectos
5° Proyecto 13 Cuadernillo para proyectos
 
Actividad transversal 2-bloque 2. Actualización 2024
Actividad transversal 2-bloque 2. Actualización 2024Actividad transversal 2-bloque 2. Actualización 2024
Actividad transversal 2-bloque 2. Actualización 2024
 
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)
TEMA 13. LOS GOBIERNOS DEMOCRÁTICOS (1982-2018)
 
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADO
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADOPLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADO
PLAN DE TUTORIA- PARA NIVEL PRIMARIA CUARTO GRADO
 
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE 9-4-24 (1).docx
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE     9-4-24 (1).docx4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE     9-4-24 (1).docx
4° SES MATE DESCOMP. ADIT. DE NUMEROS SOBRE CASOS DE DENGUE 9-4-24 (1).docx
 
Acuerdo segundo periodo - Grado Noveno.pptx
Acuerdo segundo periodo - Grado Noveno.pptxAcuerdo segundo periodo - Grado Noveno.pptx
Acuerdo segundo periodo - Grado Noveno.pptx
 
Amor o egoísmo, esa es la cuestión por definir.pdf
Amor o egoísmo, esa es la cuestión por definir.pdfAmor o egoísmo, esa es la cuestión por definir.pdf
Amor o egoísmo, esa es la cuestión por definir.pdf
 
El Bullying.
El Bullying.El Bullying.
El Bullying.
 
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024
SISTEMA INMUNE FISIOLOGIA MEDICA UNSL 2024
 

Web semántica y visiones de la web 3.0

  • 1. La Web Semántica y otras visiones de la Web 3.0 Miguel Rodr í guez Artacho Dpto. Lenguajes y Sistemas Informáticos, UNED [email_address] http://ltcs.lsi.uned.es UNED -- Cursos de Verano Denia 2007
  • 2.
  • 3.
  • 4. Evolución 1.0  2.0 Fuente: What Is Web 2.0 by Tim O'Reilly 9/30/2005
  • 5.
  • 6.
  • 7.
  • 8.
  • 9. La Web Semántica: Capas
  • 10.
  • 11. La Web actual SOURCE: W3c Consortium (2002)
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. La Web Semántica SOURCE: W3c Consortium (2002)
  • 18.
  • 19.
  • 20.
  • 21. Capas de la Web Semántica
  • 22.
  • 23.
  • 24. Dublin Core Metadata Set Término URI Definición
  • 25.
  • 27.
  • 28.
  • 29. RDF <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/4545534&quot;/> </rdf:Description> </rdf:RDF> http://www.example.org/index.html tiene un creador cuyo valor es John Smith
  • 30. RDF <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns# xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/4545534&quot;/> </rdf:Description> </rdf:RDF> http://www.example.org/index.html tiene un creador cuyo valor es John Smith
  • 31. La Web Semántica SOURCE: W3c Consortium (2002)
  • 32. … etc! <?xml version=&quot;1.0&quot;?> <rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:exterms=&quot;http://www.example.org/terms/&quot;> <rdf:Description rdf:about=&quot;http://www.example.org/index.html&quot;> <exterms:creation-date>August 16, 1999</exterms:creation-date> <dc:language>en</dc:language> <dc:creator rdf:resource=&quot;http://www.example.org/staffid/85740&quot;/> </rdf:Description> </rdf:RDF> http://www.example.org/index.html has a creator whose value is John Smith, is writen in english and created on 16 Aug 1999
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. Capas de la Web Semántica
  • 38.
  • 39.
  • 40. Ontologías Conceptualización explícita de un dominio de conocimiento+ Reglas de inferencia Ej. Modelización para dominio de conocimiento educativo (científico)
  • 41.
  • 42. Ej: En un punto de la red… #Miguel P:GivenName Miguel Rodríguez A. p:WorksAtOrg UNED Curso Denia m:attending m:homePage http://nlp.uned.es/curso-denia-motores-de-busqueda/ RDF
  • 43.
  • 44. En otro punto lejano… UNED pro:partner Instituto Cervantes Casa América Google Red.es Proyecto POSICIONAMIENTO pro:partner pro:partner pro:partner pro:partner RDF
  • 45.
  • 46. #Miguel Curso Denia DENIA g:city g:lat 40º34’ g:long 10º34’ m:participant m:participant #Chimo #Julio #Raquel m:chair m:participant y en otro sitio... RDF
  • 47.
  • 48.
  • 49. #Miguel P:GivenName Miguel Rodríguez A. p:WorksAtOrg UNED Curso Denia m:attending m:homePage http://nlp.uned.es/curso-denia-motores-de-busqueda/ UNED pro:partner Instituto Cervantes Casa América Google Red.es pro:partner pro:partner pro:partner pro:partner Proyecto POSICIONAMIENTO #Miguel Curso Denia DENIA g:city g:lat 40º34’ g:long 10º34’ m:participant m:participant #Chimo #Julio #Raquel m:participant m:participant
  • 50.
  • 51. Capas de la Web Semántica
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63. Contenido educativo en la red: Autoría no etiquetada student LO Repository unit of study Authoring Web learning environment link link link link
  • 64.
  • 65.
  • 66.
  • 67.
  • 68. Autoría etiquetada semánticamente Paper on Workshop SW-EL ’06: http://www.win.tue.nl/SW-EL/2006/camera-ready/15-CDK+MRA-SWEL06-reduced%20FINAL%20v4.pdf PALO unit of study SW Authoring SW enriched Web learning environment exercise involve Is_hint Conceptualization of content matter CONCEPT PROBLEM THEME HINT student SW based knowledge acquisition & inference CONCEPT HINT CONCEPT EXTERNAL CONTENT DYNAMICALLY BINDED
  • 69.
  • 70.
  • 71.
  • 72. Web 3.0 is MATRIX !! ;-)
  • 73. FIN L a Web Semántica y y otras visiones de la Web 3.0 Miguel Rodr í guez Artacho Dpto. Lenguajes y Sistemas Informáticos, UNED [email_address] http://sensei.lsi.uned.es/~miguel

Notes de l'éditeur

  1. La WS es en realidad lo mismo que ahora pero con interoperabilidad semántica entre los procesos
  2. No podemos saber qué es un recurso para otro. La relación que tiene es que está enlazado, pero no podemos comentar nada más.
  3. Problema #1: La web actual no etiqueta el tipo de contenido ni proporciona informacción estructurada sobre el contenido de las páginas de forma comprensible para los motores de búsqueda ni las aplicaciones
  4. CONSECUENCIA: Los procesos de búsqueda no pueden comprender ni distinguir entre el contenido y tienen que limitarse a hacer un tratamiento estadístico.
  5. SOLUCIÓN: El problema #1 se resuelve componiendo una serie de etiquetas con significado para que las aplicaciones que surcan la red puedan cada una de ellas interpretar y comprender qué información hay y qué pueden hacer con ella
  6. Aún así las referencias y los sisstemas de clasificación deben estar compartidos entre la red y es necesario que se establezcan formas de eliminar la ambigüedad .
  7. Ahora podemos interrogar a la red de una forma mucho más compleja
  8. Los mitos de la WS son que no es compatible con lo actual o que necesitaremos demasiado tiempo para ponerla en marcha
  9. Line 2 begins an rdf:RDF element. This indicates that the following XML content (starting here and ending with the &lt;/rdf:RDF&gt; in line 7) is intended to represent RDF. Following the rdf:RDF on this same line is an XML namespace declaration, represented as an xmlns attribute of the rdf:RDF start-tag. This declaration specifies that all tags in this content prefixed with rdf: are part of the namespace identified by the URIref http://www.w3.org/1999/02/22-rdf-syntax-ns#. URIrefs beginning with the string http://www.w3.org/1999/02/22-rdf-syntax-ns# are used for terms from the RDF vocabulary. Line 3 specifies another XML namespace declaration, this time for the prefix exterms:. This is expressed as another xmlns attribute of the rdf:RDF element, and specifies that the namespace URIref http://www.example.org/terms/ is to be associated with the exterms: prefix. URIrefs beginning with the string http://www.example.org/terms/ are used for terms from the vocabulary defined by the example organization, example.org. The &amp;quot;&gt;&amp;quot; at the end of line 3 indicates the end of the rdf:RDF start-tag. Lines 1-3 are general &amp;quot;housekeeping&amp;quot; necessary to indicate that this is RDF/XML content, and to identify the namespaces being used within the RDF/XML content.