Metadata-Version: 2.4
Name: semantic_html
Version: 0.2.0
Summary: Parse HTML Notes into RDF-compatible JSON-LD structures via custom mapping.
Author-email: Christoph Sander <c-sander@heimat.de>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml==5.1.0
Requires-Dist: beautifulsoup4==4.12.2
Dynamic: license-file

# Semantic HTML

Parse HTML Notes into RDF-compatible JSON-LD structures.

See [tests/Testing.ipynb](tests/Testing.ipynb) for a demonstration.

There are no dependencies except for `lxml` and `bs4`. The result is JSON-LD and RDFa HTML.
