From f2c18091b625fc9101c9a36e1aa7de36e82bd4ac Mon Sep 17 00:00:00 2001
From: Vincent Vialard <vialard@derivo.de>
Date: Tue, 24 Jan 2023 21:32:08 +0100
Subject: [PATCH] fix uri slot value for date type

bring uri value in sync with notes, just like time
---
 linkml_model/model/schema/types.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkml_model/model/schema/types.yaml b/linkml_model/model/schema/types.yaml
index f1921023..1f617537 100644
--- a/linkml_model/model/schema/types.yaml
+++ b/linkml_model/model/schema/types.yaml
@@ -66,7 +66,7 @@ types:
       - URI is dateTime because OWL reasoners do not work with straight date or time
 
   date:
-    uri: xsd:date
+    uri: xsd:dateTime
     base: XSDDate
     repr: str
     description: a date (year, month and day) in an idealized calendar