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 1:58 PM, Michael Brauer wrote:

>> 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.
>
> Maybe a stupid question, but what magic binds that field to the  
> <dc:title> element of my example? The "urn:isbn:1234567878" does  
> not appear in the field, and all the URIs used in the field do not  
> appear in my example. What am I missing?

Not a stupid question; sorry, I forgot to update the URI to reflect  
your example. Here you go:

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

I think I got it this time!

Bruce


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