Hi guys,
Just to follow up on my Note (d) from the previous email, I want to show you
two versions of an example manifest.rdf file. One uses the odf:idref mechanism
to identify an element in a content file, the other uses a "native xml" syntax
for locating resources in files, the way I think XSCD approaches the issue.
That one just takes the
http://docs.oasis-open.org/opendocument/meta/package/common"/>
</owl:Ontology>
<common:Package rdf:about="&pkg;">
<common:hasPart rdf:ID="this_Content">
<odf:ContentFile rdf:about="&pkg;/content.xml">
<common:hasPart>
<odf:Element
rdf:about="&pkg;/content.xml#this_patient"/>
</common:hasPart>
</odf:ContentFile>
</common:hasPart>
</common:Package>
</rdf:RDF>