Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created November 19, 2015 15:33
Show Gist options
  • Save jcoyne/68f1280ab75becdf9608 to your computer and use it in GitHub Desktop.
Save jcoyne/68f1280ab75becdf9608 to your computer and use it in GitHub Desktop.
$ irb
irb(main):001:0> require 'rdf'
=> true
irb(main):002:0> require 'rdf/vocab'
=> true
irb(main):003:0> RDF::Vocab::DC.title
=> #<RDF::Vocabulary::Term:0x3fe339d69280 URI:http://purl.org/dc/terms/title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment