Skip to content

feat(pipeline): add generic namespace normalization plugin#337

Open
ddeboer wants to merge 1 commit intomainfrom
feat/generic-namespace-normalization
Open

feat(pipeline): add generic namespace normalization plugin#337
ddeboer wants to merge 1 commit intomainfrom
feat/generic-namespace-normalization

Conversation

@ddeboer
Copy link
Copy Markdown
Member

@ddeboer ddeboer commented Apr 9, 2026

Summary

  • Extract a generic namespaceNormalizationPlugin({ from, to }) that normalizes any namespace pair in void:class and void:property quad objects
  • Rewrite schemaOrgNormalizationPlugin as a thin wrapper around the generic plugin
  • Add { reverse: true } option to schemaOrgNormalizationPlugin to normalize https://schema.org/http://schema.org/
  • Update README with docs for both plugins, including reverse usage examples

- Extract namespaceNormalizationPlugin with from/to options for any namespace pair
- Rewrite schemaOrgNormalizationPlugin as a thin wrapper around the generic plugin
- Add reverse option to schemaOrgNormalizationPlugin (https→http)
- Update README with new plugin docs and reverse usage examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant