-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding CLI to pyproject, see INCATools/kgcl-rdflib#24 * Added some typing, see INCATools/kgcl-rdflib#39 * Test refactoring. Using subfolders to differentiate different kinds of tests. Adding a test for grammar INCATools/kgcl-rdflib#41 Adding tests for string issue INCATools/kgcl-rdflib#36 * Using correct paths for imports, see INCATools/kgcl-rdflib#40 * Adding tests for grammar and rendering. Fixes INCATools/kgcl-rdflib#41 * Adding click tests. Making CLI more clig-compliant - changing some arguments to options Fixes INCATools/kgcl-rdflib#45 * Deprecating duplicative slots that store the type of the entity. See INCATools/kgcl-rdflib#44 * Adding collection of test cases that can be reused for testing different subcomponents: parsing, diffing, applyimg, rendering INCATools/kgcl-rdflib#42 INCATools/kgcl-rdflib#41 * noting deprecation, see INCATools/kgcl-rdflib#46 * Adding test cases * logging * refactoring so that about_node_type is no longer necessary See INCATools/kgcl-rdflib#44 * adding a CLI for parser. See INCATools/kgcl-rdflib#45 * fixing yaml/json/rdf generators and loaders * regenerating products. Adding pytest cache to ignore * Adding CLI for parser. See INCATools/kgcl-rdflib#45 * Fixing grammar such that replacement in obsoletion can be a CURIE. Fixes INCATools/kgcl-rdflib#48 Changed pattern of regex for CURIE prefix to be more permissive and allow numbers and underscores * regen * Fixing owl URI for someValuesFrom. Fixes INCATools/kgcl-rdflib#49 * regenerate * Do not check in derived files * Annotating methods with typing, see INCATools/kgcl-rdflib#39 Using more idiomatic python for type checking, see INCATools/kgcl-rdflib#40 * Removing unused/redundant package. Fixes INCATools/kgcl-rdflib#47 * various minor changes
- Loading branch information
Showing
66 changed files
with
8,623 additions
and
3,260 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,6 @@ docs/* | |
.vscode/* | ||
dist/* | ||
__pycache__ | ||
.pytest_cache | ||
.idea | ||
tmp/ |
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 +1,4 @@ | ||
## Add your own custom Makefile targets here | ||
|
||
test: | ||
poetry run pytest |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# Slot: filler | ||
# Slot: ~~filler~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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,5 +1,5 @@ | ||
|
||
# Slot: filler type | ||
# Slot: ~~filler type~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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,5 +1,5 @@ | ||
|
||
# Slot: object representation | ||
# Slot: ~~object representation~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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,5 +1,5 @@ | ||
|
||
# Slot: predicate representation | ||
# Slot: ~~predicate representation~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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,5 +1,5 @@ | ||
|
||
# Slot: property type | ||
# Slot: ~~property type~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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,5 +1,5 @@ | ||
|
||
# Slot: subject representation | ||
# Slot: ~~subject representation~~ _(deprecated)_ | ||
|
||
|
||
|
||
|
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
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.