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] Content duplication and ODF related RDF vocabulary



On Dec 18, 2006, at 7:54 PM, Svante Schubert wrote:

> thanks for the example, Bruce.

Sure thing.

> I am not a fluent RDFa speaker, yet.

Me neither :-)

That's why Florian's suggestion to focus on the model, BTW, was quite  
useful. If we can agree what we are trying to say, then it's easier  
to weigh different encoding options. When we work the other way  
around, it leaves more room for confusion.

> I am curious how would you specify in RDFa three further semantics  
> aside of the exiting semantic 'foo1'.
>
> 'foo2' is about 'fooA' and 'fooB'
> 'foo3' is about 'fooB' and 'fooC'
> 'foo4' is about 'fooC' and 'fooD'

Hang on ...

> <text:span style:name="s1" meta:about="http://ex.net/foo1";>fooA</ 
> text:span>
> <text:span style:name="s2" meta:about="http://ex.net/foo1";>fooB</ 
> text:span>
> <text:span style:name="s3" meta:about="http://ex.net/foo1";>fooC</ 
> text:span>
> <text:span style:name="s4" meta:about="http://ex.net/foo1";>fooD</ 
> text:span>

As I was using about in my example, I was assuming the content of the  
node was just a label. It did not per se generate any triple, and so  
technically is not metadata.

But it would be a way to associate content with the metadata and  
address your expressed interest in using the same URI on multiple  
nodes, while having a single metadata description in the package.

But to go back to the above, what are you trying to model here? What  
are the triples?

In my example, if we assume this in the package:

<rdf:Description rdf:about="http://ex.net/foo";>
   <rdf:value>foo</rdf:value>
</rdf:Description>

... then by way of the about attribute, we can say of that span:

	<http://ex.net/foo> rdf:value "foo" .

A quite simple statement, but nevertheless.

Bruce




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