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 Jan 3, 2007, at 8:03 AM, Michael Brauer - Sun Germany - ham02 - 
Hamburg wrote:

> A real example for this could be marking text as important, where one 
> probably does not want to assign an id to all pieces of text that are 
> important.

OK, let's think about this. What if we assumed the piece of text as a 
resource, but without a URI; hence a blank node in RDF terms?

We want to attach a property (that indicates it is important) to that 
resource somehow.

We could do:

	<text:span meta:class="http://ex.net/foo";>bar</text:span>

... and:

<rdf:Description rdf:about="http://ex.net/foo";>
   <ex:status rdf:resource="http://ex.net/Important"/>
</rdf:Description>

Perhaps we optionally allow the meta:class attribute to be attached to 
styles for some indirection (?).

Does that solve this case?

> In general, to resolve use case a) we have to
> a1) define what the possible subjects in an ODF document are,
> a2) make sure that these subjects can be referenced by the IRIs that 
> are contained
> in RDF's rdf:about attribute.

Except that we can consider the way I've approached it above too.

Bruce




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