Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 937 Bytes

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 937 Bytes

Unreleased

  • Remove unused :class-query and :additional-pages config options
  • Sort triples for easier diffing

0.2.0

  • Add support for block level exports
    • Use a block's page name as an identity when no name is found
    • Add :unique-id-properties config to uniquely identify a block when no :block/name exists
    • Add warnings when a block can't be exported and a :classes-without-ids to silence them for certain classes
  • Add :expand-macros config to expand macros in export
  • Add --add-labels CLI option to add labels to all entities and use more standard vocabs like rdfs and owl. This option allows feeding an export to a LLM e.g. https://github.com/emptycrown/llama-hub/tree/main/loader_hub/file/rdf
  • Add :exclude-properties config to exclude certain properties from export
  • Add :type-property config to look up an entity's class

0.1.0

  • Initial release with rdf being exported to a file and validated