[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: data smushing

  • From: Dan Brickley <Daniel.Brickley@b...>
  • To: David Megginson <david@m...>
  • Date: Tue, 02 Jan 2001 15:39:05 +0000 (GMT)

RE: data smushing
On Tue, 2 Jan 2001, David Megginson wrote:

> My #2 was detecting statements that use different identifiers for the
> same entity; there is no reliable way to know whether
> 
>   <rdf:Description rdf:about="http://foo.com/xxx">
>    <dc:title>Joe Smith</dc:title>
>   </rdf:Description>
> 
> and
> 
>   <rdf:Description rdf:about="http://bar.com/yyy">
>    <dc:title>Joe Smith</dc:title>
>   </rdf:Description>
>    
> represent the same entity or not.  Even with the same identifier,
> though, it's hard to be certain whether properties from different
> sources should be treated in the aggregate; imagine that hack.com
> contains
> 
>   <foo:Collection rdf:about="http://foo.com/davidscollection">
>    <foo:item>wooden soprano recorder</foo:item>
>   </foo:Collection>
> 
> and foobar.com contains
> 
>   <foo:Collection rdf:about="http://foo.com/davidscollection">
>    <foo:item>wooden soprano recorder</foo:item>
>   </foo:Collection>
> 
> Does the collection have one or two wooden soprano recorders?  How can
> you be sure?
> 
> In the real world, databases for movies, books, music, etc. tend to
> contain a lot of duplicate entries for authors, etc., and it's hard to
> prune them automatically (I once found over 20 entities for the
> Beatles in a single database).  We'll face the same problem with RDF.

All very true. All I was arguing originally was that in some cases,
further meta-information about properties such as personalMailbox,
corporateHomepage will help us in the aggregation task.

eg I can write something in XML/RDF about Microsoft by identifying the
company indirectly, ie. as "the wordnet:Company with a
util:corporateHomepage of http://www.microsoft.com/". Schema annotations
on the corporateHomepage relation can tell us to only expect at most one
entity for any given value of that property. Better than waiting for
"the" URI scheme for Companies...

I wouldn't claim for a minute that tricks such as this solve the general
data aggregation problem, just that there are some heuristics, hacks and
obvious extensions that go beyond the fiction that we'll have "URIs for
everything".

Dan


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.