atom feed4 messages in org.oasis-open.lists.office-metadataRe: [office-metadata] Suggestion for ...
FromSent OnAttachments
John MaddenSep 7, 2007 6:45 am.bin
John MaddenSep 7, 2007 8:50 am 
John MaddenSep 7, 2007 9:34 am 
John MaddenSep 7, 2007 10:10 am 
Subject:Re: [office-metadata] Suggestion for next version of ODF-OWL
From:John Madden (john@mac.com)
Date:Sep 7, 2007 8:50:29 am
List:org.oasis-open.lists.office-metadata

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>