File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.2.0] - 2020-08-18
9+
10+ ### Added
11+
12+ - Several detectors for SHACL core constraints (directories ` shape-constraints-stats ` and ` shape_constraint_detectors ` )
13+ - Detector for OWL exact qualified cardinality ` owl:qualifiedCardinality `
14+ - 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 ` )
15+ - Detector for OWL subsumption ` owl:subClassOf ` (note this is not official OWL-RDF as it should just be ` rdfs:subClassOf ` )
16+ - new commandline option to specify a repository URI where the input was taken from, which will be added as dimension to the output stats
17+
18+ ### Changed
19+
20+ - Statistics namespace now ` https://w3id.org/montolo/ns/montolo# ` instead of ` https://w3id.org/lovcube/ns/relovstats# `
21+ - Statistics vocabulary namespace now ` https://w3id.org/montolo/ns/montolo-voc# ` instead of ` https://w3id.org/lovcube/ns/lovcube# `
22+
23+ ## [ 0.1.0] - 2018-12-10
24+
25+ ### Added
26+
27+ - v0.1.0 which contains an initial version covering the detection of common RDFS and OWL axioms
28+
29+ [ 0.1.0 ] : https://github.com/IDLabResearch/lovstats/releases/tag/v0.1.0
30+ [ 0.2.0 ] : https://github.com/IDLabResearch/lovstats/compare/v0.1.0...v0.2.0
You can’t perform that action at this time.
0 commit comments