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



Hi Michael,

On Feb 8, 2007, at 1:06 PM, Michael Brauer wrote:

>>> 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?
>
> Can you give an example what the XML of this field would look like?

Sure thing:

<meta:field
	meta:about="http://docs.net/1";
	meta:resource="http://ex.net/1";
	meta:display-property="dc:title"
	meta:property="http://ex.net/references"/>

... where perhaps the default display property might be rdf:value.

Bruce


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