What, we can't updatd until 4.1?!?
@noreply says you need to bang your head against it
Take advantage of native RDF in Fedora4
class FedoraThreeModel < ActiveFedora::Base
has_metadata "descMetadata", MyDatastream
has_attributes :title, datastream: :descMetadata
end
becomes
class FedoraFourModel < ActiveFedora::Base
property :title, predicate: RDF::DC.title do |index|
index.as :stored_searchable, :facetable
end
end
If MyDatastream is an ActiveFedora::NtriplesRDFDatastream under AF7, then easy, if not, you'll need to do some RDF translation.
Hey! What about terms with single values?
In Fedora4, every object must have a parent, even if you have a million objects and one parent
I thought he'd never get to this...
Umm... have you actually tried this yet?
You have no idea what you're talking about, do you?
Tastes like bacon, right?