All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2020-08-18
- Several detectors for SHACL core constraints (directories
shape-constraints-stats
andshape_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
andrdfs:range
) - Detector for OWL subsumption
owl:subClassOf
(note this is not official OWL-RDF as it should just berdfs: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
- Statistics namespace now
https://w3id.org/montolo/ns/montolo#
instead ofhttps://w3id.org/lovcube/ns/relovstats#
- Statistics vocabulary namespace now
https://w3id.org/montolo/ns/montolo-voc#
instead ofhttps://w3id.org/lovcube/ns/lovcube#
0.1.0 - 2018-12-10
- v0.1.0 which contains an initial version covering the detection of common RDFS and OWL axioms