Skip to content

Releases: ruby-rdf/rdf-vocab

Release 2.0.1

02 May 21:07
Compare
Choose a tag to compare
  • 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 the rdf CLI to give access to this.

Release 2.0.0

02 May 21:06
Compare
Choose a tag to compare

Update syncs with RDF.rb 2.0.0.

2.0.0.beta4

07 Apr 19:39
Compare
Choose a tag to compare
2.0.0.beta4 Pre-release
Pre-release
  • 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

24 Feb 00:07
Compare
Choose a tag to compare
2.0 Beta Release Pre-release
Pre-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.