From f00b1f382c9dc0c22960b0ab62c0c471926df7e1 Mon Sep 17 00:00:00 2001 From: Paul Brandt Date: Fri, 1 Apr 2022 12:29:47 +0200 Subject: [PATCH 1/6] Create release page for CASE 0.2.1 --- _data/releases/releases.yml | 3 +++ dependencies/CASE-Utilities-Python | 2 +- releases/0.2.1/index.md | 9 +++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 releases/0.2.1/index.md diff --git a/_data/releases/releases.yml b/_data/releases/releases.yml index 0478c0d2..ae5d8048 100644 --- a/_data/releases/releases.yml +++ b/_data/releases/releases.yml @@ -4,6 +4,9 @@ - title: 0.2.0 date: 2020-08-20 desc: Release of the CASE ontology with an encoded relationship with UCO. Removed prototype file, imported UCO, and provided investigation namespace. +- title: 0.2.1 + date: 2022-04-01 + desc: Patch to include CP-38 (remove "base IRI") and CP-25 (use prefixes for imported concepts). - title: 0.3.0 date: 2021-03-19 desc: Adoption of UCO 0.5.0. Added inline documentation, improved ontology release engineering process, and adjusted role modeling. diff --git a/dependencies/CASE-Utilities-Python b/dependencies/CASE-Utilities-Python index 1521663a..0390ee7e 160000 --- a/dependencies/CASE-Utilities-Python +++ b/dependencies/CASE-Utilities-Python @@ -1 +1 @@ -Subproject commit 1521663a7019ccc97e2039899815337052e3b6f5 +Subproject commit 0390ee7e423dfa839bc805e868f0eabede269c13 diff --git a/releases/0.2.1/index.md b/releases/0.2.1/index.md new file mode 100644 index 00000000..38bfae10 --- /dev/null +++ b/releases/0.2.1/index.md @@ -0,0 +1,9 @@ +--- +title: 0.2.1 Release +layout: releases +custom_css: releases +--- + +# {{ page.title }} + +*Date: TBD* From c5c20bff8b1b41ec8bb17754b1c1c32599e7b9bf Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 1 Apr 2022 10:16:14 -0400 Subject: [PATCH 2/6] Revert submodule pointer reversion --- dependencies/CASE-Utilities-Python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/CASE-Utilities-Python b/dependencies/CASE-Utilities-Python index 0390ee7e..1521663a 160000 --- a/dependencies/CASE-Utilities-Python +++ b/dependencies/CASE-Utilities-Python @@ -1 +1 @@ -Subproject commit 0390ee7e423dfa839bc805e868f0eabede269c13 +Subproject commit 1521663a7019ccc97e2039899815337052e3b6f5 From b354483d4cd641de4673c182e1db84191dca4193 Mon Sep 17 00:00:00 2001 From: Paul Brandt Date: Sat, 23 Apr 2022 16:52:11 +0200 Subject: [PATCH 3/6] Update releases.yml --- _data/releases/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/releases/releases.yml b/_data/releases/releases.yml index ae5d8048..04ba2610 100644 --- a/_data/releases/releases.yml +++ b/_data/releases/releases.yml @@ -5,7 +5,7 @@ date: 2020-08-20 desc: Release of the CASE ontology with an encoded relationship with UCO. Removed prototype file, imported UCO, and provided investigation namespace. - title: 0.2.1 - date: 2022-04-01 + date: TBD desc: Patch to include CP-38 (remove "base IRI") and CP-25 (use prefixes for imported concepts). - title: 0.3.0 date: 2021-03-19 From dfa01079196babfdd249d2f0052daf486784cf47 Mon Sep 17 00:00:00 2001 From: Paul Brandt Date: Sat, 23 Apr 2022 19:07:18 +0200 Subject: [PATCH 4/6] Update index.md Add Change Proposal 38 and its ref to Google Docs --- releases/0.2.1/index.md | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/releases/0.2.1/index.md b/releases/0.2.1/index.md index 38bfae10..5c07bd08 100644 --- a/releases/0.2.1/index.md +++ b/releases/0.2.1/index.md @@ -7,3 +7,46 @@ custom_css: releases # {{ page.title }} *Date: TBD* + +## Ontology File(s) + +[GitHub](https://github.com/casework/CASE/releases/tag/0.2.1) + +## Migration guidance + +In terms of CASE-namespaced concepts, release 0.2.1 is a patch to 0.2.0. Migration from CASE 0.2.0 does not require alterations to existing data. + +## Release Notes + +### Focus + +The focus of this patch is on IRI's: +* slash based as opposed to #-based IRI's + + +### Changes + +*(These are changes to ontologies, classes or properties in the preexisting ontology.)* + +Throughout this section, many of the notes are tied to Change Proposals. These proposals are available on CASE's [Reference Material page](/resources/references.html). + +#### Development Changes + +*(These are changes to ontology development practice, and are not necessarily changes to ontology data.)* + +* None + +#### Breaking Changes + +*(These are changes to ontologies, classes or properties in the preexisting ontology that make the new release non-backward-compatible.)* + +* None + + +#### Changes + +*(These are general changes to the preexisting ontology that are not breaking or range changes.)* + +* rdf-toolkit base-iri flag degenerates versionIRI when slash IRI form is used + *([Change Proposal 38](https://drive.google.com/file/d/1T7ZmDZuslKAGc2HA3PPYhSmKqDDoqfkt/view))* + From f6bdc6f5cdfac89e9235c0ecf4ca276743df8ab3 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 25 Apr 2022 09:55:20 -0400 Subject: [PATCH 5/6] Adjust release description --- _data/releases/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/releases/releases.yml b/_data/releases/releases.yml index 04ba2610..d7cc99e0 100644 --- a/_data/releases/releases.yml +++ b/_data/releases/releases.yml @@ -6,7 +6,7 @@ desc: Release of the CASE ontology with an encoded relationship with UCO. Removed prototype file, imported UCO, and provided investigation namespace. - title: 0.2.1 date: TBD - desc: Patch to include CP-38 (remove "base IRI") and CP-25 (use prefixes for imported concepts). + desc: Implementation of owl:versionIRI, and adoption of UCO 0.4.1 that does the same atop UCO 0.4.0. - title: 0.3.0 date: 2021-03-19 desc: Adoption of UCO 0.5.0. Added inline documentation, improved ontology release engineering process, and adjusted role modeling. From 6d7fd7d6a51443a05fc4b63088fd27d1f6c8f75a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 25 Apr 2022 09:57:14 -0400 Subject: [PATCH 6/6] Adjust scope of data modification --- releases/0.2.1/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/0.2.1/index.md b/releases/0.2.1/index.md index 5c07bd08..55078020 100644 --- a/releases/0.2.1/index.md +++ b/releases/0.2.1/index.md @@ -14,7 +14,7 @@ custom_css: releases ## Migration guidance -In terms of CASE-namespaced concepts, release 0.2.1 is a patch to 0.2.0. Migration from CASE 0.2.0 does not require alterations to existing data. +In terms of CASE-namespaced concepts, release 0.2.1 is a patch to 0.2.0. Migration from CASE 0.2.0 does not require alterations to existing data, except that ontology prefixes will now encode the ontology version in the concept IRI. ## Release Notes