Skip to content

Commit

Permalink
added ubio, itis, and bm vocabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kestlund authored and jechols committed Oct 13, 2014
1 parent 885b62f commit fda051f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/initializers/controlled_vocabularies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
:styleperiod => { :prefix => 'http://opaquenamespace.org/ns/', :source => 'https://raw.github.com/OregonDigital/opaque_ns/master/stylePeriod.jsonld', :strict => true },
:subject => { :prefix => 'http://opaquenamespace.org/ns/', :source => 'https://raw.github.com/OregonDigital/opaque_ns/master/subject.jsonld', :strict => true },
:technique => { :prefix => 'http://opaquenamespace.org/ns/', :source => 'https://raw.github.com/OregonDigital/opaque_ns/master/technique.jsonld', :strict => true },
:worktype => { :prefix => 'http://opaquenamespace.org/ns/', :source => 'https://raw.github.com/OregonDigital/opaque_ns/master/workType.jsonld', :strict => true }
:worktype => { :prefix => 'http://opaquenamespace.org/ns/', :source => 'https://raw.github.com/OregonDigital/opaque_ns/master/workType.jsonld', :strict => true },
:ubio => { :prefix => 'http://identifiers.org/ubio.namebank/', :strict => false, :fetch => false },
:itis => { :prefix => 'http://www.itis.gov/ITISWebService/', :strict => false, :fetch => false },
:bm => { :prefix => 'http://collection.britishmuseum.org/', :strict => false, :fetch => false }
}

0 comments on commit fda051f

Please sign in to comment.