SlideShare a Scribd company logo
1 of 41
Metadata - Aanknopingspunten, Prioriteiten, Toekomsperspectieven en Aantekeningen vanuit de Marge   Chris Poppe Multimedia Lab Department of Electronics and Information Systems Faculty of Engineering Ghent University
Multimedia Lab ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Metadata XML technologies Semantic Web Technologies Standardization  Metadata management …
Outline ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Metadata ,[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Metadata ,[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Resolution Dpi Date/Time created Creator Camera used File format (JPG, BMP, GIF, PNG, …) Location shot (GPS) Copyright Title Genre Rating Comment Depicted event Keywords/tags …
Metadata: tags ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Taxonomies ,[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Taxonomies ,[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Folksonomy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Broad Folksonomy ,[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Narrow Folksonomy ,[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Tagging usage ,[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Tagging howto? ,[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Tagging problems ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Metadata ,[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Resolution Dpi Date/Time created Creator Camera used File format (JPG, BMP, GIF, PNG, …) Location shot (GPS) Copyright Title Genre Rating Comment Depicted event Keywords/tags …
Use of Metadata ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
[object Object],[object Object],[object Object],Multimedia MP2  JPEG  MPEG-2   MXF  JPEG2000  AVI   AAC   H.264/MPEG-4 AVC  PNG  Motion JPEG2000  TIFF  MP4  MPEG   WAV   FLAC   VC-1   Ogg Vorbis  DivX   AIFF  GIF JPEG-LS  Matroska   OGM/OGG   Windows Media Audio  DIRAC   3GP   DV   FLV   Betacam   Realmedia MOV  AC-3/Dolby Digital  Theora   ASF  TTA Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Video compression Audio compression Image compression  Physical Containers
[object Object],[object Object],Metadata Standard Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 <?xml version=“1.0” encoding=“UTF-8” ?> <mods xmlns= http://www.loc.gov/mods/ … <titleInfo> <title>De geruchten</title> </titleInfo> <name type=“personal”> <namePart>Claus, Hugo</namePart> <namePart type=“date”>1929-</namePart> <role> <text>creator</text> </role> </name> <typeOfResource>text</typeOfResource> <originInfo>…  </originInfo> ... </mods> MODS Metadata Object Description Schema Resolution Dpi Date/Time created Creator Camera used File format (JPG, BMP, GIF, PNG, …) Location shot (GPS) Copyright Title Genre Rating Comment Keywords Depicted event …
XML ,[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 <? xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?> <!– This is a list of books. --> <booklist> <book category=&quot;thriller&quot;> <title>Het Bernini Mysterie</title> <author>Dan Brown</author> </book> <book category=&quot;woordenboek&quot;> <title>Van Dale Frans-Nederlands</title> <author /> </book> </booklist> ,[object Object],[object Object],[object Object]
XML Schema ,[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Determines <? xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?> <!-- Dit is een boekenlijst. --> <booklist> <book category=&quot; thriller &quot;> <title> Het Bernini Mysterie </title> <author> Dan Brown </author> </book> <book category=&quot; woordenboek &quot;> <title> Van Dale Frans-Nederlands </title> <author /> </book> </booklist>
Metadata Standard ,[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 <?xml version=“1.0” encoding=“UTF-8” ?> <mods xmlns= http://www.loc.gov/mods/ … <titleInfo> <title>De geruchten</title> </titleInfo> <name type=“personal”>…</name> <typeOfResource>text</typeOfResource> <originInfo>…  </originInfo> ... </mods> MODS  XML schema Determines
[object Object],[object Object],Use of Metadata Standards Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 DB DB Speak same language <?xml version=“1.0” encoding=“UTF-8” ?> <mods xmlns= http://www.loc.gov/mods/ … <titleInfo> <title>De geruchten</title> </titleInfo> <name type=“personal”>…</name> <typeOfResource>text</typeOfResource> <originInfo>…  </originInfo> ... </mods> MODS document <?xml version=“1.0” encoding=“UTF-8” ?> <mods xmlns= http://www.loc.gov/mods/ … <titleInfo> <title>De geruchten</title> </titleInfo> <name type=“personal”>…</name> <typeOfResource>text</typeOfResource> <originInfo>…  </originInfo> ... </mods> MODS document <?xml version=“1.0” encoding=“UTF-8” ?> <mods xmlns= http://www.loc.gov/mods/ … <titleInfo> <title>De geruchten</title> </titleInfo> <name type=“personal”>…</name> <typeOfResource>text</typeOfResource> <originInfo>…  </originInfo> ... </mods> MODS document
Metadata Standards ,[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Problems Metadata Standards ,[object Object],[object Object],[object Object],Detection and Representation of Moving Objects for Video Surveillance  Chris Poppe Ghent, Belgium – June 9 2009 < object id=“ 0 ” > < box xc=“ 77 ” yc=“ 73 ” w=“ 21 ” h=“ 16 ” /> </ object > Box: “Coordinates of the centre and the dimensions of the bounding box of a detected object in pixels.” metadata example 1 CVML (Computer Vision Markup Language) < LLID =“ LLID1 ” >< Mask > < BB   mp7:dim = “ 4 ” > 67 65 88 91 </ BB > </ Mask >   </ LLID > BB: “Coordinates of a rectangular segment.” metadata example 2 VS7 (Video Surveillance Schema)
Problems Metadata Standard ,[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],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Semantic Web Technologies ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Semantic Web ?.0 Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
The Syntactic Web ,[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 ,[object Object],[object Object],[object Object],[object Object]
Impossible (?) using the Syntactic Web… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Why is XML not enough ,[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 <author>    <uri>note</uri>    <name>Tim</name> </author> <document href= &quot; note&quot;>    <author>Tim</author> </document> <document uri=&quot;note&quot; author=&quot;Tim&quot; />
RDF ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Note Tim hasAuthor
RDFS ,[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Note1 Tim hasAuthor ClassNote Class Person type type
OWL ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 Note1 Tim hasAuthor ClassNote Class Person type type isAuthorFrom <owl:ObjectProperty rdf:ID=“ isAuthorFrom ”> <owl:inverseOf rdf:resource=“#hasAuthor”> </owl:ObjectProperty>
Ontology ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Ontology (using OWL) ,[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009 subClassOf birth date DatatypeProperty Person Class:  Person Class:  Scientist Scientist Individual birth date “ 14/10/1801” ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],“ Joseph Plateau”
Semantic Web Technologies ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Semantic Web Technologies ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Semantic Web Technologies Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Semantic Web ?.0 Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
Conclusions ,[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],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
[object Object],Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009

More Related Content

Viewers also liked (20)

Anuncio violín2
Anuncio violín2Anuncio violín2
Anuncio violín2
 
Excel mejorado
Excel mejoradoExcel mejorado
Excel mejorado
 
Sincelejo software contable desde 990mil -
Sincelejo software contable   desde 990mil -Sincelejo software contable   desde 990mil -
Sincelejo software contable desde 990mil -
 
Calendario escolar
Calendario escolarCalendario escolar
Calendario escolar
 
Material del facilitador
Material del facilitadorMaterial del facilitador
Material del facilitador
 
Esperanzas
EsperanzasEsperanzas
Esperanzas
 
Alien promo
Alien promoAlien promo
Alien promo
 
San andres software contable desde 990mil -
San andres software contable   desde 990mil -San andres software contable   desde 990mil -
San andres software contable desde 990mil -
 
Taller politoca
Taller politocaTaller politoca
Taller politoca
 
áLbum de fotografías 2
áLbum de fotografías 2áLbum de fotografías 2
áLbum de fotografías 2
 
Ingles 4 aemana II
Ingles 4 aemana IIIngles 4 aemana II
Ingles 4 aemana II
 
Día del padre 21k
Día del padre 21kDía del padre 21k
Día del padre 21k
 
Tic 2 que me reuerda cada poema.
Tic 2 que me reuerda cada poema.Tic 2 que me reuerda cada poema.
Tic 2 que me reuerda cada poema.
 
Norte de santander software contable - desde 990mil -
Norte de santander   software contable - desde 990mil -Norte de santander   software contable - desde 990mil -
Norte de santander software contable - desde 990mil -
 
Las tic`s como herramienta pedagogica
Las tic`s como herramienta pedagogicaLas tic`s como herramienta pedagogica
Las tic`s como herramienta pedagogica
 
Len Trophy
Len TrophyLen Trophy
Len Trophy
 
Ninots
NinotsNinots
Ninots
 
Semana 2 de ingles IV
Semana 2 de ingles IVSemana 2 de ingles IV
Semana 2 de ingles IV
 
Contaminacion
ContaminacionContaminacion
Contaminacion
 
Bitácora 21 tecnología
Bitácora 21 tecnologíaBitácora 21 tecnología
Bitácora 21 tecnología
 

Similar to Metadata - Chris Poppe - MMLab/IBBT

2009.06.09 chris poppe - public PhD defense
2009.06.09   chris poppe - public PhD defense2009.06.09   chris poppe - public PhD defense
2009.06.09 chris poppe - public PhD defenseChris Poppe
 
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...Carsten Saathoff
 
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...The MPEG-21 Multimedia Framework for Integrated Management of Environments en...
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...Alpen-Adria-Universität
 
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Bradley Allen
 
Keynote speech at COST 292 final workshop on future of multimedia search and ...
Keynote speech at COST 292 final workshop on future of multimedia search and ...Keynote speech at COST 292 final workshop on future of multimedia search and ...
Keynote speech at COST 292 final workshop on future of multimedia search and ...Touradj Ebrahimi
 
Search and find metadata in education
Search and find metadata in educationSearch and find metadata in education
Search and find metadata in educationPhelim Bradley
 
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...Cornelius Puschmann
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 WorkshopKelley Howell
 
ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014Olivier Dobberkau
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies secondJoseba Abaitua
 
Linked Data and Search: Thomas Steiner (Google Inc, Germany)
Linked Data and Search:  Thomas Steiner (Google Inc, Germany)Linked Data and Search:  Thomas Steiner (Google Inc, Germany)
Linked Data and Search: Thomas Steiner (Google Inc, Germany)FIA2010
 
Image verification assistant. By Polychronis Charitidis of CERTH-ITI
Image verification assistant. By Polychronis Charitidis of CERTH-ITIImage verification assistant. By Polychronis Charitidis of CERTH-ITI
Image verification assistant. By Polychronis Charitidis of CERTH-ITIWeverify
 
Computer Networks: An Introduction
Computer Networks: An IntroductionComputer Networks: An Introduction
Computer Networks: An Introductionsanand0
 
MediaMap Core : an ontology for audiovisual production
MediaMap Core : an ontology for audiovisual productionMediaMap Core : an ontology for audiovisual production
MediaMap Core : an ontology for audiovisual productionBenjamin Diemert
 
Natural Language Processing in Practice
Natural Language Processing in PracticeNatural Language Processing in Practice
Natural Language Processing in PracticeVsevolod Dyomkin
 
Всеволод Демкин "Natural language processing на практике"
Всеволод Демкин "Natural language processing на практике"Всеволод Демкин "Natural language processing на практике"
Всеволод Демкин "Natural language processing на практике"GeeksLab Odessa
 

Similar to Metadata - Chris Poppe - MMLab/IBBT (20)

2009.06.09 chris poppe - public PhD defense
2009.06.09   chris poppe - public PhD defense2009.06.09   chris poppe - public PhD defense
2009.06.09 chris poppe - public PhD defense
 
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...
Unlocking the Semantics of Multimedia Presentations in the Web with the Multi...
 
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...The MPEG-21 Multimedia Framework for Integrated Management of Environments en...
The MPEG-21 Multimedia Framework for Integrated Management of Environments en...
 
COinS (eng version)
COinS (eng version)COinS (eng version)
COinS (eng version)
 
Sweo talk
Sweo talkSweo talk
Sweo talk
 
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)Multimedia Data Navigation and the Semantic Web (SemTech 2006)
Multimedia Data Navigation and the Semantic Web (SemTech 2006)
 
Keynote speech at COST 292 final workshop on future of multimedia search and ...
Keynote speech at COST 292 final workshop on future of multimedia search and ...Keynote speech at COST 292 final workshop on future of multimedia search and ...
Keynote speech at COST 292 final workshop on future of multimedia search and ...
 
Xml Zoe
Xml ZoeXml Zoe
Xml Zoe
 
Xml Zoe
Xml ZoeXml Zoe
Xml Zoe
 
Search and find metadata in education
Search and find metadata in educationSearch and find metadata in education
Search and find metadata in education
 
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...
SchemaCMD - An XML-based storage schema for the compilation of mixed-source C...
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
 
ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
 
Linked Data and Search: Thomas Steiner (Google Inc, Germany)
Linked Data and Search:  Thomas Steiner (Google Inc, Germany)Linked Data and Search:  Thomas Steiner (Google Inc, Germany)
Linked Data and Search: Thomas Steiner (Google Inc, Germany)
 
Image verification assistant. By Polychronis Charitidis of CERTH-ITI
Image verification assistant. By Polychronis Charitidis of CERTH-ITIImage verification assistant. By Polychronis Charitidis of CERTH-ITI
Image verification assistant. By Polychronis Charitidis of CERTH-ITI
 
Computer Networks: An Introduction
Computer Networks: An IntroductionComputer Networks: An Introduction
Computer Networks: An Introduction
 
MediaMap Core : an ontology for audiovisual production
MediaMap Core : an ontology for audiovisual productionMediaMap Core : an ontology for audiovisual production
MediaMap Core : an ontology for audiovisual production
 
Natural Language Processing in Practice
Natural Language Processing in PracticeNatural Language Processing in Practice
Natural Language Processing in Practice
 
Всеволод Демкин "Natural language processing на практике"
Всеволод Демкин "Natural language processing на практике"Всеволод Демкин "Natural language processing на практике"
Всеволод Демкин "Natural language processing на практике"
 

Recently uploaded

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Recently uploaded (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Metadata - Chris Poppe - MMLab/IBBT

  • 1. Metadata - Aanknopingspunten, Prioriteiten, Toekomsperspectieven en Aantekeningen vanuit de Marge  Chris Poppe Multimedia Lab Department of Electronics and Information Systems Faculty of Engineering Ghent University
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27. Semantic Web ?.0 Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38. Semantic Web Technologies Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
  • 39. Semantic Web ?.0 Metadata Chris Poppe Levend Geheugen, Brussels, Belgium – September 29 2009
  • 40.
  • 41.

Editor's Notes

  1. MODS: Schema voor bibliografische set elementen die vooral worden gebruikt binnen bibliotheektoepassingen. Metadata Object Description Schema: MODS (Library of Congress)   -