Skip to content

Commit

Permalink
Highlighting key building blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Oct 28, 2024
1 parent bf571c4 commit 720c43f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions registereditems/geo/features/feature/bblock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions registereditems/geo/json-fg/feature/bblock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion registereditems/ogc-utils/iri-or-curie/bblock.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 720c43f

Please sign in to comment.