aboutsummaryrefslogtreecommitdiffstats
path: root/test/base/test_extractor.py
AgeCommit message (Collapse)Author
2022-12-24package restructuring: baseMatthias Baumgartner
* Reader and Extractor to respective reader/extractor modules * ReaderBuilder to reader module * ExtractorBuilder to extractor module * Loading module in utils (safe_load, unpack_name) * Pipeline and PipelineBuilder to lib module * errors to utils * documentation: "standard import" and "external import"
2022-12-15extractor interface revisionMatthias Baumgartner
* schema as property * predicates -> principals
2022-12-15imports and init filesMatthias Baumgartner
2022-12-03adapt to schema interface update: owl:maxCardinality changed to bsfs:uniqueMatthias Baumgartner
2022-11-25string conversion and equality checksMatthias Baumgartner