aboutsummaryrefslogtreecommitdiffstats
path: root/bsie
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-23filematcher: check file properties, formulate them as a stringMatthias Baumgartner
2022-12-18adaptions to updates in bsfsMatthias Baumgartner
2022-12-18cosmetic changesMatthias Baumgartner
2022-12-15minor test improvements and information hiding in builderMatthias Baumgartner
2022-12-15bsie/pipeline interface revision:Matthias Baumgartner
* predicates -> principals * schema as property * principals as property * information hiding * full subschema instead of only predicates
2022-12-15extractor interface revisionMatthias Baumgartner
* schema as property * predicates -> principals
2022-12-15Pipeline.prefix as Namespace instead of URIMatthias Baumgartner
2022-12-15file node class in default schemaMatthias Baumgartner
2022-12-15import fixesMatthias Baumgartner
2022-12-15imports and init filesMatthias Baumgartner
2022-12-15minor fixes and commentsMatthias Baumgartner
2022-12-14bsie extraction and info appsMatthias Baumgartner
2022-12-03adapt to schema interface update: owl:maxCardinality changed to bsfs:uniqueMatthias Baumgartner
2022-11-25builders and pipelineMatthias Baumgartner
2022-11-25code analysis tool configs and minor fixesMatthias Baumgartner
2022-11-25string conversion and equality checksMatthias Baumgartner
2022-11-25decouple readers and extractors; use strings for reference and repeated type ↵Matthias Baumgartner
annotations
2022-11-25use schema and predicate types in extractorsMatthias Baumgartner
2022-10-31constant, filesize, and filename extractorsMatthias Baumgartner
2022-10-31path and stat readersMatthias Baumgartner
2022-10-31essential interfaces (reader, extractor, errors)Matthias Baumgartner