aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema
AgeCommit message (Collapse)Author
2023-03-04namespace refactoring and cleanupMatthias Baumgartner
2023-03-02removed author and license notices from individual filesMatthias Baumgartner
2023-02-08binary blob in schema and sparql triple storeMatthias Baumgartner
2023-01-15Feature as Literal instead of Predicate subtypeMatthias Baumgartner
2023-01-13schema type comparison across classesMatthias Baumgartner
2023-01-12schema to stringMatthias Baumgartner
2023-01-12number literal adaptionsMatthias Baumgartner
2023-01-12renamed get_child to child in schema.types._Type and _Vertex to Vertex in ↵Matthias Baumgartner
schema.types
2023-01-11Feature support in the schemaMatthias Baumgartner
* Type annotations * Feature type * Moved from_string from Schema to its own file/function * Root predicate has a valid (not-None) range * ROOT_... export in schema.types * Empty as the default Schema constructor * Schema loads some additional default symbols * _Type instances compare along class hierarchy
2022-12-18schema orderingMatthias Baumgartner
2022-12-08schemaMatthias Baumgartner