Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
* get all languages for properties and resources * refactoring * convert maxlength value to int * add project's group(s) to ontology * add project's user(s) to ontology * reformat code * remove code smells * remove unnecessary main methods * fix route call * Add comments to properties
- Loading branch information
Showing
with
265 additions
and 249 deletions.
- +1 −1 knora/dsp_tools.py
- +30 −52 knora/dsplib/models/group.py
- +1 −1 knora/dsplib/models/langstring.py
- +11 −8 knora/dsplib/models/listnode.py
- +22 −20 knora/dsplib/models/ontology.py
- +11 −43 knora/dsplib/models/project.py
- +24 −17 knora/dsplib/models/propertyclass.py
- +5 −2 knora/dsplib/models/resource.py
- +12 −6 knora/dsplib/models/resourceclass.py
- +63 −68 knora/dsplib/models/user.py
- +82 −29 knora/dsplib/utils/onto_get.py
- +1 −1 test/e2e/test_tools.py
- +2 −1 testdata/test-onto.json
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
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
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.