Releases: ruby-rdf/rdf-vocab
Releases · ruby-rdf/rdf-vocab
Release 2.0.1
- Add serializers for vocabularies that are more appropriate than general RDF writers, specifically for Turtle, JSON-LD, and HTML+RDFa output.
- Serialize built-in vocabulary, or
- Serialize arbitrary vocabulary by providing an endpoint that defines it in RDFS.
- HTML+RDFa templates allow for ERB and Haml, with defaults in etc.
- Added
gen-vocab
command to therdf
CLI to give access to this.
Release 2.0.0
Update syncs with RDF.rb 2.0.0.
2.0.0.beta4
- Update CC vocabulary, use local version, as RDFa is broken at CC.
- Generate vocabularies using "rdf" executable rather than special-purpose vocab-fetch. Regenerate all vocabularies.
- Add disco vocabulary for DDI-RDF Discovery Vocabulary.
2.0 Beta Release
Updates for RDF.rb 2.0 Beta (no, you didn't miss the 1.0 release of this gem)
- Add most vocabularies originally in RDF.rb.
- Add the frozen_string_literal pragma and use symbols to reduce space requirements in vocabularies.
- Add
patch:
options to various vocabularies to perform necessary updates to loaded vocabularies.- Also, update to RDF.rb makes sure that property values are ordered to avoid more false changes when vocabularies are updated.