ruby-rdf / rdf-vocab

Common RDF Vocabularies
The Unlicense
50 stars 29 forks source link

Contribution HOWTO #19

Closed anarchivist closed 9 years ago

anarchivist commented 9 years ago

Hiya - I'm trying to determine how to add a new vocabulary to rdf/vocab with the intention of including it. What's the recommended process for doing so?

gkellogg commented 9 years ago

Basically, add an entry to lib/rdf/vocab.rb and run the Rake task. Note that it currently requires the vocabulary file to be created first (via touch, say) due to the include issue, which is a bug which needs to be fixed sometime.

Contributions to the README on doing this would be welcome!

anarchivist commented 9 years ago

Thanks @gkellogg! I may work on these issues as I have time.