From c2fc2db218a3b2fb22b85c0d16e97ed51b1af3b9 Mon Sep 17 00:00:00 2001 From: Gobe Hobona Date: Fri, 9 Feb 2024 11:57:11 +0000 Subject: [PATCH] adds map and legend relation types from OGC API - Maps --- definitions/conceptschemes/linkrelations.ttl | 23 +++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/definitions/conceptschemes/linkrelations.ttl b/definitions/conceptschemes/linkrelations.ttl index 169417d0..e127c719 100644 --- a/definitions/conceptschemes/linkrelations.ttl +++ b/definitions/conceptschemes/linkrelations.ttl @@ -130,7 +130,7 @@ ; - , , , , , , , , , , , , , , , , , , , , , , , , , , , , ; + , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ; "OGC Link Relation Type Register"@en . @@ -507,7 +507,7 @@ "tiling-schemes"@en . - + ; "Not yet registered with IANA" ; @@ -518,8 +518,25 @@ ; - "The target IRI points to a resource that describes how to provide the context resource as a map."@en ; + "Refers to a resource that is map representation of another geospatial resource (e.g. a collection)."@en ; "map" ; "map"@en . + + + ; + + "Not yet registered with IANA" ; + + "legend" ; + + "2024-02-09"^^ ; + + ; + + "Refers to a legend for the map."@en ; + + "legend" ; + + "legend"@en . \ No newline at end of file