diff --git a/dcat/index.html b/dcat/index.html index 85b82e57e..078c857e0 100644 --- a/dcat/index.html +++ b/dcat/index.html @@ -369,8 +369,12 @@

Basic Example

dct:modified "2011-12-05"^^xsd:date ; dcat:contactPoint <http://example.org/transparency-office/contact> ; dct:temporal <http://reference.data.gov.uk/id/quarter/2006-Q1> ; - dcat:temporalResolution "P1D"^^xsd:duration ; dct:spatial <http://www.geonames.org/6695072> ; + dcat:spatialResolution [ + a dcat:Measure ; + dcat:amount 30.0 ; + dcat:unitOfMeasure ; + ] ; dct:publisher :finance-ministry ; dct:language <http://id.loc.gov/vocabulary/iso639-1/en>  ; dct:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W>  ; @@ -674,8 +678,8 @@

Class: Catalog

distribution, frequency, spatial/geographic coverage, + spatial resolution, temporal coverage, - temporal resolution, was generated by

The following properties are inherited from the super-class dcat:Resource: @@ -1437,8 +1441,8 @@

Class: Dataset

distribution, frequency, spatial/geographic coverage, + spatial resolution, temporal coverage, - temporal resolution, was generated by

The following properties are inherited from the super-class dcat:Resource: @@ -1599,18 +1603,20 @@

Property: temporal coverage

-
-

Property: temporal resolution

+
+

Property: spatial resolution

- + - - - + + +
RDF Property:dct:temporalResolution
RDF Property:dct:spatialResolution
Definition:minimum time period resolvable in the dataset
Range:xsd:duration
Usage note:If the dataset is a time-series this should correspond to the spacing of items. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset.
Definition:minimum spatial separation resolvable in a dataset
Range:rdfs:Resource
Usage note:If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial dataset, this property will usually indicate the smallest distance between items in the dataset.
+

The range of this property is a scaled quantity representing a distance. Its representation is currently unconstrained. A structured types such as qudt:QuantityValue or is recommended.

+

New property in this context in this revision of DCAT.

@@ -1666,7 +1672,7 @@

Class: Distribution

media type, release date, rights, - temporal resolution, + temporal resolution, title, update/modification date

@@ -1904,18 +1910,20 @@

Property: byteSize

-
-

Property: temporal resolution

+
+

Property: spatial resolution

- + - - - + + +
RDF Property:dct:temporalResolution
RDF Property:dct:spatialResolution
Definition:minimum time period resolvable in the dataset distribution
Range:xsd:duration
Usage note:If the dataset is a time-series this should correspond to the spacing of items. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset.
Definition:minimum spatial separation resolvable in a dataset
Range:rdfs:Resource
Usage note:If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial dataset, this property will usually indicate the smallest distance between items in the dataset.
+

The range of this property is a scaled quantity representing a distance. Its representation is currently unconstrained. A structured types such as qudt:QuantityValue or is recommended.

+

New property in this context in this revision of DCAT.

@@ -2306,6 +2314,54 @@

Class: Role

+
+

Class: Measure

+ + + + + + +
RDF Class:dcat:Measure
Definition:A quantity expressed as a scaled number
+ +

+ Class added in this revision of DCAT. +

+ +
+

Property: amount

+ + + + + + + +
RDF Property:dcat:amount
Definition:The numerical element of a quantity.
Domain:dcat:Measure
Range:xsd:decimal
+ +

+ Property added in this revision of DCAT. +

+
+ +
+

Property: unit of measure

+ + + + + + + + +
RDF Property:dcat:unit
Definition:The scale element of a quantity.
Domain:dcat:Measure
Range:rdfs:Resource
Usage note:
+ +

+ Property added in this revision of DCAT. +

+
+
+
@@ -3988,7 +4044,7 @@

Changes since the W3C Recommendation of 16 January 2014