Re: SPARLQ endpoint discovery

Hi,

regarding "standard" sitemap generators, I can also recommend the Remote 
Sitemap Generator (RSG) [1,2] (the sources are more up-to-date then the 
packed files). RSG is especially able to process PURLs, which are quite 
common in a Linked Data environment.

Cheers,


Bob


[1] http://sourceforge.net/projects/rsitemapgen/files/
[2] http://smiy.svn.sourceforge.net/viewvc/smiy/remote-sitemap/

On 4/5/2011 10:30 AM, Francisco Javier López Pellicer wrote:
> Hi,
>
> Meanwhile, we can use the Sitemap protocol to point to human readable
> (HTML+RDFa) VoID descriptions. I mean, a pragmatic "semantic" sitemap
> tool should be a tool that creates for a linked dataset
>
> (1) its VoID description (this step is optional)
>
> (2) a standard sitemap (such as the tools in [1]) with links to relevant
> resources in the linked dataset (mandatory) and a VoID description
> (optional but recommended)
>
> I think that this approach is simpler and don't require to convince SEO
> consultants.
>
> In addition, we can use the Google extensions. For example, this one [2]
> about Code Search. This is a valid description:
>
> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
>
> xmlns:codesearch="http://www.google.com/codesearch/schemas/sitemap/1.0">
> <url>
> <!-- the HTML+RDFa -->
> <loc>http://dbpedia.org/page/Armenia</loc>
> </url>
> <url>
> <!-- the data (the code in Google terms) -->
> <loc>http://dbpedia.org/data/Armenia.rdf</loc>
> <codesearch:codesearch>
> <codesearch:filetype>xml</codesearch:filetype>
> </codesearch:codesearch>
> </url>
> </urlset>
>
>
> [1] http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators
> [2] http://www.google.com/support/webmasters/bin/answer.py?answer=75225

Received on Tuesday, 5 April 2011 10:23:58 UTC