diff --git a/core/standard/clause_7_record.adoc b/core/standard/clause_7_record.adoc index 9722bc00..030f1fb1 100644 --- a/core/standard/clause_7_record.adoc +++ b/core/standard/clause_7_record.adoc @@ -46,11 +46,10 @@ Other encoding are allow but are not described in this document. [cols="20,5,55,20",options="header"] |=== |Queryables |Requirement |Description |GeoJSON key -|geometry |**required** |A geometry associated with the resource that is used for discovery. Can be null if there is no associated geometry |geometry -|time |**required** |The temporal extent of the resource. Can be null. |time +|geometry |**required** |A geometry associated with the resource that is used for discovery. Can be null if there is no associated geometry. |geometry +|time |**required** |The temporal extent of the resource. Can be null is there is not associated temporal extent. |time |type |**required** |The nature or genre of the resource. |properties.type |title |**required** |A human-readable name given to the resource. |properties.title - |description |optional |A free-text description of the resource. |properties.description |keywords |optional |A list of free-form keywords or tags associated with the resource. |properties.keyword |language |optional |The natural language used for textual values (i.e. titles, descriptions, etc) of a resource. |properties.language