Adam Wead

Results 50 comments of Adam Wead

Maybe we could approach this in the same way we do RDF predicate mappings.

@tpendragon I was thinking of architectural consistency. We can inject different kinds of mechanisms to map properties to RDF predicates. Perhaps we can use the same technique for indexing? It's...

The problem seems to lie with LOC itself. This returns the same result [http://id.loc.gov/search/?q=History--&q=](http://id.loc.gov/search/?q=History--&q=) However, if you add a wildcard to the query it works: `History--*` We could automatically append...

Ah, thanks for pointing that out... completely forgot about it. I guess I'd lean towards an option to pass via the url or something, as it will vary per authority.

@no-reply This was part of the original implementation where you could define your own authority as a constant like `MyAuthority` and the controller would register it for you by attempting...

I think after earlier discussion today, it only tests conformity of the profile. In other words, is my defined json profile file expressing a valid BagIt profile. So we're looking...

@dchandekstark do you have a preference for how it should be changed? Currently, you have to call .create_version on your resources, but you can set .versionable to true so your...

@jcoyne users need the ability to indicate if their resources should be versioned so that they can create versions for themselves. Yes, it's a bit weird, but I do see...