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] Linking in a vocabulary



On May 4, 2007, at 10:42 AM, Patrick Durusau wrote:

> In other words, what if I have two separate vocabularies, one for  
> Cato (the elder) and Cato (the younger). In the context of a  
> scholarly article about Cato (the elder), if I don't do anything,  
> that is the triple(s) that should apply to any mention of "Cato."  
> But, from time to time, I want to mention Cato (the younger) and  
> that should draw metadata from a second vocabulary, perhaps the OCD  
> (Oxford Classical Dictionary), which Bruce has kindly encoded in  
> RDF. ;-)

What about using tagging of sorts?

Say you have a paragraph:

<text:p xml:id="para-1">...</text:p>

You have some resource description for some Joseph:

<rdf:Description rdf:about="http://ex.net/people/Joseph-1";>
   <dc:description xml:lang="en">Some guy that lived somewhere in the  
1st century BC.</dc:description>
</rdf:Description>

So the question is how to associate the latter with the former.

Maybe just use a tag approach?

<x:Tag rdf:about="[some-uri]">
   <x:references rdf:resource="[some-uri-that-gets-bound-to-para-id]"/>
</x:Tag>

I dunno; just an idea.

Bruce


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