CHANGELOG.md

rdf-rdfa-0.0.1 documentation

Package

Name
rdf-rdfa
Version
0.0.1
Uploaded
2026-06-13 00:17:04
Repository
https://github.com/tobyink/zuzu-rdf-rdfa
Dependencies
Metadata
zuzu-distribution.json
Archive
Download .tar.gz

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project roughly adheres to Semantic Versioning.

0.0.1 - 2026-06-13

First release.

  • HtmlRdfaParser: HTML+RDFa 1.1 (Second Edition) using html/parser.
  • XhtmlRdfaParser: XHTML+RDFa 1.1 (Third Edition) using std/data/xml.
  • RdfaCoreParser: RDFa Core 1.1 for generic XML.
  • CurieExpander: standalone CURIE/SafeCURIE/term expansion.
  • Optional features: @role, rdfa:copy/rdfa:Pattern property copying, and vocabulary expansion with a pluggable vocab_loader.
  • Passes the full official RDFa 1.1 test suite (html5, xhtml1, and rdfa1.1-vocab) on zuzu-rust, zuzu.pl, and zuzu-js.