Introduction to RDFa

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Group

    Introduction to RDFa - Presentation Transcript

    1. RDFa
      • A proposed semantic data format – not yet a standard
      • First proposed in 2004
    2. Web page Joe Semantic's personal information I work as a programmer at MegaCorp - you can contact me at [email_address] , or by phone at (101)010-1010.
    3. HTML source <html> <head> <title>Joe Programmer's contact info</title> <base href=&quot;http://joeprogrammer.com/contact-info.html&quot; /> </head> <body> <h1>Joe Semantic's personal information</h1> <p>I work as a programmer at <a href=&quot;http://megacorp.com&quot;>MegaCorp</a> - you can contact me at <a href=&quot;mailto:js@megacorp.com&quot;>js@megacorp.com</a>, or by phone at (101)010-1010.</p> </body> </html>
    4. RDF page <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <rdf:RDF xmlns:contact=&quot;http://www.w3.org/2001/vcard-rdf/3.0#&quot; > <rdf:Description rdf:about= &quot;http://joesemantic.com/contact-info.html&quot; > <contact:title xml:lang=&quot;en&quot;>programmer</contact:title> <contact:org rdf:resource=&quot;http://megacorp.com&quot;/> <contact:email rdf:resource=&quot;js@megacorp.com&quot;/> <contact:tel xml:lang=&quot;en&quot;> (101)010-1010 </contact:tel> </rdf:Description> </rdf:RDF>
    5. Why not combine the two?
    6. <html xmlns:contact=&quot;http://www.w3.org/2001/vcard-rdf/3.0#&quot; > <head> <title>Joe Semantic's personal information</title> <base href=&quot;http://joesemantic.com/contact-info.html&quot; /> </head> <body> <h1>Joe Semantic's personal information</h1> <p>I work as a <span property=”contact:title”>programmer</span> at <a href=&quot;http://megacorp.com&quot; rel=&quot;contact:org&quot;>MegaCorp</a> - you can contact me at <a rel=&quot;contact:email&quot; href=&quot;mailto:js@megacorp.com&quot;>js@megacorp.com</a> , or by phone at <span property=”contact:tel”>(101)010-1010</span> .</p> </body> </html>
    7. Three main keywords in RDFa <a href=” object ” rel =” predicate ”>...</a> ...defines a linked triple <span property =” predicate ”> object </span> ...defines an unlinked triple <span about =” subject ”>...</span> ...creates a temporary subject for triples
    8. Creating temporary subjects ... I'm currently reading <span about=”urn:ISBN:0-596-00027-8”> <span property=&quot;dc:title&quot;>Programming Perl</span> by <span property=&quot;dc:creator&quot;>Larry Wall</span> </span> . ...

    + SergeyChernyshevSergeyChernyshev, 2 years ago

    custom

    551 views, 0 favs, 1 embeds more stats

    Slides for RDFa introduction given by Yaron Koren a more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 551
      • 517 on SlideShare
      • 34 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 4
    Most viewed embeds
    • 34 views on http://www.techpresentations.org

    more

    All embeds
    • 34 views on http://www.techpresentations.org

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Groups / Events