-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bca77f7
commit 352ba36
Showing
17 changed files
with
624 additions
and
252 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 |
---|---|---|
|
@@ -2,3 +2,10 @@ notes | |
playpen | ||
__pycache__ | ||
venv | ||
data | ||
deprecated | ||
legal | ||
unittest | ||
build | ||
backup_of_data | ||
backup_of_unittest |
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,20 @@ | ||
# Changelog | ||
|
||
## [1.0] - 2021-03-13 | ||
### Added | ||
- Initial release of Valditor Toolkot | ||
|
||
## [1.1] - 2021-04-05 | ||
### Fixed | ||
- Found missing line numbers | ||
- Found missing reports | ||
- Allow data type to be a subclass of data type in property constraint | ||
- Handle conflicting namespaces in ontology and data | ||
- Reject pickle file whose Version does not match the Toolkit Version | ||
- Fixed regex to match @type statement in json-ld files | ||
|
||
### Changed | ||
- Toolkit document | ||
|
||
### Added | ||
- Changelog file |
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
ontospy | ||
rdflib | ||
lxml |
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
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
Oops, something went wrong.