SlideShare a Scribd company logo
1 of 17
Download to read offline
Ch.2 Micro-formats
                (Semantic Markup and Common Sense Collide)
                                2011. 10. 22
                                  chois79




11년	 10월	 22일	 토요일
Introduction
                • A Web-based approach to semantic markup
                • Important step forward
                  • Provide an effective mechanism for
                       embedding “smarter data” into web page
                     • Easy for content authors to implement
                • ex) XFN, geo, hRecipe, hReview...
                • Increased role in social data meshups
11년	 10월	 22일	 토요일
Micro-formats example




11년	 10월	 22일	 토요일
XFN and Friends
                •    XFN(XHTML Friends Networks)

                     •   Most popular micro-format

                •    Identifying relationships by including a few keywords
                     in the rel attribute of an anchor tag.

                •    Commonly used in blogs or blogroll

                •    example


                •
11년	 10월	 22일	 토요일
A Breath-First crawl of
                  XFN Data(1/4)
                • Pseudocode for a breath-first search



                • Useful for social situation
                 • To identify mutual friend
11년	 10월	 22일	 토요일
A Breath-First crawl of
                  XFN Data(2/4)
                • BeautifulSoup package
                 • easy_install BeautifulSoup



                     •
11년	 10월	 22일	 토요일
A Breath-First crawl of
               XFN Data(3/4) - IMG




11년	 10월	 22일	 토요일
A Breath-First crawl of
               XFN Data(4/4) - IMG




11년	 10월	 22일	 토요일
Brief analysis of breadth-
                first techniques(1/3)
                • Two consideration for an algorithm
                  • Efficiency and effectiveness
                  • Or performance and quality
                • Standard performance analysis
                  • Worst case time and space complexity
                • The breadth-first approach is essentially a
                     breadth-first search


11년	 10월	 22일	 토요일
Brief analysis of breadth-
                first techniques(2/3)
                •    Breadth-first search
                     •   Both the time and space complexity can be
                         bounded in the worst case by bᵈ
                         •   b: the branching factor of the graph
                         •   d: depth




11년	 10월	 22일	 토요일
Brief analysis of breadth-
                first techniques(3/3)
                • Mission accomplished?
                  • Final consideration in analysis is the overall
                       quality of the results
                     • Slight variations in URLs result in multiple
                       nodes potentially appearing in the
                       appearing for the same person
                       • ex) http://example.com/~matthew,
                          http://www.example.com/~matthew


11년	 10월	 22일	 토요일
Geo-coordinates:
                     A Common Thread for just About Anything

                • Geo data is ubiquitous and plays a powerful
                     part in too many social mashups.
                • The device between “real life” and “life on
                     the web” continues to close




11년	 10월	 22일	 토요일
Wikipedia Articles + Google
               Maps = Road Trip(1/2)
                •    Geo is one simplest and most widely used micro-formats
                •    Two techniques for describing Geo




                •    A slew of popular sites use geo and micro-formats to
                     expose structured data in their pages
                     •   Wikipedia,Yahoo! Local, MapQuest Local ...




11년	 10월	 22일	 토요일
Wikipedia Articles + Google
               Maps = Road Trip(2/2)




11년	 10월	 22일	 토요일
Slicing and Dicing
              Recipes - Food Network
                • hRecipe
                 • micro-format for food recipe
                 • http://microformats.org/wiki/hrecipe




11년	 10월	 22일	 토요일
Collecting Restaurant
                        Reviews - Yelp
                • hReview
                 • micro-format for reviews
                 • http://microformats.org/wiki/hreview




11년	 10월	 22일	 토요일
Summary
                •    Remember that micro-formats are a way of
                     decorating markup to expose specific types of
                     structured information
                •    HTML5’s micro-data
                     •   HTML5 specification used to nest semantics
                         within existing content on web pages
                     •   http://www.w3.org/TR/html5/
                         microdata.html


11년	 10월	 22일	 토요일

More Related Content

Viewers also liked

Refactoring 메소드 호출의 단순화
Refactoring 메소드 호출의 단순화Refactoring 메소드 호출의 단순화
Refactoring 메소드 호출의 단순화
HyeonSeok Choi
 
Code 11 논리 게이트
Code 11 논리 게이트Code 11 논리 게이트
Code 11 논리 게이트
HyeonSeok Choi
 
컴퓨터 프로그램 구조와 해석 3.5
컴퓨터 프로그램 구조와 해석 3.5컴퓨터 프로그램 구조와 해석 3.5
컴퓨터 프로그램 구조와 해석 3.5
HyeonSeok Choi
 
서버인프라를지탱하는기술2_1-2
서버인프라를지탱하는기술2_1-2서버인프라를지탱하는기술2_1-2
서버인프라를지탱하는기술2_1-2
HyeonSeok Choi
 
Abstract factory petterns
Abstract factory petternsAbstract factory petterns
Abstract factory petterns
HyeonSeok Choi
 
C++ API 디자인 - 확장성
C++ API 디자인 - 확장성C++ API 디자인 - 확장성
C++ API 디자인 - 확장성
HyeonSeok Choi
 
서버인프라를지탱하는기술3_4
서버인프라를지탱하는기술3_4서버인프라를지탱하는기술3_4
서버인프라를지탱하는기술3_4
HyeonSeok Choi
 

Viewers also liked (20)

Mining the social web 6
Mining the social web 6Mining the social web 6
Mining the social web 6
 
SICP_2.5 일반화된 연산시스템
SICP_2.5 일반화된 연산시스템SICP_2.5 일반화된 연산시스템
SICP_2.5 일반화된 연산시스템
 
Refactoring 메소드 호출의 단순화
Refactoring 메소드 호출의 단순화Refactoring 메소드 호출의 단순화
Refactoring 메소드 호출의 단순화
 
C++ api design 품질
C++ api design 품질C++ api design 품질
C++ api design 품질
 
Code 11 논리 게이트
Code 11 논리 게이트Code 11 논리 게이트
Code 11 논리 게이트
 
자바 병렬 프로그래밍 1&2
자바 병렬 프로그래밍 1&2자바 병렬 프로그래밍 1&2
자바 병렬 프로그래밍 1&2
 
컴퓨터 프로그램 구조와 해석 3.5
컴퓨터 프로그램 구조와 해석 3.5컴퓨터 프로그램 구조와 해석 3.5
컴퓨터 프로그램 구조와 해석 3.5
 
HTTPS
HTTPSHTTPS
HTTPS
 
실무로 배우는 시스템 성능 최적화 Ch7
실무로 배우는 시스템 성능 최적화 Ch7실무로 배우는 시스템 성능 최적화 Ch7
실무로 배우는 시스템 성능 최적화 Ch7
 
서버인프라를지탱하는기술2_1-2
서버인프라를지탱하는기술2_1-2서버인프라를지탱하는기술2_1-2
서버인프라를지탱하는기술2_1-2
 
실무로 배우는 시스템 성능 최적화 Ch6
실무로 배우는 시스템 성능 최적화 Ch6실무로 배우는 시스템 성능 최적화 Ch6
실무로 배우는 시스템 성능 최적화 Ch6
 
HTTP 완벽가이드 16장
HTTP 완벽가이드 16장HTTP 완벽가이드 16장
HTTP 완벽가이드 16장
 
Head first statistics14
Head first statistics14Head first statistics14
Head first statistics14
 
Mining the social web ch1
Mining the social web ch1Mining the social web ch1
Mining the social web ch1
 
MutiCore 19-20
MutiCore 19-20MutiCore 19-20
MutiCore 19-20
 
Abstract factory petterns
Abstract factory petternsAbstract factory petterns
Abstract factory petterns
 
Hadoop overview
Hadoop overviewHadoop overview
Hadoop overview
 
C++ API 디자인 - 확장성
C++ API 디자인 - 확장성C++ API 디자인 - 확장성
C++ API 디자인 - 확장성
 
실무로 배우는 시스템 성능 최적화 10부. 네트워크 모니터링
실무로 배우는 시스템 성능 최적화   10부. 네트워크 모니터링실무로 배우는 시스템 성능 최적화   10부. 네트워크 모니터링
실무로 배우는 시스템 성능 최적화 10부. 네트워크 모니터링
 
서버인프라를지탱하는기술3_4
서버인프라를지탱하는기술3_4서버인프라를지탱하는기술3_4
서버인프라를지탱하는기술3_4
 

Similar to MiningTheSocialWeb.Ch2.Microformat

Publishing Data Using Semantic Web Technologies
Publishing Data Using Semantic Web TechnologiesPublishing Data Using Semantic Web Technologies
Publishing Data Using Semantic Web Technologies
Nikolaos Konstantinou
 

Similar to MiningTheSocialWeb.Ch2.Microformat (20)

Building A Scalable Open Source Storage Solution
Building A Scalable Open Source Storage SolutionBuilding A Scalable Open Source Storage Solution
Building A Scalable Open Source Storage Solution
 
Brief for W3C Government Linked Data Working Group 29-June 2011
Brief for W3C Government Linked Data Working Group 29-June 2011Brief for W3C Government Linked Data Working Group 29-June 2011
Brief for W3C Government Linked Data Working Group 29-June 2011
 
"What is left to do?", Dublin Core 2012 Keynote
"What is left to do?", Dublin Core 2012 Keynote"What is left to do?", Dublin Core 2012 Keynote
"What is left to do?", Dublin Core 2012 Keynote
 
Dublin Core: What is left to do?
Dublin Core: What is left to do?Dublin Core: What is left to do?
Dublin Core: What is left to do?
 
Databases -- Have it Your Way (Frederick Cheung)
Databases -- Have it Your Way (Frederick Cheung)Databases -- Have it Your Way (Frederick Cheung)
Databases -- Have it Your Way (Frederick Cheung)
 
Infinispan for Dummies
Infinispan for DummiesInfinispan for Dummies
Infinispan for Dummies
 
Drupal and the rise of the documents
Drupal and the rise of the documentsDrupal and the rise of the documents
Drupal and the rise of the documents
 
GOSPL: A Method and Tool for Fact-Oriented Hybrid Ontology Engineering
GOSPL: A Method and Tool for Fact-Oriented Hybrid Ontology EngineeringGOSPL: A Method and Tool for Fact-Oriented Hybrid Ontology Engineering
GOSPL: A Method and Tool for Fact-Oriented Hybrid Ontology Engineering
 
Specialising the EDM for Digitised Manuscript (SWIB13)
Specialising the EDM for Digitised Manuscript (SWIB13)Specialising the EDM for Digitised Manuscript (SWIB13)
Specialising the EDM for Digitised Manuscript (SWIB13)
 
Implementing the FRBR Conceptual Model in the Variations Music Discovery System
Implementing the FRBR Conceptual Model in the Variations Music Discovery SystemImplementing the FRBR Conceptual Model in the Variations Music Discovery System
Implementing the FRBR Conceptual Model in the Variations Music Discovery System
 
Services first migration to osgi - osgi users forum uk 16-nov2011
Services first migration to osgi - osgi users forum uk 16-nov2011Services first migration to osgi - osgi users forum uk 16-nov2011
Services first migration to osgi - osgi users forum uk 16-nov2011
 
HTML5 and Sencha Touch
HTML5 and Sencha TouchHTML5 and Sencha Touch
HTML5 and Sencha Touch
 
Hadoop: A Hands-on Introduction
Hadoop: A Hands-on IntroductionHadoop: A Hands-on Introduction
Hadoop: A Hands-on Introduction
 
One Discovery Layer, Eight Front Doors: Implementing Blacklight @ IU
One Discovery Layer, Eight Front Doors: Implementing Blacklight @ IUOne Discovery Layer, Eight Front Doors: Implementing Blacklight @ IU
One Discovery Layer, Eight Front Doors: Implementing Blacklight @ IU
 
An Introduction to NOSQL, Graph Databases and Neo4j
An Introduction to NOSQL, Graph Databases and Neo4jAn Introduction to NOSQL, Graph Databases and Neo4j
An Introduction to NOSQL, Graph Databases and Neo4j
 
Conferences andcommunity
Conferences andcommunityConferences andcommunity
Conferences andcommunity
 
Publishing Data Using Semantic Web Technologies
Publishing Data Using Semantic Web TechnologiesPublishing Data Using Semantic Web Technologies
Publishing Data Using Semantic Web Technologies
 
Git studynotes
Git studynotesGit studynotes
Git studynotes
 
Designing and Implementing Search Solutions
Designing and Implementing Search SolutionsDesigning and Implementing Search Solutions
Designing and Implementing Search Solutions
 
Spotify: Horizontal Scalability for Great Success
Spotify: Horizontal Scalability for Great SuccessSpotify: Horizontal Scalability for Great Success
Spotify: Horizontal Scalability for Great Success
 

More from HyeonSeok Choi

More from HyeonSeok Choi (20)

밑바닥부터시작하는딥러닝 Ch05
밑바닥부터시작하는딥러닝 Ch05밑바닥부터시작하는딥러닝 Ch05
밑바닥부터시작하는딥러닝 Ch05
 
밑바닥부터시작하는딥러닝 Ch2
밑바닥부터시작하는딥러닝 Ch2밑바닥부터시작하는딥러닝 Ch2
밑바닥부터시작하는딥러닝 Ch2
 
프로그래머를위한선형대수학1.2
프로그래머를위한선형대수학1.2프로그래머를위한선형대수학1.2
프로그래머를위한선형대수학1.2
 
알고리즘 중심의 머신러닝 가이드 Ch04
알고리즘 중심의 머신러닝 가이드 Ch04알고리즘 중심의 머신러닝 가이드 Ch04
알고리즘 중심의 머신러닝 가이드 Ch04
 
딥러닝 제대로시작하기 Ch04
딥러닝 제대로시작하기 Ch04딥러닝 제대로시작하기 Ch04
딥러닝 제대로시작하기 Ch04
 
밑바닥부터시작하는딥러닝 Ch05
밑바닥부터시작하는딥러닝 Ch05밑바닥부터시작하는딥러닝 Ch05
밑바닥부터시작하는딥러닝 Ch05
 
함수적 사고 2장
함수적 사고 2장함수적 사고 2장
함수적 사고 2장
 
7가지 동시성 모델 - 데이터 병렬성
7가지 동시성 모델 - 데이터 병렬성7가지 동시성 모델 - 데이터 병렬성
7가지 동시성 모델 - 데이터 병렬성
 
7가지 동시성 모델 4장
7가지 동시성 모델 4장7가지 동시성 모델 4장
7가지 동시성 모델 4장
 
Bounded Context
Bounded ContextBounded Context
Bounded Context
 
DDD Repository
DDD RepositoryDDD Repository
DDD Repository
 
DDD Start Ch#3
DDD Start Ch#3DDD Start Ch#3
DDD Start Ch#3
 
실무로 배우는 시스템 성능 최적화 Ch8
실무로 배우는 시스템 성능 최적화 Ch8실무로 배우는 시스템 성능 최적화 Ch8
실무로 배우는 시스템 성능 최적화 Ch8
 
Logstash, ElasticSearch, Kibana
Logstash, ElasticSearch, KibanaLogstash, ElasticSearch, Kibana
Logstash, ElasticSearch, Kibana
 
실무로배우는시스템성능최적화 Ch1
실무로배우는시스템성능최적화 Ch1실무로배우는시스템성능최적화 Ch1
실무로배우는시스템성능최적화 Ch1
 
HTTP 완벽가이드 21장
HTTP 완벽가이드 21장HTTP 완벽가이드 21장
HTTP 완벽가이드 21장
 
HTTP 완벽가이드 6장.
HTTP 완벽가이드 6장.HTTP 완벽가이드 6장.
HTTP 완벽가이드 6장.
 
HTTP 완벽가이드 1장.
HTTP 완벽가이드 1장.HTTP 완벽가이드 1장.
HTTP 완벽가이드 1장.
 
Cluster - spark
Cluster - sparkCluster - spark
Cluster - spark
 
Pair RDD - Spark
Pair RDD - SparkPair RDD - Spark
Pair RDD - Spark
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Recently uploaded (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

MiningTheSocialWeb.Ch2.Microformat

  • 1. Ch.2 Micro-formats (Semantic Markup and Common Sense Collide) 2011. 10. 22 chois79 11년 10월 22일 토요일
  • 2. Introduction • A Web-based approach to semantic markup • Important step forward • Provide an effective mechanism for embedding “smarter data” into web page • Easy for content authors to implement • ex) XFN, geo, hRecipe, hReview... • Increased role in social data meshups 11년 10월 22일 토요일
  • 4. XFN and Friends • XFN(XHTML Friends Networks) • Most popular micro-format • Identifying relationships by including a few keywords in the rel attribute of an anchor tag. • Commonly used in blogs or blogroll • example • 11년 10월 22일 토요일
  • 5. A Breath-First crawl of XFN Data(1/4) • Pseudocode for a breath-first search • Useful for social situation • To identify mutual friend 11년 10월 22일 토요일
  • 6. A Breath-First crawl of XFN Data(2/4) • BeautifulSoup package • easy_install BeautifulSoup • 11년 10월 22일 토요일
  • 7. A Breath-First crawl of XFN Data(3/4) - IMG 11년 10월 22일 토요일
  • 8. A Breath-First crawl of XFN Data(4/4) - IMG 11년 10월 22일 토요일
  • 9. Brief analysis of breadth- first techniques(1/3) • Two consideration for an algorithm • Efficiency and effectiveness • Or performance and quality • Standard performance analysis • Worst case time and space complexity • The breadth-first approach is essentially a breadth-first search 11년 10월 22일 토요일
  • 10. Brief analysis of breadth- first techniques(2/3) • Breadth-first search • Both the time and space complexity can be bounded in the worst case by bᵈ • b: the branching factor of the graph • d: depth 11년 10월 22일 토요일
  • 11. Brief analysis of breadth- first techniques(3/3) • Mission accomplished? • Final consideration in analysis is the overall quality of the results • Slight variations in URLs result in multiple nodes potentially appearing in the appearing for the same person • ex) http://example.com/~matthew, http://www.example.com/~matthew 11년 10월 22일 토요일
  • 12. Geo-coordinates: A Common Thread for just About Anything • Geo data is ubiquitous and plays a powerful part in too many social mashups. • The device between “real life” and “life on the web” continues to close 11년 10월 22일 토요일
  • 13. Wikipedia Articles + Google Maps = Road Trip(1/2) • Geo is one simplest and most widely used micro-formats • Two techniques for describing Geo • A slew of popular sites use geo and micro-formats to expose structured data in their pages • Wikipedia,Yahoo! Local, MapQuest Local ... 11년 10월 22일 토요일
  • 14. Wikipedia Articles + Google Maps = Road Trip(2/2) 11년 10월 22일 토요일
  • 15. Slicing and Dicing Recipes - Food Network • hRecipe • micro-format for food recipe • http://microformats.org/wiki/hrecipe 11년 10월 22일 토요일
  • 16. Collecting Restaurant Reviews - Yelp • hReview • micro-format for reviews • http://microformats.org/wiki/hreview 11년 10월 22일 토요일
  • 17. Summary • Remember that micro-formats are a way of decorating markup to expose specific types of structured information • HTML5’s micro-data • HTML5 specification used to nest semantics within existing content on web pages • http://www.w3.org/TR/html5/ microdata.html 11년 10월 22일 토요일