From e3f4a37501b98f261f8c69334ce9b26304c6c3b4 Mon Sep 17 00:00:00 2001 From: RiccardoAlbertoni Date: Tue, 9 Nov 2021 12:05:30 +0100 Subject: [PATCH] adding 'rdfs:Literals typed as' in the ranges of spatialResolutionInMeters and TemporalResolution --- dcat/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dcat/index.html b/dcat/index.html index c113965d1..85522d6a0 100644 --- a/dcat/index.html +++ b/dcat/index.html @@ -2537,7 +2537,7 @@

Property: spatial resolution

- +
RDF Property:dcat:spatialResolutionInMeters
Definition:Minimum spatial separation resolvable in a dataset, measured in meters.
Range:xsd:decimal
Range:rdfs:Literal typed as xsd:decimal
Usage note:If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial datasets, this property will usually indicate the smallest distance between items in the dataset.
@@ -2586,7 +2586,7 @@

Property: temporal resolution

- +
RDF Property:dcat:temporalResolution
Definition:Minimum time period resolvable in the dataset.
Range:xsd:duration
Range:rdfs:Literal typed as xsd:duration
Usage note:If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset.