Gregg Kellogg

Results 512 comments of Gregg Kellogg

It is a catch all message, basically saying it doesn’t have a format loaded to handle that extension, so it can’t recommend any single one. In this case, try the...

This was addressed in the recently updated version 3.2.1 of rdf-rdfxml. rdf-rdfa now allows Haml version > 6, while rdf-rdfxml is still dependent on Haml 5, due to support for...

If you `gem install rdf-rdfxml`, or do a bundle update, you should get the latest version. At some point, the linkeddata gem will be updated with the latest gem versions....

The issue with `haml_tag` has not been fixed yet, so rdf-rdfxml continues to depend on Nokogiri 1.13. The linkeddata gem is not updated automatically when other gems are updated, it...

Returning Enumerable from a controller should kick in content-negotiation to get the appropriate form. This is used (through sinatra-linked data) in the Linter, for example. SPARQL has a similar mechanism...

It's possible that Rails has changed enough since this was introduced that it either needs to be modified, or is no longer relevant for use with Rails. A more natural...

RDF::Queryable is a mixin module implemented by repositories supporting basic RDF queries; basically the work is done in #query_execute, or #query_pattern. The howto is a bit dated, but shows up...

It's reasonable for tests to be be conditioned on an environment variable. See, for example, the [postgres spec](https://github.com/ruby-rdf/rdf-do/blob/develop/spec/postgres_spec.rb) in the otherwise rather obsolete rdf-do gem. This environment variable can be...

Typically, the metadata is looked for in the same place as the CSV (or visa-versa). For example, if you were to clone the repo and install rdf-tabular, rdf-turtle, and rdf...

Note that your metadata will need a `url` referencing the CSV (a requirement I never was really on board with), and you may have issues with your foreign keys referencing...