From 720c43f370963c92ec620d45eb02e98b7b8a2763 Mon Sep 17 00:00:00 2001 From: Rob Atkinson Date: Mon, 28 Oct 2024 12:42:28 +1100 Subject: [PATCH] Highlighting key building blocks. --- .../geo/common/data_types/ogc_collection/_bblock.json | 1 + registereditems/geo/features/feature/bblock.json | 1 + registereditems/geo/json-fg/feature/bblock.json | 1 + registereditems/ogc-utils/iri-or-curie/bblock.json | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/registereditems/geo/common/data_types/ogc_collection/_bblock.json b/registereditems/geo/common/data_types/ogc_collection/_bblock.json index d3caedc47..9e3eb5639 100644 --- a/registereditems/geo/common/data_types/ogc_collection/_bblock.json +++ b/registereditems/geo/common/data_types/ogc_collection/_bblock.json @@ -1,6 +1,7 @@ { "itemIdentifier": "r1.geo.common.data_types.ogc_collection", "name": "OGC Collection", + "highlighted": true, "abstract": "An OGC Collection resource is a JSON object that provides information about and access to a set of geospatial resources, through links to API endpoints and/or files online. It is most commonly used to describe geospatial datasets, but can be used for collections of anything geospatial.", "status": "valid", "dateTimeAddition": "2022-05-24T13:51:38+00:00", diff --git a/registereditems/geo/features/feature/bblock.json b/registereditems/geo/features/feature/bblock.json index 3671e2e2f..1fab26ca8 100644 --- a/registereditems/geo/features/feature/bblock.json +++ b/registereditems/geo/features/feature/bblock.json @@ -1,5 +1,6 @@ { "name": "Feature", + "highlighted": true, "abstract": "A feature. Every feature is a sub-resource of an OGC Collection.", "status": "stable", "dateTimeAddition": "2023-05-24T14:56:51+00:00", diff --git a/registereditems/geo/json-fg/feature/bblock.json b/registereditems/geo/json-fg/feature/bblock.json index 0e7e4f4d1..5225e16d5 100644 --- a/registereditems/geo/json-fg/feature/bblock.json +++ b/registereditems/geo/json-fg/feature/bblock.json @@ -1,5 +1,6 @@ { "name": "JSON-FG Feature", + "highlighted": true, "abstract": "A OGC Features and Geometries JSON (JSON-FG) Feature, extending GeoJSON to support a limited set of additional capabilities that are out-of-scope for GeoJSON, but that are important for a variety of use cases involving feature data.", "status": "stable", "dateTimeAddition": "2023-05-31T14:56:51+00:00", diff --git a/registereditems/ogc-utils/iri-or-curie/bblock.json b/registereditems/ogc-utils/iri-or-curie/bblock.json index b6b8850c5..8cd33a045 100644 --- a/registereditems/ogc-utils/iri-or-curie/bblock.json +++ b/registereditems/ogc-utils/iri-or-curie/bblock.json @@ -1,6 +1,7 @@ { "name": "IRI or CURIE", - "abstract": "This Building Block defines a data type for a full IRI/URI or a CURIE (with or without a prefix)", + "highlighted": true, + "abstract": "This Building Block defines a data type allowing schemas and profiles to use string base type for a full IRI/URI or a CURIE (with or without a prefix). This common pattern is complex to implement, and this Building Block makes it easy to implement consistently where-ever need.", "status": "stable", "dateTimeAddition": "2023-08-08T00:00:00+00:00", "itemClass": "datatype",