OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-metadata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Update on metadata manifest


Hi guys!

please find attached some samples which illustrate the meta manifest.

We tried to make RDF statements and not XML statements ---  as discussed 
in the last meeting ;-)

The problem we tried to solve was to establish a binding between the 
metadata RDF IRI and the concrete ODF element.

Basically by adding the following statements:
   IRI1 "is bound to path" PATH1
and
   IRI1 "is bound to id" ID1
and
   IRI1 "is type of" odf:Element

encoded as:
<odf:Element rdf:about="IRI1" odf:path="PATH1" odf:id="ID1"/>


~Florian and Svante


==========


Sample I:


<mm:manifest odf:baseId="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
 <mm:Entry rdf:about="http://SOME-NAMED-GRAPH"; odf:path="meta/vcard.rdf">
    <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#"/>
    <rdf:type rdf:resource="http://myAdressbook#"/>
  </mm:Entry>
</mm:manifest>


Sample II:

<mm:manifest odf:baseId="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
   <odf:Element rdf:about="IRI1" odf:path="style.xml" odf:id="id1"/>
   <odf:Element rdf:about="IRI2" odf:path="content.xml" odf:id="id1"/>
</mm:manifest>


Sample III:

<mm:manifest odf:baseId="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
 <mm:Entry rdf:about="http://SOME-NAMED-GRAPH/someimage"; 
odf:path="PICTURES/picture001.jpg">
    <rdf:type rdf:resource="http://myPictures#BeachHoliday"/>
  </mm:Entry>
</mm:manifest>

[ The RDF Named Graph (not the rdf:about!) can be empty; however maybe 
we want generate triples from the JPG meta info analogous to XMP ;-)]


Sample IV:

<mm:manifest odf:baseId="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
 <mm:Entry rdf:about="http://SOME-NAMED-GRAPH"; odf:path="meta/vcard.rdf">
    <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#"/>
    <rdf:type rdf:resource="http://myAdressbook#"/>
  </mm:Entry>
  <odf:Element rdf:about="IRI1" odf:path="style.xml" odf:id="id1"/>
  <odf:Element rdf:about="IRI2" odf:path="content.xml" odf:id="id1"/>
  <odf:Element rdf:about="IRI3" odf:path="content.xml" odf:id="id1"/>
</mm:manifest>

[ Are two RDF graphs/files better for Sample IV?]



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]