« SQL: extracting the purl and title from dspace given a handle | Main | AXIS2 client for fedora repository »

rels-ext for collections

Below is an example of the rdf that I plan to use for collection objects in fedora:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="info:fedora/collection:data"> <hasModel xmlns="info:fedora/fedora-system:def/model#" rdf:resource="info:fedora/basic:content_model"></hasModel> <hasModel xmlns="info:fedora/fedora-system:def/model#" rdf:resource="info:fedora/collection:content_model"></hasModel> <hasMember xmlns="info:fedora/fedora-system:def/relations-external#">basic:data</hasMember> </rdf:Description> </rdf:RDF> this object has all the basic methods, all the collection objects and it has a child called basic:data.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)