SlideShare ist ein Scribd-Unternehmen logo
1 von 22
WEB PLATFORMS SUPPORT FOR POSH
CONSTRUCTS IN ORDER TO
SEMANTICALLY DESCRIBE THE CONTENT.

                           Dinu Suman
WEB 3.0 AND SEMANTIC WEB
SEMANTIC WEB

      “… a place where machines can read Web
 pages much as we humans read them, a place
 where search engines and software agents can
 better troll the Net and find what we’re looking for.”
 (PCMag)
WHAT IS POSH ?

Plain Old Semantic HTML (POSH)

POSH ≈ “valid, semantic, accessible, well-structured
 HTML”
THE POSH CHECKLIST:
 The first rule of POSH is that you must validate
  your POSH.
 Second, drop the use of TABLEs for purely
  presentational purposes, spacer GIFs, and
  presentational-html in general.
 Next, fix your “Bed and BReakfast” markup.

 Eliminate “Anorexic Anchors”.

 Use good semantic-class-names.

 ...
                                      http://microformats.org/wiki/posh
SEMANTIC REPRESENTATIONS
 Microformats - 2005
 RDF – 2004 (not covered here)

 Microdata - 2011
USAGE:
   Search for reviews




   Search for songs, albums
USAGE
   http://www.flickr.com/map/ - Geo tagging
MICROFORMATS
 “A microformat is a web-based approach to
 semantic markup which seeks to re-use
 existing HTML/XHTML tags to
 convey metadata and other attributes in web pages
 and other contexts that support (X)HTML, such
 as RSS. This approach allows software to process
 information intended for end-users (such as contact
 information, geographic coordinates, calendar
 events, and the like) automatically.” (Wikipedia)
MICROFORMATS
 Easy to write
 Html attributes used:
     class
     rel
     rev
COMMONLY USED TYPE:
 hAtom
 hCalendar

 hCard

 hResume

 hReview

 rel=“tag”, rel=“nofollow”, rel=“licence”

 XFN
EXAMPLE 1 - HCARD
<div id="hcard-Dinu-Suman" class="vcard">
   <span class="fn">Dinu Suman</span>
   <div class="org">Universitatea Alexandru Ioan Cuza</div>
   <a class="email"
       href="mailto:dinu.suman@info.uaic.ro">dinu.suman@info.uaic.ro
       </a>
   <div class="adr">
        <div class="street-address">bd. Carol I</div>
        <span class="locality">Iasi</span>,
        <span class="postal-code">70100</span>
        <span class="country-name">Romania</span>
   </div>
   <div class="tel">(0232) 22-33-44</div>
</div>
EXAMPLE 2 - HCALENDAR
<div class="vevent" id="hcalendar-Web-Client-Presentation">
   <abbr class="dtstart" title="2012-01-10">January 10th</abbr> :
   <abbr class="dtend" title="2012-01-18">18th, 2012</abbr>
   <span class="summary">Web Client Presentation</span>
   <div class="description">Tema 2 la obiectul “Dezvoltarea aplicatiilor
       Web la nivel de client" </div>
   <div class="tags">Tags:
        <a rel="tag"
         href="http://eventful.com/events/tags/web">web</a>,
        <a rel="tag" href="http://eventful.com/events/tags/cliw">
         cliw</a>,
        <a rel="tag" href="http://eventful.com/events/tags/infoiasi">
         infoiasi</a>,
   </div>
</div>
EXAMPLE 3 - HREVIEW
<div class="hreview" id="hreview-cool-Monitor">
  <h2 class="summary">cool Monitor</h2>
  <abbr class="dtreviewed" title="2004-01-09T16:02">Jan 9, 2004</abbr>
  by
  <span class="reviewer vcard">
           <span class="fn">Dinu</span>
  </span>
  <img alt="photo of 'BenQ XL2410T'" src="http://bit.ly/xD5ohY"
  class="photo" />
  <div class="item">
           <a class="fn url" href="http://www.trustedreviews.com/BenQ-
           XL2410T_Monitor_review">BenQ XL2410T</a>
  </div>
  <abbr title="5" class="rating">★★★★★</abbr>
</div>
MICRODATA
 Only in Html5 and XHtml 5
 (X)Html5 attributes:
       itemscope
       itemtype
       itemid
       itemprop
       itemref
COMMONLY USED TYPE:
 Creative works: CreativeWork, Book, Movie,
MusicRecording, Recipe, TVSeries ...
 Embedded non-text
  objects: AudioObject, ImageObject, VideoObject
 Event

 Organization

 Person

 Place, LocalBusiness, Restaurant ...

 Product, Offer, AggregateOffer

 Review, AggregateRating
EXAMPLE 1 - PERSON
<div itemscope itemtype="http://schema.org/Person">
     <a itemprop="url" href="www.info.uaic.ro/~dinu.suman">
         <div itemprop="name"><strong>Dinu Suman</strong></div>
     </a>
     <div itemscope itemtype="http://schema.org/Organization">
         <span itemprop="name">Universitatea Alexandru Ioan Cuza</span>
     </div>
     <div itemprop="jobtitle">Student</div>
     <div itemprop="description">Student anul 3</div>
     <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <div>
             <span itemprop="addressLocality">Iasi</span>
          </div>
          <div itemprop="postalCode">70000</div>
          <div itemprop="addressCountry">Romania</div>
     </div>
     <div itemprop="email">dinu.suman@info.uaic.ro</div>
     <div>
         <meta itemprop="birthDate" content="1-01-1990">DOB: 01/1990/1
     </div>
</div>
EXAMPLE 2 - PRODUCT
<div itemscope itemtype="http://schema.org/Product">
     <a itemprop="url" href="www.mouse.com/razer-x123">
         <div itemprop="name"><strong>Mouse Razer X123</strong></div>
     </a>
     <div itemprop="description">Cel mai bun Mouse</div>
     <div itemprop="brand" itemscope itemtype="http://schema.org/Organization">
         <span itemprop="name">Logitech</span>
     </div>
     <div>Model: <span itemprop="model">Razer X123</span></div>
     <div>Product ID: <span itemprop="productID">1</span></div>
     <div itemprop="aggregateRating" itemscope
         itemtype="http://schema.org/AggregateRating">
         <span itemprop="ratingValue">3.7</span> based on <span
             itemprop="reviewCount">20</span> reviews</div>
         <div itemprop="offers" itemscope      itemtype="http://schema.org/Offer">
         <span itemprop="price">500</span>
         <link itemprop="itemCondition" href="http://schema.org/NewCondition" />
         New
     </div>
</div>
EXAMPLE 3 - MOVIE
<div itemscope itemtype="http://schema.org/Movie">
   <a itemprop="url" href="www.imdb.com/title/tt1375666/">
            <div itemprop="name"><strong>Inception</strong></div>
   </a>
    <div itemprop="director" itemscope itemtype="http://schema.org/Person">
   Directed by: <span itemprop="name">Christopher Nolan</span>
    </div>
    <div>
        Starring:
        <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
            <span itemprop="name">Leonardo DiCaprio</span>
        </div>
        <div itemprop="actors" itemscope itemtype="http://schema.org/Person">
            <span itemprop="name">Ken Watanabe</span>
    </div>
   </div>
</div>
TOOLS:
   Firefox Addon “Operator” -
    https://addons.mozilla.org/en-
    US/firefox/addon/operator/




 IE Addon “Oomph 2” -
  http://www.ieaddons.com/en/addons/detail.aspx?id
  =1110
 Safari -
  http://zappatic.net/projects/safarimicroformats
REFERENCES + USEFUL RESOURCES:
 http://microformats.org/
 http://schema.org



 http://developer.search.yahoo.com/start
 http://support.google.com/webmasters/bin/topic.py?
  hl=en&topic=21997
 http://bit.ly/yNolQE - Microformats Cheat-Sheet

 http://schema-creator.org
Q&A?

Weitere ähnliche Inhalte

Was ist angesagt?

Creative chase busting v2
Creative chase busting   v2Creative chase busting   v2
Creative chase busting v2b3333333333jal
 
Angular js quickstart
Angular js quickstartAngular js quickstart
Angular js quickstartLinkMe Srl
 
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridasFrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridasLoiane Groner
 
Javascript basic programs
Javascript basic programsJavascript basic programs
Javascript basic programsDigital Shende
 
QuickConnect
QuickConnectQuickConnect
QuickConnectAnnu G
 
Xss is more than a simple threat
Xss is more than a simple threatXss is more than a simple threat
Xss is more than a simple threatAvădănei Andrei
 

Was ist angesagt? (12)

The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5
 
Diy frozen snow globe
Diy frozen snow globeDiy frozen snow globe
Diy frozen snow globe
 
Guia de-estudio-2
Guia de-estudio-2Guia de-estudio-2
Guia de-estudio-2
 
Reacting to a Virtual World
Reacting to a Virtual WorldReacting to a Virtual World
Reacting to a Virtual World
 
Creative chase busting v2
Creative chase busting   v2Creative chase busting   v2
Creative chase busting v2
 
Angular js quickstart
Angular js quickstartAngular js quickstart
Angular js quickstart
 
Test upload
Test uploadTest upload
Test upload
 
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridasFrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
FrontInBahia 2014: 10 dicas de desempenho para apps mobile híbridas
 
Javascript basic programs
Javascript basic programsJavascript basic programs
Javascript basic programs
 
QuickConnect
QuickConnectQuickConnect
QuickConnect
 
shoubox script
shoubox scriptshoubox script
shoubox script
 
Xss is more than a simple threat
Xss is more than a simple threatXss is more than a simple threat
Xss is more than a simple threat
 

Ähnlich wie Semantic web support for POSH

Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extendSeek Tan
 
Microformats - a quick primer
Microformats - a quick primerMicroformats - a quick primer
Microformats - a quick primerChad Henderson
 
Advanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super SaiyansAdvanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super SaiyansJoe Kelly
 
Structured data
Structured dataStructured data
Structured dataSon Dang
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單偉格 高
 
Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Mitch Canter
 
Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016Nirav Patel
 
The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet Shubham Kumar Singh
 
Seo cheat sheet
Seo cheat sheetSeo cheat sheet
Seo cheat sheetRohan Jha
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEOGlenn Jones
 
Makroekonomi topik-8-1
Makroekonomi topik-8-1Makroekonomi topik-8-1
Makroekonomi topik-8-1020881
 

Ähnlich wie Semantic web support for POSH (20)

Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
 
Microformats - a quick primer
Microformats - a quick primerMicroformats - a quick primer
Microformats - a quick primer
 
smoke1272528461
smoke1272528461smoke1272528461
smoke1272528461
 
Advanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super SaiyansAdvanced Schema Markup Techniques As Told by Super Saiyans
Advanced Schema Markup Techniques As Told by Super Saiyans
 
Structured data
Structured dataStructured data
Structured data
 
Bootstrap
BootstrapBootstrap
Bootstrap
 
Seo Cheat Sheet
Seo Cheat SheetSeo Cheat Sheet
Seo Cheat Sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
HTML5 Essentials
HTML5 EssentialsHTML5 Essentials
HTML5 Essentials
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單
 
Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!
 
Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016Moz SEO Web cheat sheet 2016
Moz SEO Web cheat sheet 2016
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet The Web Developer's SEO Cheat Sheet
The Web Developer's SEO Cheat Sheet
 
Seo cheat sheet
Seo cheat sheetSeo cheat sheet
Seo cheat sheet
 
Seo cheat sheet
Seo cheat sheetSeo cheat sheet
Seo cheat sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
Seo onpage for Developer
Seo onpage for DeveloperSeo onpage for Developer
Seo onpage for Developer
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEO
 
Makroekonomi topik-8-1
Makroekonomi topik-8-1Makroekonomi topik-8-1
Makroekonomi topik-8-1
 

Kürzlich hochgeladen

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 

Kürzlich hochgeladen (20)

Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 

Semantic web support for POSH

  • 1. WEB PLATFORMS SUPPORT FOR POSH CONSTRUCTS IN ORDER TO SEMANTICALLY DESCRIBE THE CONTENT. Dinu Suman
  • 2. WEB 3.0 AND SEMANTIC WEB
  • 3. SEMANTIC WEB “… a place where machines can read Web pages much as we humans read them, a place where search engines and software agents can better troll the Net and find what we’re looking for.” (PCMag)
  • 4. WHAT IS POSH ? Plain Old Semantic HTML (POSH) POSH ≈ “valid, semantic, accessible, well-structured HTML”
  • 5. THE POSH CHECKLIST:  The first rule of POSH is that you must validate your POSH.  Second, drop the use of TABLEs for purely presentational purposes, spacer GIFs, and presentational-html in general.  Next, fix your “Bed and BReakfast” markup.  Eliminate “Anorexic Anchors”.  Use good semantic-class-names.  ... http://microformats.org/wiki/posh
  • 6. SEMANTIC REPRESENTATIONS  Microformats - 2005  RDF – 2004 (not covered here)  Microdata - 2011
  • 7. USAGE:  Search for reviews  Search for songs, albums
  • 8. USAGE  http://www.flickr.com/map/ - Geo tagging
  • 9. MICROFORMATS “A microformat is a web-based approach to semantic markup which seeks to re-use existing HTML/XHTML tags to convey metadata and other attributes in web pages and other contexts that support (X)HTML, such as RSS. This approach allows software to process information intended for end-users (such as contact information, geographic coordinates, calendar events, and the like) automatically.” (Wikipedia)
  • 10. MICROFORMATS  Easy to write  Html attributes used:  class  rel  rev
  • 11. COMMONLY USED TYPE:  hAtom  hCalendar  hCard  hResume  hReview  rel=“tag”, rel=“nofollow”, rel=“licence”  XFN
  • 12. EXAMPLE 1 - HCARD <div id="hcard-Dinu-Suman" class="vcard"> <span class="fn">Dinu Suman</span> <div class="org">Universitatea Alexandru Ioan Cuza</div> <a class="email" href="mailto:dinu.suman@info.uaic.ro">dinu.suman@info.uaic.ro </a> <div class="adr"> <div class="street-address">bd. Carol I</div> <span class="locality">Iasi</span>, <span class="postal-code">70100</span> <span class="country-name">Romania</span> </div> <div class="tel">(0232) 22-33-44</div> </div>
  • 13. EXAMPLE 2 - HCALENDAR <div class="vevent" id="hcalendar-Web-Client-Presentation"> <abbr class="dtstart" title="2012-01-10">January 10th</abbr> : <abbr class="dtend" title="2012-01-18">18th, 2012</abbr> <span class="summary">Web Client Presentation</span> <div class="description">Tema 2 la obiectul “Dezvoltarea aplicatiilor Web la nivel de client" </div> <div class="tags">Tags: <a rel="tag" href="http://eventful.com/events/tags/web">web</a>, <a rel="tag" href="http://eventful.com/events/tags/cliw"> cliw</a>, <a rel="tag" href="http://eventful.com/events/tags/infoiasi"> infoiasi</a>, </div> </div>
  • 14. EXAMPLE 3 - HREVIEW <div class="hreview" id="hreview-cool-Monitor"> <h2 class="summary">cool Monitor</h2> <abbr class="dtreviewed" title="2004-01-09T16:02">Jan 9, 2004</abbr> by <span class="reviewer vcard"> <span class="fn">Dinu</span> </span> <img alt="photo of 'BenQ XL2410T'" src="http://bit.ly/xD5ohY" class="photo" /> <div class="item"> <a class="fn url" href="http://www.trustedreviews.com/BenQ- XL2410T_Monitor_review">BenQ XL2410T</a> </div> <abbr title="5" class="rating">★★★★★</abbr> </div>
  • 15. MICRODATA  Only in Html5 and XHtml 5  (X)Html5 attributes:  itemscope  itemtype  itemid  itemprop  itemref
  • 16. COMMONLY USED TYPE:  Creative works: CreativeWork, Book, Movie, MusicRecording, Recipe, TVSeries ...  Embedded non-text objects: AudioObject, ImageObject, VideoObject  Event  Organization  Person  Place, LocalBusiness, Restaurant ...  Product, Offer, AggregateOffer  Review, AggregateRating
  • 17. EXAMPLE 1 - PERSON <div itemscope itemtype="http://schema.org/Person"> <a itemprop="url" href="www.info.uaic.ro/~dinu.suman"> <div itemprop="name"><strong>Dinu Suman</strong></div> </a> <div itemscope itemtype="http://schema.org/Organization"> <span itemprop="name">Universitatea Alexandru Ioan Cuza</span> </div> <div itemprop="jobtitle">Student</div> <div itemprop="description">Student anul 3</div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <div> <span itemprop="addressLocality">Iasi</span> </div> <div itemprop="postalCode">70000</div> <div itemprop="addressCountry">Romania</div> </div> <div itemprop="email">dinu.suman@info.uaic.ro</div> <div> <meta itemprop="birthDate" content="1-01-1990">DOB: 01/1990/1 </div> </div>
  • 18. EXAMPLE 2 - PRODUCT <div itemscope itemtype="http://schema.org/Product"> <a itemprop="url" href="www.mouse.com/razer-x123"> <div itemprop="name"><strong>Mouse Razer X123</strong></div> </a> <div itemprop="description">Cel mai bun Mouse</div> <div itemprop="brand" itemscope itemtype="http://schema.org/Organization"> <span itemprop="name">Logitech</span> </div> <div>Model: <span itemprop="model">Razer X123</span></div> <div>Product ID: <span itemprop="productID">1</span></div> <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <span itemprop="ratingValue">3.7</span> based on <span itemprop="reviewCount">20</span> reviews</div> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span itemprop="price">500</span> <link itemprop="itemCondition" href="http://schema.org/NewCondition" /> New </div> </div>
  • 19. EXAMPLE 3 - MOVIE <div itemscope itemtype="http://schema.org/Movie"> <a itemprop="url" href="www.imdb.com/title/tt1375666/"> <div itemprop="name"><strong>Inception</strong></div> </a> <div itemprop="director" itemscope itemtype="http://schema.org/Person"> Directed by: <span itemprop="name">Christopher Nolan</span> </div> <div> Starring: <div itemprop="actors" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Leonardo DiCaprio</span> </div> <div itemprop="actors" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Ken Watanabe</span> </div> </div> </div>
  • 20. TOOLS:  Firefox Addon “Operator” - https://addons.mozilla.org/en- US/firefox/addon/operator/  IE Addon “Oomph 2” - http://www.ieaddons.com/en/addons/detail.aspx?id =1110  Safari - http://zappatic.net/projects/safarimicroformats
  • 21. REFERENCES + USEFUL RESOURCES:  http://microformats.org/  http://schema.org  http://developer.search.yahoo.com/start  http://support.google.com/webmasters/bin/topic.py? hl=en&topic=21997  http://bit.ly/yNolQE - Microformats Cheat-Sheet  http://schema-creator.org
  • 22. Q&A?