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] Rough Proposal for RDFa + RDF/XML/XForms + xml:id



On Feb 8, 2007, at 11:03 AM, Michael Brauer - Sun Germany - ham02 -  
Hamburg wrote:

> Sorry, but it is still not clear to make how the RDF-XML specifies  
> these two triples.

If you like:

<meta:field meta:about="http://docs.net/1"; meta:resource="http:// 
ex.net/1" meta:property="http://ex.net/foo"/>

Package:

<rdf:Description rdf:about="http://ex.net/1";>
   <rdf:value>Jane Doe</rdf:value>
</rdf:Description>

Note additional explicit meta:about attribute on the field.

> But let's take a different example: Assume you have the following  
> in the RDF/XML stream (I have taken that from your examples), and  
> that this stream is called bib.xml:
>
> <b:Book rdf:about="urn:isbn:1234567878">
>     <dc:title>Some Title</dc:title>
>     ...
> </b:Book>
>
> How do you specify in the content.xml that you want to display the  
> "Some Title" that appears as a literal in your RDF/XML stream?

Maybe a display-property field for this sort of simple case?

That wouldn't work for more complicated cases like citations (unless  
we wanted to require a formatted string property in the RDF/XML), but  
that's fine; neither will an XPath/XForms binding.

I think that's a much simpler appraoch that will avoid having to open  
a huge can-of-worms of formally constraining the RDF/XML sytnax in ODF.

Bruce


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