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: Re: [office-metadata] RDF/A, again


I updated the brain-storming page to reflect the RDF/A:

	<http://wiki.oasis-open.org/office/Metadata_Field_Brainstorming>

So here would be a citation using the new generic field and RDF/A:

<text:field meta:role="http://opendocument.xml.org/fields/citation";>
   <meta:meta meta:property="bib:cites" meta:href="urn:isbn:19211287"/>
   <meta:meta meta:property="bib:cites" meta:href="urn:isbn:34239834">
     <meta:meta meta:property="bib:pages" content="24" />
   </meta:meta>
   <text:body>
     <text:span>(Doe, 1999:23; Smith, 2000)</text:span>
   </tet:body>
</text:field>

Looking at it again, I'm not so sure it's not better to represent the  
property attribute with an element, but the more important issue is  
just the conceptual design.

To associate an image or a table or a paragraph, BTW, with its  
metadata, you just add a meta:about attribute to the content node; e.g.:

<text:table meta:about="urn:uuid:xxxxxxxxxxxx"...

... and then you can have the separate file with resource with a  
rdf:about attribute that matches it.

Simple.

Bruce




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