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] Our discussion on the Wiki example


Bruce D'Arcus schrieb:
> So it should be (in RDFa):
>
> <text:p meta:about="myBook">
> My favorite books is from
>    <text:span meta:property="http://ex.net/author"; 
> meta:href="http://ex.net/people/Tolkien";>Tolkien</text:span>! <!-- 
> because an author really ought to be a resource -->
> It's ISBM is
>    <text:span meta:property="http://ex.net/ISBN";>8th</text:span>
> it has
>     <text:span meta:property="http://ex.net/pages";>1154</text:span>
> pages
> </text:p>
>
> Or if you like in the other scenario:
>
> <text:p xml:id="myBook">
> My favorite books is from Tolkien! It's ISBM is 8th it has 1154 pages
> </text:p>
>
> ... and in the RDF/XML:
>
> <rdf:Description rdf:about="content.xml#myBook">
>   <ex:author rdf:resource="http://ex.net/people/Tolkien"/>
>   <ex:isbn>8th</ex:isbn>
>   <ex:pages>1154</ex:pages>
> </rdf:Description>
>
> The first approach offers more granularity within the content file. 
> You could imagine that might have benefits for users (say they hover 
> over the author reference, and more information pops up about them), 
> even if it would require some UI cleverness to make it easy to add or 
> edit the content. But this is why I favor the hybrid (RDFa-inspired + 
> RDF/XML) approach.
>
Even though this thread is old, it is important to me to understand, why 
the above example leads to the conclusion, that the first approach offers
more granularity than the second one.
 From my point of you, there are no objections to write:

<text:p xml:id="myBook">
My favorite books is from Tolkien! It's ISBM is <text:span 
xml:id="isbn">8th</text:span> it has <text:span 
xml:id="pages">1154</text:span> pages
</text:p>

... and in the RDF/XML:

<rdf:Description rdf:about="content.xml#myBook">
  <ex:author rdf:resource="http://ex.net/people/Tolkien"/>
  <ex:isbn rdf:resource="content.xml#isbn"/>
  <ex:pages rdf:resource="content.xml#pages"/>
</rdf:Description>

where the "words" '8th' and '1154' are  tagged  with an individuell 
xml:id  and being referenced  as objects inside the above rdf statements.

Are there any implications, I did not consider ?


Happy new year

Bernd

-- 
mit freundlichem Gruß

Bernd Schuster

MSK Gesellschaft für Automatisierung mbH
Friedrich-Ebert-Allee 33
D-22869 Schenefeld

Tel.: +49 40 839286-10
Fax : +49 40 839286-29

eMail: schuster@mskgmbh.com




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