index.html 32.8 KB
1 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.0//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'>
<html dir="ltr" about="" property="dcterms:language" content="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:dcterms='http://purl.org/dc/terms/' xmlns:bibo='http://purl.org/ontology/bibo/' xmlns:foaf='http://xmlns.com/foaf/0.1/' xmlns:xsd='http://www.w3.org/2001/XMLSchema#'>
<head> 
    <title>RDFa Lite 1.1</title> 
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> 
    
<!--  
      === NOTA BENE ===
      For the three scripts below, if your spec resides on dev.w3 you can check them
      out in the same tree and use relative links so that they'll work offline,
      -->
 
     
     
  <style type="text/css">
/*****************************************************************
 * ReSpec CSS
 * Robin Berjon (robin at berjon dot com)
 * v0.05 - 2009-07-31
 *****************************************************************/


/* --- INLINES --- */
em.rfc2119 { 
    text-transform:     lowercase;
    font-variant:       small-caps;
    font-style:         normal;
    color:              #900;
}

h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
    border: none;
}

dfn {
    font-weight:    bold;
}

a.internalDFN {
    color:  inherit;
    border-bottom:  1px solid #99c;
    text-decoration:    none;
}

a.externalDFN {
    color:  inherit;
    border-bottom:  1px dotted #ccc;
    text-decoration:    none;
}

a.bibref {
    text-decoration:    none;
}

code {
    color:  #ff4500;
}


/* --- WEB IDL --- */
pre.idl {
    border-top: 1px solid #90b8de;
    border-bottom: 1px solid #90b8de;
    padding:    1em;
    line-height:    120%;
}

pre.idl::before {
    content:    "WebIDL";
    display:    block;
    width:      150px;
    background: #90b8de;
    color:  #fff;
    font-family:    initial;
    padding:    3px;
    font-weight:    bold;
    margin: -1em 0 1em -1em;
}

.idlType {
    color:  #ff4500;
    font-weight:    bold;
    text-decoration:    none;
}

/*.idlModule*/
/*.idlModuleID*/
/*.idlInterface*/
.idlInterfaceID, .idlDictionaryID {
    font-weight:    bold;
    color:  #005a9c;
}

.idlSuperclass {
    font-style: italic;
    color:  #005a9c;
}

/*.idlAttribute*/
.idlAttrType, .idlFieldType, .idlMemberType {
    color:  #005a9c;
}
.idlAttrName, .idlFieldName, .idlMemberName {
    color:  #ff4500;
}
.idlAttrName a, .idlFieldName a, .idlMemberName a {
    color:  #ff4500;
    border-bottom:  1px dotted #ff4500;
    text-decoration: none;
}

/*.idlMethod*/
.idlMethType {
    color:  #005a9c;
}
.idlMethName {
    color:  #ff4500;
}
.idlMethName a {
    color:  #ff4500;
    border-bottom:  1px dotted #ff4500;
    text-decoration: none;
}

/*.idlParam*/
.idlParamType {
    color:  #005a9c;
}
.idlParamName {
    font-style: italic;
}

.extAttr {
    color:  #666;
}

/*.idlConst*/
.idlConstType {
    color:  #005a9c;
}
.idlConstName {
    color:  #ff4500;
}
.idlConstName a {
    color:  #ff4500;
    border-bottom:  1px dotted #ff4500;
    text-decoration: none;
}

/*.idlException*/
.idlExceptionID {
    font-weight:    bold;
    color:  #c00;
}

.idlTypedefID, .idlTypedefType {
    color:  #005a9c;
}

.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
    color:  #c00;
    font-weight:    normal;
}

.excName a {
    font-family:    monospace;
}

.idlRaises a.idlType, .excName a.idlType {
    border-bottom:  1px dotted #c00;
}

.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
    width:  45px;
    text-align: center;
}
.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }

.idlImplements a {
    font-weight:    bold;
}

dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
    margin-left:    2em;
}

.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
    font-weight:    normal;
}

.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
    font-weight:    bold;
    color:  #000;
    font-family:    monospace;
}

.attributes dt code, .fields dt code, .dictionary-members dt code {
    background:  #ffffd2;
}

.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
    color:  #005a9c;
    background:  transparent;
    font-family:    inherit;
    font-weight:    normal;
    font-style: italic;
}

.methods dt code {
    background:  #d9e6f8;
}

.constants dt code {
    background:  #ddffd2;
}

.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
    margin-bottom:  1em;
}

table.parameters, table.exceptions {
    border-spacing: 0;
    border-collapse:    collapse;
    margin: 0.5em 0;
    width:  100%;
}
table.parameters { border-bottom:  1px solid #90b8de; }
table.exceptions { border-bottom:  1px solid #deb890; }

.parameters th, .exceptions th {
    color:  #fff;
    padding:    3px 5px;
    text-align: left;
    font-family:    initial;
    font-weight:    normal;
    text-shadow:    #666 1px 1px 0;
}
.parameters th { background: #90b8de; }
.exceptions th { background: #deb890; }

.parameters td, .exceptions td {
    padding:    3px 10px;
    border-top: 1px solid #ddd;
    vertical-align: top;
}

.parameters tr:first-child td, .exceptions tr:first-child td {
    border-top: none;
}

.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
    width:  100px;
}

.parameters td.prmType {
    width:  120px;
}

table.exceptions table {
    border-spacing: 0;
    border-collapse:    collapse;
    width:  100%;
}

/* --- TOC --- */
.toc a {
    text-decoration:    none;
}

a .secno {
    color:  #000;
}

/* --- TABLE --- */
table.simple {
    border-spacing: 0;
    border-collapse:    collapse;
    border-bottom:  3px solid #005a9c;
}

.simple th {
    background: #005a9c;
    color:  #fff;
    padding:    3px 5px;
    text-align: left;
}

.simple th[scope="row"] {
    background: inherit;
    color:  inherit;
    border-top: 1px solid #ddd;
}

.simple td {
    padding:    3px 10px;
    border-top: 1px solid #ddd;
}

.simple tr:nth-child(even) {
    background: #f0f6ff;
}

/* --- DL --- */
.section dd > p:first-child {
    margin-top: 0;
}

.section dd > p:last-child {
    margin-bottom: 0;
}

.section dd {
    margin-bottom:  1em;
}

.section dl.attrs dd, .section dl.eldef dd {
    margin-bottom:  0;
}

/* --- EXAMPLES --- */
pre.example {
    border-top: 1px solid #ff4500;
    border-bottom: 1px solid #ff4500;
    padding:    1em;
    margin-top: 1em;
}

pre.example::before {
    content:    "Example";
    display:    block;
    width:      150px;
    background: #ff4500;
    color:  #fff;
    font-family:    initial;
    padding:    3px;
    font-weight:    bold;
    margin: -1em 0 1em -1em;
}

/* --- EDITORIAL NOTES --- */
.issue {
    padding:    1em;
    margin: 1em 0em 0em;
    border: 1px solid #f00;
    background: #ffc;
}

.issue::before {
    content:    "Issue";
    display:    block;
    width:  150px;
    margin: -1.5em 0 0.5em 0;
    font-weight:    bold;
    border: 1px solid #f00;
    background: #fff;
    padding:    3px 1em;
}

.note {
    margin: 1em 0em 0em;
    padding:    1em;
    border: 2px solid #cff6d9;
    background: #e2fff0;
}

.note::before {
    content:    "Note";
    display:    block;
    width:  150px;
    margin: -1.5em 0 0.5em 0;
    font-weight:    bold;
    border: 1px solid #cff6d9;
    background: #fff;
    padding:    3px 1em;
}

/* --- Best Practices --- */
div.practice {
    border: solid #bebebe 1px;
    margin: 2em 1em 1em 2em;
}

span.practicelab {
    margin: 1.5em 0.5em 1em 1em;
    font-weight: bold;
    font-style: italic;
}

span.practicelab   { background: #dfffff; }

span.practicelab {
    position: relative;
    padding: 0 0.5em;
    top: -1.5em;
}

p.practicedesc {
    margin: 1.5em 0.5em 1em 1em;
}

@media screen {
    p.practicedesc {
        position: relative;
        top: -2em;
        padding: 0;
        margin: 1.5em 0.5em -1em 1em;
    }
}

/* --- SYNTAX HIGHLIGHTING --- */
pre.sh_sourceCode {
  background-color: white;
  color: black;
  font-style: normal;
  font-weight: normal;
}

pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: 	#ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */

/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: #00008B; }
pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }

/* for OOP */
pre.sh_sourceCode .sh_classname { color: teal; }

/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { display: none; }

/* Internet related */
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }

/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }

/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: #006400; }

/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: #006400; }
pre.sh_sourceCode .sh_optionalargument { color: purple; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: blue; }

/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: #006400; }
pre.sh_sourceCode .sh_difflines { color: blue; }

/* for css */
pre.sh_sourceCode .sh_selector { color: purple; }
pre.sh_sourceCode .sh_property { color: blue; }
pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }

/* other */
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: #006400; }

</style><style type="text/css">ol.algorithm { counter-reset:numsection; list-style-type: none; }
ol.algorithm li { margin: 0.5em 0; }
ol.algorithm li:before { font-weight: bold; counter-increment: numsection; content: counters(numsection, ".") ") "; }

</style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css" charset="utf-8" /></head> 
  <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a></p><h1 id="title" class="title" property="dcterms:title">RDFa Lite 1.1</h1><h2 content="2011-12-08T05:00:00+0000" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-working-draft-08-december-2011"><acronym title="World Wide Web Consortium">W3C</acronym> Working Draft 08 December 2011</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-rdfa-lite-20111208/">http://www.w3.org/TR/2011/WD-rdfa-lite-20111208/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/rdfa-lite/">http://www.w3.org/TR/rdfa-lite/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://www.w3.org/2010/02/rdfa/sources/rdfa-lite/">http://www.w3.org/2010/02/rdfa/sources/rdfa-lite/</a></dd><dt>Editor:</dt><dd rel="bibo:editor"><span typeof="foaf:Person"><a href="http://digitalbazaar.com/" content="Manu Sporny" property="foaf:name" rel="foaf:homepage">Manu Sporny</a>, <a href="http://digitalbazaar.com/" rel="foaf:workplaceHomepage">Digital Bazaar, Inc.</a></span>
</dd>
</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="license">Copyright</a> © 2011 <span rel="dcterms:publisher"><span typeof="foaf:Organization"><a href="http://www.w3.org/" content="World Wide Web Consotrium" property="foaf:name" rel="foaf:homepage"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup></span></span> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p><hr /></div> 
    <div id="abstract" class="introductory section" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" about="#abstract"><h2>Abstract</h2> 
      <p>
RDFa Lite is a small subset of RDFa consisting of a few attributes that may
be applied to most simple to moderate structured data markup tasks. While it
is not a complete solution for advanced markup tasks, it does provide a good
entry point for beginners.
      </p> 
    </div><div class="introductory section" id="sotd" typeof="bibo:Chapter" about="#sotd"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p><p>This document was published by the <a href="http://www.w3.org/2010/02/rdfa/"><acronym title="World Wide Web Consortium">W3C</acronym> RDF Web Applications Working Group</a> as a First Public Working Draft. The purpose of this document is to provide an easy 15 minute introduction to RDFa that will resonate with most Web developers. This document is not intended to be a complete specification of RDFa 1.1. The complete specification of RDFa can be found in RDFa Core or one of the host languages for RDFa: XHTML+RDFa, SVG+RDFa, or HTML+RDFa.
    This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. If you wish to make comments regarding this document, please send them to <a href="mailto:public-rdfa-wg@w3.org">public-rdfa-wg@w3.org</a> (<a href="mailto:public-rdfa-wg-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-rdfa-wg/">archives</a>). All feedback is welcome.</p><p>Publication as a Working Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/44350/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div id="toc" typeof="bibo:Chapter" about="#toc" class="section"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#the-attributes" class="tocxref"><span class="secno">2. </span>The Attributes</a><ul class="toc"><li class="tocline"><a href="#vocab--typeof-and-property" class="tocxref"><span class="secno">2.1 </span>vocab, typeof and property</a></li><li class="tocline"><a href="#about" class="tocxref"><span class="secno">2.2 </span>about</a></li><li class="tocline"><a href="#prefix" class="tocxref"><span class="secno">2.3 </span>prefix</a></li></ul></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">3. </span>Conformance</a><ul class="toc"><li class="tocline"><a href="#document-conformance" class="tocxref"><span class="secno">3.1 </span>Document Conformance</a></li><li class="tocline"><a href="#rdfa-processor-conformance" class="tocxref"><span class="secno">3.2 </span>RDFa Processor Conformance</a></li><li class="tocline"><a href="#user-agent-conformance" class="tocxref"><span class="secno">3.3 </span>User Agent Conformance</a></li></ul></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">A. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">A.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">A.2 </span>Informative references</a></li></ul></li></ul></div> 

    <div id="introduction" typeof="bibo:Chapter" about="#introduction" class="section">
      
<!-- OddPage -->
<h2><span class="secno">1. </span>Introduction</h2>
      <p>
The RDFa syntax [<cite><a class="bibref" rel="biblioentry" href="#bib-RDFA-CORE">RDFA-CORE</a></cite>] is often criticized as having too much 
functionality, leaving first-time authors confused about the more advanced 
features. This lighter version of RDFa helps authors easily jump into the 
structured data world. The goal was to create a very minimal subset that will 
work for 80% of the folks out there doing simple data markup.
      </p>
    </div>

    <div id="the-attributes" typeof="bibo:Chapter" about="#the-attributes" class="section">
      
<!-- OddPage -->
<h2><span class="secno">2. </span>The Attributes</h2>
      <p>
RDFa Lite consists of five simple attributes; <code>vocab</code>, 
<code>typeof</code>, <code>property</code>, <code>about</code>, and 
<code>prefix</code>. RDFa 1.1 Lite is completely upwards compatible with the 
full set of RDFa 1.1 attributes. This means that if an author finds that
RDFa Lite isn't powerful enough, transitioning to the full version of RDFa is
just a matter of adding the more powerful RDFa attributes into the existing
RDFa Lite markup.
      </p>

      <div id="vocab--typeof-and-property" typeof="bibo:Chapter" about="#vocab--typeof-and-property" class="section">
        <h3><span class="secno">2.1 </span>vocab, typeof and property</h3> 
        <p>
RDFa, like Microformats and Microdata, allow us to talk about <em>things</em> 
on the Web. Typically when we talk about a thing, we use a particular 
<strong>vocabulary</strong> to talk about it. So, if you wanted to talk about 
People, the vocabulary that you would use would specify terms like 
<em>name</em> and <em>telephone number</em>. When we want to mark up things on 
the Web, we need to do something very similar, which is specify which 
vocabulary that we are going to be using. Here is a simple example that 
specifies a vocabulary that we intend to use to markup things in the paragraph:
        </p> 
        <pre class="example">&lt;p <span style="color: #5b5; font-weight: bold;">vocab=&quot;http://schema.org/&quot;</span>&gt;
   My name is Manu Sporny and you can give me a ring via 1-800-555-0199.
&lt;/p&gt;</pre> 
        <p>
As you will note above, we have specified that we're going to be using the 
<strong>vocabulary</strong> that can be found at 
<code>http://schema.org/</code>. This is a vocabulary that has been 
released by major search engine companies to talk about common things on the 
Web that Search Engines care about – things like People, Places, Reviews, 
Recipes, and Events. Once we have specified the vocabulary, we need to specify 
the <strong>type of</strong> the thing that we're talking about. In this 
particular case we are talking about a Person, which can be marked up like so:
        </p> 
        <pre class="example">&lt;p vocab=&quot;http://schema.org/&quot; <span style="color: #5b5; font-weight: bold;">typeof=&quot;Person&quot;</span>&gt;
   My name is Manu Sporny and you can give me a ring via 1-800-555-0199.
&lt;/p&gt;</pre> 
        <p>
Now all we need to do is specify which <strong>properties</strong> of that 
person we want to point out to the search engine. In the following example, we 
mark up the person's name and phone number:
        </p> 
        <pre class="example">&lt;p vocab=&quot;http://schema.org/&quot; typeof=&quot;Person&quot;&gt;
   My name is
   &lt;span <span style="color: #5b5; font-weight: bold;">property=&quot;name&quot;</span>&gt;Manu Sporny&lt;/span&gt;
   and you can give me a ring via
   &lt;span <span style="color: #5b5; font-weight: bold;">property=&quot;telephone&quot;</span>&gt;1-800-555-0199&lt;/span&gt;.
&lt;/p&gt;</pre> 
        <p>
Now, when somebody types in “phone number for Manu Sporny” into a 
search engine, the search engine can more reliably answer the question 
directly, or point the person searching to a more relevant Web page.
        </p> 
      </div>

      <div id="about" typeof="bibo:Chapter" about="#about" class="section">
        <h3><span class="secno">2.2 </span>about</h3> 
        <p>
If you want Web authors to be able to talk <em>about</em> the things on your 
page, you can identify the thing using a hash and a name. For example:
        </p> 
        <pre class="example">&lt;p vocab=&quot;http://schema.org/&quot; <span style="color: #5b5; font-weight: bold;">about=&quot;#manu&quot;</span> typeof=&quot;Person&quot;&gt;
   My name is
   &lt;span property=&quot;name&quot;&gt;Manu Sporny&lt;/span&gt;
   and you can give me a ring via
   &lt;span property=&quot;telephone&quot;&gt;1-800-555-0199&lt;/span&gt;.
   &lt;img property=&quot;image&quot; src=&quot;http://manu.sporny.org/images/manu.png&quot; /&gt;
&lt;/p&gt;</pre> 
        <p>
If we assume that the markup above can be found at 
<code>http://example.org/people</code>, then the identifier for the thing is 
the address, plus the value in the <code>about</code> attribute. Therefore, the 
identifier for the thing on the page would be: 
<code>http://example.org/people#manu</code>. This identifier is also useful if
you want to talk about the thing on another Web page. By identifying all things
on the Web using a unique Uniform Resource Locator (URL), we can start building
a Web of things. Companies building software for the Web can use this
Web of things to answer complex questions like: &quot;What is Manu Sporny's phone 
number and what does he look like?&quot;.
        </p> 
        <p class="issue">
The Working Group is considering replacing the @about attribute with @resource.
The details of the proposal are 
<a href="http://www.w3.org/2010/02/rdfa/wiki/ResourceAbout">outlined in the wiki</a>. 
The Working Group needs
feedback from Web authors and implementers in order to ensure that the 
decision reflects something that would be helpful to authors. The change 
would result in the example above being changed to the following:
        </p>

        <pre class="example">&lt;p vocab=&quot;http://schema.org/&quot; <span style="color: #5b5; font-weight: bold;">resource=&quot;#manu&quot;</span> typeof=&quot;Person&quot;&gt;
   My name is
   &lt;span property=&quot;name&quot;&gt;Manu Sporny&lt;/span&gt;
   and you can give me a ring via
   &lt;span property=&quot;telephone&quot;&gt;1-800-555-0199&lt;/span&gt;.
   &lt;img property=&quot;image&quot; src=&quot;http://manu.sporny.org/images/manu.png&quot; /&gt;
&lt;/p&gt;</pre> 
      </div>
      
      <div id="prefix" typeof="bibo:Chapter" about="#prefix" class="section">
        <h3><span class="secno">2.3 </span>prefix</h3>
        <p>
In some cases, a vocabulary may not have all of the terms an author needs when 
describing their <em>thing</em>. The last feature in RDFa 1.1 Lite that some 
authors might need is the ability to specify more than one vocabulary. For 
example, if we are describing a Person and we need to specify that they have a 
favorite animal, we could do something like the following:
        </p> 
        <pre class="example">&lt;p vocab=&quot;http://schema.org/&quot; <span style="color: #5b5; font-weight: bold;">prefix=&quot;ov: http://open.vocab.org/terms/&quot;</span> about=&quot;#manu&quot; typeof=&quot;Person&quot;&gt;
   My name is
   &lt;span property=&quot;name&quot;&gt;Manu Sporny&lt;/span&gt;
   and you can give me a ring via
   &lt;span property=&quot;telephone&quot;&gt;1-800-555-0199&lt;/span&gt;.
   &lt;img property=&quot;image&quot; src=&quot;http://manu.sporny.org/images/manu.png&quot; /&gt;
   My favorite animal is the &lt;a <span style="color: #5b5; font-weight: bold;">property=&quot;ov:preferredAnimal&quot;</span>&gt;Liger&lt;/a&gt;.
&lt;/p&gt;</pre> 
        <p>
The example assigns a short-hand prefix to the Open Vocabulary 
(<code>ov</code>) and uses that prefix to specify the 
<code>preferredAnimal</code> vocabulary term. Since schema.org doesn't have 
a clear way of expressing a favorite animal, the author instead depends on
this alternate vocabulary to get the job done.
        </p> 
        <p>
RDFa 1.1 Lite also pre-defines a number of 
<a href="http://www.w3.org/2011/rdfa-context/rdfa-1.1">useful and popular 
prefixes</a>, such as <code>dc</code>, <code>foaf</code> and 
<code>schema</code>. This ensures that even if authors forget to declare the 
popular prefixes, that their structured data will continue to work.
        </p> 
    </div>
  </div>

<div id="conformance" typeof="bibo:Chapter" about="#conformance" class="section">
<!-- OddPage -->
<h2><span class="secno">3. </span>Conformance</h2><p>As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.</p>
<p>The key words <em class="rfc2119" title="must">must</em>, <em class="rfc2119" title="must not">must not</em>, <em class="rfc2119" title="required">required</em>, <em class="rfc2119" title="should">should</em>, <em class="rfc2119" title="should not">should not</em>, <em class="rfc2119" title="recommended">recommended</em>, <em class="rfc2119" title="may">may</em>, and <em class="rfc2119" title="optional">optional</em> in this specification are to be interpreted as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RFC2119">RFC2119</a></cite>].</p>


<div id="document-conformance" typeof="bibo:Chapter" about="#document-conformance" class="section">
<h3><span class="secno">3.1 </span>Document Conformance</h3>

  <p>In order for a document to claim that it is a conforming HTML+RDFa Lite
  document, it <em class="rfc2119" title="must">must</em> provide the facilities described as mandatory in this
  section. The document conformance criteria are listed below, of which only
  a subset are mandatory:</p>

  <ul>
    <li>All Document Conformance requirements stated as mandatory for the
    HTML5 language in the HTML+RDFa 1.1 [<cite><a class="bibref" rel="biblioentry" href="#bib-HTML-RDFA">HTML-RDFA</a></cite>] specification 
    <em class="rfc2119" title="must">must</em> be met.</li>
    
    <li>All HTML5 elements and attributes <em class="rfc2119" title="should">should</em> be used in a way that is
    conformant with [<cite><a class="bibref" rel="biblioentry" href="#bib-HTML5">HTML5</a></cite>]. All RDFa attributes <em class="rfc2119" title="should">should</em> be used in a way that
    is conformant with [<cite><a class="bibref" rel="biblioentry" href="#bib-HTML-RDFA">HTML-RDFA</a></cite>] and this document.</li>
  </ul>

<p>An example of a conforming RDFa Lite document:</p>

<pre title="Example of an HTML+RDFa Lite 1.1 document" class="example">&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;title&gt;Example Document&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;p&gt;This website is &lt;a href=&quot;http://example.org/&quot;&gt;example.org&lt;/a&gt;.&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>

</div>

<div id="rdfa-processor-conformance" typeof="bibo:Chapter" about="#rdfa-processor-conformance" class="section">
  <h3><span class="secno">3.2 </span>RDFa Processor Conformance</h3>

  <p>The RDFa Processor conformance criteria are listed below, all of
  which are mandatory:</p>
  <ul>
    <li>An RDFa Processor <em class="rfc2119" title="must">must</em> implement all of the mandatory features 
    specified in the RDFa Processor Conformance section of the HTML+RDFa 1.1 
    specification [<cite><a class="bibref" rel="biblioentry" href="#bib-HTML-RDFA">HTML-RDFA</a></cite>].</li>
  </ul>
</div>

<div id="user-agent-conformance" typeof="bibo:Chapter" about="#user-agent-conformance" class="section">
<h3><span class="secno">3.3 </span>User Agent Conformance</h3>

  <p>A User Agent is considered to be a type of RDFa Processor when the 
  User Agent stores or processes RDFa attributes and their values. The
  reason there are separate <em>RDFa Processor Conformance</em> and a 
  <em>User Agent Conformance</em> sections is because one can be a valid
  HTML5 RDFa Processor but not a valid HTML5 User Agent (for example, by only
  providing a very small subset of rendering functionality).
  </p>

  <p>The User Agent conformance criteria are listed below, all of which are
  mandatory:</p>

  <ul>
    <li>A User Agent <em class="rfc2119" title="must">must</em> conform to all requirements listed in the 
    <span>Conformance Requirements</span> section of the HTML+RDFa
    [<cite><a class="bibref" rel="biblioentry" href="#bib-HTML-RDFA">HTML-RDFA</a></cite>] specification that relate to the HTML5 language.
    </li>
  </ul>

</div>

</div>

  
   


<div id="references" class="appendix section" typeof="bibo:Chapter" about="#references">
<!-- OddPage -->
<h2><span class="secno">A. </span>References</h2><div id="normative-references" typeof="bibo:Chapter" about="#normative-references" class="section"><h3><span class="secno">A.1 </span>Normative references</h3><dl class="bibliography" about=""><dt id="bib-HTML-RDFA">[HTML-RDFA]</dt><dd rel="dcterms:requires">Sporny, Manu et. al. <a href="http://www.w3.org/TR/rdfa-in-html/"><cite>RDFa in HTML</cite></a> 2010. W3C. URL: <a href="http://www.w3.org/TR/rdfa-in-html/">http://www.w3.org/TR/rdfa-in-html/</a>
</dd><dt id="bib-HTML5">[HTML5]</dt><dd rel="dcterms:requires">Ian Hickson; David Hyatt. <a href="http://www.w3.org/TR/html5"><cite>HTML5.</cite></a> 25 May 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/html5">http://www.w3.org/TR/html5</a> 
</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
</dd></dl></div><div id="informative-references" typeof="bibo:Chapter" about="#informative-references" class="section"><h3><span class="secno">A.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-RDFA-CORE">[RDFA-CORE]</dt><dd rel="dcterms:references">Shane McCarron; et al. <a href="http://www.w3.org/TR/2011/WD-rdfa-core-20110331"><cite>RDFa Core 1.1: Syntax and processing rules for embedding RDF through attributes.</cite></a> 31 March 2011. W3C Working Draft. URL: <a href="http://www.w3.org/TR/2011/WD-rdfa-core-20110331">http://www.w3.org/TR/2011/WD-rdfa-core-20110331</a> 
</dd></dl></div></div></body></html>