Skip to content

Commit

Permalink
Tweak highlighted blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 6, 2024
1 parent 90090ad commit e1ccc98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _sources/features/observation/bblock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "SOSA Observation Feature",
"abstract": "This building blocks defines a GeoJSON feature containing a SOSA Observation",
"abstract": "This building blocks defines a GeoJSON feature containing a SOSA Observation, using the properties defined in the Observation Properties schema",
"highlighted": true,
"status": "under-development",
"dateTimeAddition": "2023-05-18T00:00:00Z",
"itemClass": "schema",
Expand Down
2 changes: 1 addition & 1 deletion _sources/properties/observation/bblock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SOSA Observation",
"name": "Observation Properties",
"abstract": "This building block defines the set of properties for an observation according to the SOSA/SSN specification. These properties may be directly included into a root element of a JSON object or used in the properties container of a GeoJSON feature.",
"status": "under-development",
"dateTimeAddition": "2023-04-13T00:00:00Z",
Expand Down
3 changes: 1 addition & 2 deletions _sources/properties/observationCollection/bblock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "SOSA ObservationCollection",
"highlighted": true,
"name": "ObservationCollection Properties",
"abstract": "This building block defines an ObservationCollection according to the SOSA/SSN v1.1 specification. It defines a set of logical rules regarding presence of mandatory properties anywhere within a potentially nested collection hierarchy. (implemented in SHACL, exploiting the semantic mapping to SOSA)",
"status": "under-development",
"dateTimeAddition": "2023-04-13T00:00:00Z",
Expand Down

0 comments on commit e1ccc98

Please sign in to comment.