Skip to content

Create release page for CASE 0.2.1 #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _data/releases/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: TBD
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.
Expand Down
52 changes: 52 additions & 0 deletions releases/0.2.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: 0.2.1 Release
layout: releases
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, except that ontology prefixes will now encode the ontology version in the concept IRI.

## 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))*