From 60b57057710f3eb53e4c64eddbc58203f24e41c3 Mon Sep 17 00:00:00 2001 From: Kristin Date: Fri, 6 Sep 2019 13:55:39 -0400 Subject: [PATCH 1/2] Add CASE listEnumeration to ceasn:listID # 14 --- 0.4/cass2ceasn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/0.4/cass2ceasn b/0.4/cass2ceasn index df952b6..4933b32 100644 --- a/0.4/cass2ceasn +++ b/0.4/cass2ceasn @@ -75,6 +75,10 @@ "@id": "ceasn:competencyCategory", "@language": "en-US" }, + "http://schema.eduworks.com/ims/case/v1p0/listEnumeration": { + "@id": "ceasn:listID", + "@type": "xsd:string" + }, "privateEncrypted": { "@id": "ebac:privateEncrypted" }, From 22a0dc39256e6752ef31d466294cbe0c6c41d58c Mon Sep 17 00:00:00 2001 From: Kristin Date: Mon, 30 Sep 2019 13:16:16 -0400 Subject: [PATCH 2/2] 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",