RDF Site Summary 1.0 Modules: Search

Authors

Manuel Lemos, Upper Design /PHP Classes Repository / PHP Developers Network  

Version

Latest Version: http://purl.org/rss/1.0/modules/search/

1.1 2002-06-12

Status

Proposed

Rights

Copyright © 2002 by the Authors.

Permission to use, copy, modify and distribute this RDF Site Summary 1.0 Module Specification and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to this RDF Site Summary 1.0 Module Specification and accompanying documentation and does not extend to the RSS Module's format itself.

Description

Provides addional information about items resulting from search engine query results.

Namespace Declarations

Model

<item> Elements:

Example

<?xml version="1.0" encoding="utf-8"?> 

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:search="http://purl.org/rss/1.0/modules/search/"
xmlns="http://purl.org/rss/1.0/"
>

<channel rdf:about="http://www.phpclasses.org/?format=rss1.0">
<title>PHP Classes</title>
<link>http://www.phpclasses.org/</link>
<description>PHP Classes Repository</description>

<items>
<rdf:Seq>
<rdf:li resource="http://www.phpclasses.org/browse.html/package/20.html" />
</rdf:Seq>
</items> 

</channel> 

<item rdf:about="http://www.phpclasses.org/browse.html/package/20.html">
<title>Class: Metabase</title>
<link>http://www.phpclasses.org/browse.html/package/20.html</link>
  <search:relevance>100</search:relevance>
  <search:scope>100</search:scope>
</item>

</rdf:RDF>