fields in core

Search results RDFa

  1. <h2 class="title">Search results</h2>
  2. <div>
  3.   <dl class="search-results node-results">
  4.     <dt class="title">
  5.       <a href="http://localhost/rdf/node/3">blog entry 1</a>
  6.       </dt>
  7.     <dd>

User page with RDFa

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
  2.  "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr"

values can be either strings or arrays even single-value arrays

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * @file
  6.  * Hooks provided by the RDF module.
  7.  */
  8.  
  9. /**
  10.  * @addtogroup hooks
  11.  * @{
  12.  */
  13.  
  14. /**
  15.  * Allow modules to define their own RDF mappings.
  16.  *
  17.  * @return

Fix for rdf.api.php

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * @file
  6.  * Hooks provided by the RDF module.
  7.  */
  8.  
  9. /**
  10.  * @addtogroup hooks
  11.  * @{
  12.  */
  13.  
  14. /**
  15.  * Allow modules to define their own RDF mappings.
  16.  *
  17.  * @return

rdf.api.php

  1. <?php
  2. // $Id$
  3.  
  4. /**
  5.  * @file
  6.  * Hooks provided by the RDF module.
  7.  */
  8.  
  9. /**
  10.  * @addtogroup hooks
  11.  * @{
  12.  */
  13.  
  14. /**
  15.  * Allow modules to define their own RDF mappings.
  16.  *
  17.  * @return
Syndicate content