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

Anuncio violín2
Anuncio violín2Anuncio violín2
Anuncio violín2
Luis Valera
 
Material del facilitador
Material del facilitadorMaterial del facilitador
Material del facilitador
Anelin Montero
 
Esperanzas
EsperanzasEsperanzas
Esperanzas
Ricardo
 
Alien promo
Alien promoAlien promo
Alien promo
MCA
 
Taller politoca
Taller politocaTaller politoca
Taller politoca
tnakte
 
áLbum de fotografías 2
áLbum de fotografías 2áLbum de fotografías 2
áLbum de fotografías 2
Bettyvama
 
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.
omar carballo
 
Las tic`s como herramienta pedagogica
Las tic`s como herramienta pedagogicaLas tic`s como herramienta pedagogica
Las tic`s como herramienta pedagogica
40034081
 
Semana 2 de ingles IV
Semana 2 de ingles IVSemana 2 de ingles IV
Semana 2 de ingles IV
huejotzingo
 

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

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
 
Search and find metadata in education
Search and find metadata in educationSearch and find metadata in education
Search and find metadata in education
Phelim Bradley
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
Kelley Howell
 
ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014ForgetIT Project TYPO3Camp Milano 2014
ForgetIT Project TYPO3Camp Milano 2014
Olivier Dobberkau
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
Joseba Abaitua
 
Natural Language Processing in Practice
Natural Language Processing in PracticeNatural Language Processing in Practice
Natural Language Processing in Practice
Vsevolod Dyomkin
 

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

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

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
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
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
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
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 New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
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
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

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)   -