-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into 'master'
Development See merge request ontology-restrictions/LOVCube/montolo-voc!3
- Loading branch information
Showing
48 changed files
with
40,157 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# 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). | ||
|
||
## [2.0.0] - 2020-08-19 | ||
|
||
### Added | ||
|
||
- Class `:Repository` as not all RDF input data might come from an ontology repository, e.g. SHACL files from GitHub | ||
- `:OntologyRepository` class now a subclass of the new `:Repository` class | ||
- added several `rdfs:comment` triples to provide further information | ||
|
||
### Removed | ||
|
||
- Class `:RestrictionTypeDetector` removed as *detection* can only be performed by `:RestrictionTypeExpressionDetector` | ||
- Subclass statement removed: Class `:RestrictionTypeExpressionDetectorVersion` was accidentally a subclass of `qb:MeasureProperty` | ||
- Subclass statement removed: Class `:RestrictionTypeMeasure` was accidentally a subclass of `qb:MeasureProperty` | ||
- Several class and property definitions from other ontologies removed which initially were inserted by Protege | ||
- Definitions of the outdated lovcube ontology, this was supposed to be already rebranded to montolo-voc | ||
|
||
### Changed | ||
|
||
- Domain of `:detectsRestrictionTypeExpression` was changed from `:RestrictionTypeDetector` to `:RestrictionTypeExpressionDetector` | ||
- File extension of the ontology changed from `.owl` to `.ttl` as it already contained turtle | ||
|
||
|
||
|
||
## [1.0.0] - 2019-07-19 | ||
|
||
### Added | ||
|
||
- First official version | ||
|
||
[1.0.0]: https://github.com/IDLabResearch/montolo-voc/releases/tag/v1.0.0 | ||
[2.0.0]: https://github.com/IDLabResearch/montolo-voc/compare/v1.0.0...v2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
[![DOI](https://zenodo.org/badge/161186859.svg)](http://doi.org/10.5281/zenodo.2638002) | ||
|
||
# Ontology Restriction Types | ||
# MontoloVoc Vocabulary | ||
|
||
Ontologies created with [OWL](https://www.w3.org/TR/owl2-overview/), | ||
or in general using the [RDF](https://www.w3.org/TR/rdf11-concepts/) framework, might contain restrictions (axioms) to machine-understandably describe knowledge. | ||
This repository contains the RDF/OWL based *MontoloVoc* vocabulary | ||
which describes entities and statistics regarding RDF data models. | ||
It is developed according to the UPON-light methodology. | ||
Hence, the `requirements` folder contains information regarding the development process the documentation (ongoing work). | ||
|
||
Several types of such restrictions exist, and so far it is not known which restriction types are used to which extent in practice. | ||
This repository contains a vocabulary to describe restriction types, and corresponding restriction type expressions and measures ([MontoloVoc](montolo-voc.owl)). | ||
|
||
Tools creating statistics about the use of restriction types in ontologies can use the *MontoloVoc* vocabulary to describe the statistics and refer to their structure. | ||
# Ontology Restriction Types | ||
|
||
# MontoloVoc Vocabulary | ||
Ontologies created with [OWL](https://www.w3.org/TR/owl2-overview/), | ||
or in general using the [RDF](https://www.w3.org/TR/rdf11-concepts/) framework, | ||
might contain restrictions (axioms) to machine-understandably describe knowledge. | ||
Similarly, restrictions might be expressed as constraints. | ||
|
||
This repository contains the RDF/OWL based *MontoloVoc* vocabulary.. | ||
It is developed according to the UPON-light methodology. | ||
Hence, the `requirements` folder contains information regarding the development process the documentation (ongoing work). | ||
This repository contains a vocabulary to describe | ||
restriction types and corresponding restriction type expressions and measures ([MontoloVoc](montolo-voc.owl)). | ||
|
||
Tools creating statistics about the use of restriction types in ontologies | ||
can use the *MontoloVoc* vocabulary to describe the statistics and refer to their structure. | ||
|
||
# Montolo Restriction Types | ||
|
||
The vocabulary is used to describe concepts in [Montolo](https://github.com/IDLabResearch/Montolo), | ||
such as *restriction types*, their *expressions* and RDF DataCube-based *measurements* and *dimensions*. | ||
|
||
Statistics based on these *Montolo* descriptions are available in the [MontoloStats](https://w3id.org/montolo/data/montolo-stats) dataset, | ||
which covers 98% of [LOV](http://lov.linkeddata.es) and 97% [BioPortal](https://bioportal.bioontology.org) ontologies. | ||
which covers 98% of [LOV](http://lov.linkeddata.es) and 565 ontologies from [BioPortal](https://bioportal.bioontology.org) ontologies. | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.