Skip to content

Commit

Permalink
Second example
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Mar 2, 2019
1 parent 97514e1 commit ea8ea51
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,16 +1554,30 @@ <h4>Property: frequency</h4>
</tbody>
</table>

<p>
For example, a 15-minute time-series that is published daily could be described
</p>
<pre id="ex-frequency" class="example nohighlight turtle" aria-busy="false" aria-live="polite">
<div class="example">
<p>
For example, a 15-minute time-series that is published daily could be described
</p>
<pre id="ex-frequency" class="example nohighlight turtle" aria-busy="false" aria-live="polite">
&lt;ds913&gt;
a dcat:Dataset ;
dct:accrualPeriodicity &lt;http://purl.org/cld/freq/daily&gt; ;
dcat:temporalResolution "PT15M"^^xsd:duration ;
.
</pre>

<p>
A dataset composed of items added hourly and published immediately could be described
</p>
<pre id="ex-frequency" class="example nohighlight turtle" aria-busy="false" aria-live="polite">
&lt;ds782&gt;
a dcat:Dataset ;
dct:accrualPeriodicity &lt;http://purl.org/cld/freq/continuous&gt; ;
dcat:temporalResolution "PT1H"^^xsd:duration ;
.
</pre>
</div>

</section>

<section id="Property:dataset_spatial">
Expand Down

0 comments on commit ea8ea51

Please sign in to comment.