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] Multiple content nodes representing on RDF subject



On Dec 22, 2006, at 11:19 AM, Bruce D'Arcus wrote:

> Of course, that's a little strange, and makes more sense to do:
>
> <rdf:Description rdf:about="content.xml#_foo1">
>   <ex:status rdf:resource="http://ex.net/Important";>
> </rdf:Description>

In other words, what you'd be saying might be:

<content.xml#_foo> a odf:Paragraph ; # the content node (a Paragraph)  
identified by "content.xml#_foo"
     ex:status <http://ex.net/Important> . # has a status of the  
resource identified with <http://ex.net/Important>

That could then be defined like:

<http://ex.net/Important>
     rdf:value "important"@en .

Bruce


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