Skip to content

Releases: ruby-rdf/rdf-vocab

Release 3.2.0

29 Dec 22:22
Compare
Choose a tag to compare
  • Minimum Ruby version now 2.6.
  • Don't include Nokogumbo, as it's now part of Nokogiri.
  • Update vocabularies using improved vocabulary serializer from RDF.rb 3.2; should eliminate blank node references within vocabularies.
  • Check instance variable exists before using,
  • Add sentence in README for gen-vocab to indicate that other serialization formats are also supported.
  • Update vocabulary definitions. (as, bibo, dcat, edm, gr, ma, org, pplan, premis, rdau, vcard, vocab, and void).

Release 3.1.13

26 Mar 00:03
Compare
Choose a tag to compare
  • Adds entries for earl:Report and earl:assertions.
  • Update Hydra.

Release 3.1.12

08 Mar 20:58
Compare
Choose a tag to compare
  • Fix missing class in ebucore (@doriantaylor)
  • Update URI for RDAU to http://rdaregistry.info/Elements/u/. For #71.
  • Updates for schema.org version 12.0.

Release 3.1.11

16 Feb 22:59
Compare
Choose a tag to compare
  • Some Ruby 3.0 and JRuby updates.
  • Update all vocabularies for scheme from RDF.rb 3.1.11 where non-keyword Term attributes and properties favor absolute URLs.

Release 3.1.10

26 Dec 02:45
Compare
Choose a tag to compare

Release 3.1.9

26 Dec 02:44
Compare
Choose a tag to compare
  • Updates Hydra and LRMI vocabularies.
  • Adds back missing rdfs:subPropertyof properties in dcterms. Fixes #67.
  • Update to schema.org v11,0.

Release 3.1.8

26 Dec 02:43
Compare
Choose a tag to compare

Update vocabularies and add HTTPS version of schema.org ('schemas' prefix).

Release 3.1.7

10 Jul 21:21
Compare
Choose a tag to compare

Update range of og:image:alt from ogc:url to ogc:string.

Release 3.1.6

10 Jul 20:47
Compare
Choose a tag to compare
  • slight change to vocab_map behaviour
  • Adds og:image:alt, image:url, and locale:alternate which are missing in the "official" voabulary, now frozen.
  • Updates to several vocabularies.

Release 3.1.5

30 May 22:15
Compare
Choose a tag to compare
  • Update vocabulary definitions using new vocabulary writer.

    Vocabularies are now documented, to the extent possible, using Yardoc.

  • Add SPARQL Service Description vocabulary.

  • Changes supporting vocabulary lookup optimization

    • Adds RDF::Vocabulary.limit_vocabs which is used to limit the vocabularies returned by RDF::Vocabulary.each and can substantially reduce load time when the rdf-vocabs gem is used.
  • Rename some files to be consistent with class and prefix names.