Skip to content

Commit d3ee4bd

Browse files
authored
Merge pull request #162 from casework/ONT-445
Create release page for CASE 0.2.1
2 parents b8b6065 + 6d7fd7d commit d3ee4bd

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

_data/releases/releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- title: 0.2.0
55
date: 2020-08-20
66
desc: Release of the CASE ontology with an encoded relationship with UCO. Removed prototype file, imported UCO, and provided investigation namespace.
7+
- title: 0.2.1
8+
date: TBD
9+
desc: Implementation of owl:versionIRI, and adoption of UCO 0.4.1 that does the same atop UCO 0.4.0.
710
- title: 0.3.0
811
date: 2021-03-19
912
desc: Adoption of UCO 0.5.0. Added inline documentation, improved ontology release engineering process, and adjusted role modeling.

releases/0.2.1/index.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: 0.2.1 Release
3+
layout: releases
4+
custom_css: releases
5+
---
6+
7+
# {{ page.title }}
8+
9+
*Date: TBD*
10+
11+
## Ontology File(s)
12+
13+
[GitHub](https://github.com/casework/CASE/releases/tag/0.2.1)
14+
15+
## Migration guidance
16+
17+
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.
18+
19+
## Release Notes
20+
21+
### Focus
22+
23+
The focus of this patch is on IRI's:
24+
* slash based as opposed to #-based IRI's
25+
26+
27+
### Changes
28+
29+
*(These are changes to ontologies, classes or properties in the preexisting ontology.)*
30+
31+
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).
32+
33+
#### Development Changes
34+
35+
*(These are changes to ontology development practice, and are not necessarily changes to ontology data.)*
36+
37+
* None
38+
39+
#### Breaking Changes
40+
41+
*(These are changes to ontologies, classes or properties in the preexisting ontology that make the new release non-backward-compatible.)*
42+
43+
* None
44+
45+
46+
#### Changes
47+
48+
*(These are general changes to the preexisting ontology that are not breaking or range changes.)*
49+
50+
* rdf-toolkit base-iri flag degenerates versionIRI when slash IRI form is used
51+
*([Change Proposal 38](https://drive.google.com/file/d/1T7ZmDZuslKAGc2HA3PPYhSmKqDDoqfkt/view))*
52+

0 commit comments

Comments
 (0)