adding dcat:bytes property description. the property was missing from dcat description
--- a/dcat/index.html Thu Jun 28 14:17:05 2012 +0100
+++ b/dcat/index.html Thu Jun 28 14:53:35 2012 +0100
@@ -669,7 +669,7 @@
<thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#size">dcat:size</a></th></tr></thead>
<tbody>
<tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
- <tr><td class="prop">Usage note:</td><td><a href="http://www.w3.org/ns/dcat#size">dcat:size</a> is usually used with a blank node described using <a href="http://www.w3.org/2000/01/rdf-schema#label">rdfs:label</a> and <a href="http://www.w3.org/ns/dcat#bytes">dcat:bytes</a>.</td></tr>
+ <tr><td class="prop">Usage note:</td><td><a href="http://www.w3.org/ns/dcat#size">dcat:size</a> is usually used with a blank node described using <a href="http://www.w3.org/2000/01/rdf-schema#label">rdfs:label</a> and <a href="#Property:_bytes">dcat:bytes</a>.</td></tr>
<tr><td class="prop">Example:</td><td><pre> :distribution dcat:size [dcat:bytes 5120^^xsd:integer; rdfs:label "5KB"]</pre></td></tr>
</tbody>
</table>
@@ -762,6 +762,22 @@
</table>
</section>
+<section>
+<h2 id="Property:_bytes">Property: size in bytes</h2>
+
+<table class="definition">
+ <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#bytes">dcat:bytes</a></th></tr></thead>
+ <tbody>
+ <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#int">xsd:int</a></td></tr>
+ <tr><td class="prop">Usage note:</td><td>discribes a size of a
+ distribution in bytes. <a href="#Property:_size">dcat:size</a> describes the size of a
+ distribution by linking it to a resource that can have a string
+ label and a the precise number of bytes stated by dcat:bytes.</td></tr>
+<tr><td class="prop">Example:</td><td><pre> :distribution dcat:size [dcat:bytes 5120^^xsd:integer; rdfs:label "5KB"]</pre></td></tr>
+ </tbody>
+</table>
+
+</section>
<section>
<h2 id="Extending_the_vocabulary">Extending the DCAT vocabulary</h2>