Skip to content

Instantly share code, notes, and snippets.

@afred
Created April 27, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afred/b1e87ce46fd1f232c84b to your computer and use it in GitHub Desktop.
Save afred/b1e87ce46fd1f232c84b to your computer and use it in GitHub Desktop.
class MyModel < ActiveFedora::Base
end

class MyDatastream < ActiveFedora::RDFDatastream
  property :foo, predicate: ActiveTriples:Resource.new('http://example.com#foo'), 
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment