From 6932b2511ef42f916beb87372335da80e07e0b3d Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Thu, 25 Apr 2024 15:38:47 -0400 Subject: [PATCH] Gramatical error in Dataset.json --- jsonschema/definitions/Dataset.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema/definitions/Dataset.json b/jsonschema/definitions/Dataset.json index 0a1a75b..0ad135a 100644 --- a/jsonschema/definitions/Dataset.json +++ b/jsonschema/definitions/Dataset.json @@ -40,7 +40,7 @@ "sample": { "$id": "http://www.w3.org/ns/adms#sample", "title": "sample", - "description": "Links to a sample of an Dataset, which is a dcat:Distribution.", + "description": "Links to a sample of a Dataset, which is a dcat:Distribution.", "oneOf": [ { "type": "null" @@ -1355,4 +1355,4 @@ "publisher", "title" ] -} \ No newline at end of file +}