-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove about_node_representation #44
Milestone
Comments
cmungall
added a commit
to INCATools/kgcl
that referenced
this issue
Jul 5, 2022
cmungall
added a commit
to INCATools/kgcl
that referenced
this issue
Jul 5, 2022
cmungall
added a commit
to INCATools/kgcl
that referenced
this issue
Jul 5, 2022
* 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
Start on in: #50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is unneccessary - just as with jsonld we can leave as either CURIE or URI. Of course, wwe should always have a context file that maps prefixes
The text was updated successfully, but these errors were encountered: