Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0' into 'development'
Browse files Browse the repository at this point in the history
Release/v0.2.0

See merge request ontology-restrictions/LOVCube/lovstats!3
  • Loading branch information
SvenLieber committed Aug 18, 2020
2 parents e0b27c0 + d60879a commit 8e0a9ce
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2020-08-18

### Added

- Several detectors for SHACL core constraints (directories `shape-constraints-stats` and `shape_constraint_detectors`)
- Detector for OWL exact qualified cardinality `owl:qualifiedCardinality`
- Detectors for OWL object and datatype domain/range (note they are not part of official OWL-RDF as it will just be `rdfs:domain` and `rdfs:range`)
- Detector for OWL subsumption `owl:subClassOf` (note this is not official OWL-RDF as it should just be `rdfs:subClassOf`)
- new commandline option to specify a repository URI where the input was taken from, which will be added as dimension to the output stats

### Changed

- Statistics namespace now `https://w3id.org/montolo/ns/montolo#` instead of `https://w3id.org/lovcube/ns/relovstats#`
- Statistics vocabulary namespace now `https://w3id.org/montolo/ns/montolo-voc#` instead of `https://w3id.org/lovcube/ns/lovcube#`

## [0.1.0] - 2018-12-10

### Added

- v0.1.0 which contains an initial version covering the detection of common RDFS and OWL axioms

[0.1.0]: https://github.com/IDLabResearch/lovstats/releases/tag/v0.1.0
[0.2.0]: https://github.com/IDLabResearch/lovstats/compare/v0.1.0...v0.2.0

0 comments on commit 8e0a9ce

Please sign in to comment.