ruby-rdf / rdf-vocab

Common RDF Vocabularies
The Unlicense
50 stars 29 forks source link

MARCRelator properties removed in 3.0 #53

Closed dunn closed 6 years ago

dunn commented 6 years ago

The vocabularies were regenerated in https://github.com/ruby-rdf/rdf-vocab/commit/5a49cb06046495821edd57cf5af3660ebeda9e5e and MARCRelators lost all of its direct properties, so that RDF::Vocab::MARCRelators.act etc. now fail with NoMethodError:

undefined method `act' for RDF::StrictVocabulary(http://id.loc.gov/vocabulary/relators/):Class (NoMethodError)

@no-reply suggested this was likely unintentional and asked me to open an issue.

gkellogg commented 6 years ago

Sorry, the endpoint has not generated the vocabulary for a while, need a better location. I'll either find it and re-generate or revert.

gkellogg commented 6 years ago

Fixed in 481ad0146b83f7ff3bbc9fa56cab19b085c9fce7. Released in 3.0.2.

dunn commented 6 years ago

Thanks so much!