Skip to content

Instantly share code, notes, and snippets.

@elrayle
Created May 13, 2015 16:58
Show Gist options
  • Save elrayle/f9eda7cc99015ef1ab6b to your computer and use it in GitHub Desktop.
Save elrayle/f9eda7cc99015ef1ab6b to your computer and use it in GitHub Desktop.
Appending an rdf type to a pcdm file
t = file.metadata_node.get_values(:type)
t << RDFVocabularies::WorksTerms.Thumbnail
file.metadata_node.set_value(:type,t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment