We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently this page: https://github.com/projecthydra/active_fedora/wiki/Lesson:-Use-RDF-to-Represent-Flat-Metadata-like-Dublin-Core uses include ActiveFedora::RdfObject but it might be easier to learn if we just extended ActiveFedora::NtriplesRdfDatastream because that's how this would appear in a project.
include ActiveFedora::RdfObject
ActiveFedora::NtriplesRdfDatastream
Like this: https://github.com/projecthydra/sufia/blob/master/sufia-models/app/models/datastreams/generic_file_rdf_datastream.rb
The text was updated successfully, but these errors were encountered:
@jcoyne I think this is closable as datastreams are pretty much gone now.
Sorry, something went wrong.
No branches or pull requests
Currently this page: https://github.com/projecthydra/active_fedora/wiki/Lesson:-Use-RDF-to-Represent-Flat-Metadata-like-Dublin-Core uses
include ActiveFedora::RdfObject
but it might be easier to learn if we just extendedActiveFedora::NtriplesRdfDatastream
because that's how this would appear in a project.Like this:
https://github.com/projecthydra/sufia/blob/master/sufia-models/app/models/datastreams/generic_file_rdf_datastream.rb
The text was updated successfully, but these errors were encountered: