1) Требования к публикации реестра наборов открытых данных в формате HTML+RDFa подробно описаны в приложении 4 данных методических рекомендаций.
list.html (пример)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"
version="XHTML+RDFa 1.0" dir="ltr"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<head>
<title>Opendata</title>
</head>
<body>
<div about="/opendata" typeof="dc:Collection">
<div rel= "dc:conformsTo"
resource="http://opendata.gosmonitor.ru/standard/3.0"></div>
<table>
<thead><tr><th>N</th><th>Название набора данных</th> </tr></thead>
<tbody>
<tr rel="dc:hasPart" class="odd"><td>1</td><td typeof="foaf:Document"
about="/opendata/7712345678-showrooms" property="dc:title" content="Список
выставочных залов"><a href="/opendata/7712345678-showrooms">Список
выставочных залов</a></td> </tr>
<tr rel="dc:hasPart" class="even"><td>2</td><td typeof="foaf:Document"
about="/opendata/7712345678-libraries" property="dc:title" content="Список
муниципальных библиотек"><a href="/opendata/7712345678-libraries">Список
муниципальных библиотек</a></td> </tr>
</tbody>
</table>
</div>