From 22a0dc39256e6752ef31d466294cbe0c6c41d58c Mon Sep 17 00:00:00 2001 From: Kristin Date: Mon, 30 Sep 2019 13:16:16 -0400 Subject: [PATCH] Add dateModified and remove @type of dateCreated for ceasn import Related to https://github.com/cassproject/cass-editor/issues/601 --- 0.4/ceasn2cass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/0.4/ceasn2cass b/0.4/ceasn2cass index 513c9b5..14392d4 100644 --- a/0.4/ceasn2cass +++ b/0.4/ceasn2cass @@ -89,8 +89,10 @@ "@id": "ceasn:conceptTerm" }, "ceasn:dateCreated": { - "@id": "schema:dateCreated", - "@type": "xsd:date" + "@id": "schema:dateCreated" + }, + "ceasn:dateModified": { + "@id": "schema:dateModified" }, "ceasn:dateValidFrom": { "@id": "schema:validFrom",