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
Not sure if I'm doing something wrong, but:
> obj.class => Rubydora::DigitalObject > obj.relationships => {} > obj.datastreams["RELS-EXT"].content => \n<rdf:RDF xmlns:ns0=\"info:fedora/fedora-system:def/relations-external#\" xmlns:ns1=\"info:fedora/fedora-system:def/model#\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">\n <rdf:Description rdf:about=\"info:fedora/sufia:rb68xc11m\">\n <ns1:hasModel rdf:resource=\"info:fedora/afmodel:GenericFile\"></ns1:hasModel>\n <ns0:isPartOf rdf:resource=\"info:fedora/sufia:rb68xc09k\"></ns0:isPartOf>\n </rdf:Description>\n</rdf:RDF>\n"
There's an isPartOf in the content of the datastream and I thought calling .relationships would parse that out for me.
isPartOf
.relationships
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not sure if I'm doing something wrong, but:
There's an
isPartOf
in the content of the datastream and I thought calling.relationships
would parse that out for me.The text was updated successfully, but these errors were encountered: