WebSchemas/sameAs

From W3C Wiki


This is an archived WebSchemas proposal sameAs for schema.org. See Proposals listing for more. Note: active schema.org development is now based at github



This is a proposal to improve and clarify schema.org's handling of identity issues, in particular for the common case where diverse sites provide information about the same real world entity.

It adds a property to schema.org, 'sameAs' that can be used to indicate when a single real-world entity is being described.

This property is inspired by owl:sameAs and has essentially the same semantics, although schema.org HTML data tends to blur distinctions which are important to OWL users, such as URIs for entities versus the pages that describe them. It is also similar in intent to the microformats community's use of rel='me' .

An earlier version of this proposal suggested sameThingAs. This version is revised to use sameAs since (a) the meaning is very close to owl:sameAs (b) the markup is expected on millions/billions of pages; why not save 5 chars?

Background

Schema.org's data model is of linked entities and relationships, with an emphasis on their description using structured data within ordinary HTML Web pages.

Both HTML5 Microdata and RDFa Lite provide attributes ('itemid' and 'resource', respectively) whose values are identifiers for 'the thing itself'. In Microdata terms, 'itemid' gives us a 'global identifier', whose meaning is contextual, and based on the vocabulary being used. For example, a vocabulary defining a type 'Book' might use an itemid like 'urn:isbn:0-330-34032-8'. Similarly, in RDF, the word 'resource' is effectively a synonym for 'thing', and RDFa Lite's 'resource' attribute allows URI identifiers to be given for each thing being described.

When structured data is deployed within linked HTML pages, property values may also be URLs/URIs. For simplicity and usability, it is common for "identifiers for a page" and "identifiers for the main thing described by a page" to be conflated.

For example, here is what we see currently on the IMDB site, when looking at a page for a particular work (markup fixed for readability):

<h4>Stars:</h4>
<a href="/name/nm0010930/"   itemprop="actor">Douglas Adams</a>, 
<a  href="/name/nm0048982/"   itemprop="actor">Tom Baker</a> 
and <a  href="/name/nm3035100/"   itemprop="actor">Hans Peter Brondmo</a>
</div>

Here, our markup is talking about a CreativeWork, the documentary Hyperland from 1990. The cast list includes a link (typed 'actor') to a page about the actor Tom Baker. There is also a Wikipedia entry about the same documentary, about the actor Tom Baker, and about the writer and co-star Douglas Adams.

While some linked data sources try to carefully maintain the distinction between 'things' and 'pages that stand for those things', this is not always easy for many of the environments where schema.org markup (whether Microdata or RDFa Lite) is deployed.

One schema.org strategy for dealing with this is the 'url' property. From the getting started guide:

Using the url property. Some web pages are about a specific item. For example, you may have a web page about a single person, which you could mark up using the Person item type. Other pages have a collection of items described on them. For example, your company site could have a page listing employees, with a link to a profile page for each person. For pages like this with a collection of items, you should mark up each item separately (in this case as a series of Persons) and add the url property to the link to the corresponding page for each item, like this:

<div itemscope itemtype="http://schema.org/Person">
  <a href="alice.html" itemprop="url">Alice Jones</a>
</div>
<div itemscope itemtype="http://schema.org/Person">
  <a href="bob.html" itemprop="url">Bob Smith</a>
</div>

The central challenge here is to allow simplicity for authors and publishers, while making it possible to reconstitute a useful entity-relationship data graph from markup. It is also important to be able to indicate when two different pages are talking about the same underlying real-world entity.

No single solution will work for all parties. The goal of this proposal is to add a simple construct that works alongside 'url' property. While 'url' points from something to a page/record that's mostly about it and is in some sense 'its' page, sameAs can be used more freely wherever we have useful identifiers (direct or via-some-page) for an entity of interest.

Related work

Proposal details

Schema.org Identity Clarifications

1. In various notations, it is possible to distinguish identifiers for the underlying real-world entity, from the record or page identifiers used for publications about that entity. For example, in Microdata, the 'itemid' attribute is available; in RDFa Lite, a comparable 'resource' attribute is available. We confirm explicitly that such identifiers are welcome and encouraged in schema.org markup, although we cannot advise at this stage on exactly which identifiers to use.

2. We add a property to the Thing type, called 'sameAs'.

(alternative: call it sameAs, since it means owl:sameAs)

The value of 'sameAs' can be another Thing (really, the same thing; there's only one underlying entity). This is used with the kinds of direct entity identifiers we see in (Microdata) 'itemid' and (RDFa Lite) 'resource' attributes. It can also be a document. For example, we might link from a description of Tom Baker to the page on Wikipedia about him.

3. We clarify that the schema.org 'url' property isn't directly applicable in this case, since there is no strong association between Tom Baker and the Wikipedia page, beyond the relationship by topic. We keep 'url' for the stronger case where the page is in some sense 'his'; roughly the notion of a 'homepage'.

Example

Take case of the actor, director, writer Douglas Adams.

There are pages about him,

Clearly enough, we have 4 of something (pages), and 1 of something (the person). The schema:sameAs relationship holds between any pairs here (or any of these and Douglas Adams himself).

The existing W3C 'owl:sameAs' property asserts strong, absolute identity.

If we said 'http://en.wikipedia.org/wiki/Douglas_Adams owl:sameAs http://www.rottentomatoes.com/celebrity/douglas_adams/' we are saying that what we have here are two identifiers for the same thing.

What we want to say with schema:sameAs is a little different. We're saying that there is one underlying real world entity, but allowing the relationship type to be used also between documents that indirectly indicate that entity.

Fictional profile page about someone...

So, imagine an IMDB-like site with profiles of writers/actors/directors etc. It is quite likely such a site would already have a hyperlink from a profile page for someone, over to another page on -say- Wikipedia or Twitter, for that same person. By using sameAs we can indicate that the remote page has the same 'primary topic'.

Q: Do we agree that this is definitively better than stretching the 'url' property to such scenarios?

<html>
<body>
<h1>Author Profile: Douglas Adams</h1>
<p itemscope itemtype="http://schema.org/Person">
This is a page about <span itemprop="name">Douglas Adams.</a>
See <a itemprop="sameAs" href="http://en.wikipedia.org/wiki/Douglas_Adams">wikipedia entry</a> for more details.
</p>
</body>
</html>

Q: What if the value of the sameAs property was a URI designed to identify the thing itself directly. Perhaps even a URN or UUID identifier? A: This would be the equivalent representation:

sameAs.org example

This is an example HTML fragment of how a site like sameAs.org might expose identity claims using this markup (alongside owl:sameAs too)

<ul class="results" vocab="http://schema.org/">
  <li  typeof="Thing" resource="http://dbpedia.org/resource/Physical_Garden">Equivalent URIs for <a href="http://dbpedia.org/resource/Physical_Garden" title="http://dbpedia.org/resource/Physical_Garden">http://dbpedia.org/resource/Physical_Garden</a> &ndash;
    <ol>
      <li><span>1.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/RBGE" title="http://dbpedia.org/resource/RBGE">http://dbpedia.org/resource/RBGE</a></li>
      <li><span>2.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Physical_Garden" title="http://dbpedia.org/resource/Physical_Garden">http://dbpedia.org/resource/Physical_Garden</a></li>
      <li><span>3.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Edinburgh_Botanical_Gardens" title="http://dbpedia.org/resource/Edinburgh_Botanical_Gardens">http://dbpedia.org/resource/Edinburgh_Botanical_Gardens</a></li>
      <li><span>4.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Botanical_garden_in_Edinburgh" title="http://dbpedia.org/resource/Botanical_garden_in_Edinburgh">http://dbpedia.org/resource/Botanical_garden_in_Edinburgh</a></li>
      <li><span>5.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Royal_Botanic_Garden_Edinburgh" title="http://dbpedia.org/resource/Royal_Botanic_Garden_Edinburgh">http://dbpedia.org/resource/Royal_Botanic_Garden_Edinburgh</a></li>
      <li><span>6.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Royal_Botanic_Garden,_Edinburgh" title="http://dbpedia.org/resource/Royal_Botanic_Garden,_Edinburgh">http://dbpedia.org/resource/Royal_Botanic_Garden,_Edinburgh</a></li>
      <li><span>7.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Royal_Botanic_Gardens_Edinburgh" title="http://dbpedia.org/resource/Royal_Botanic_Gardens_Edinburgh">http://dbpedia.org/resource/Royal_Botanic_Gardens_Edinburgh</a></li>
      <li><span>8.</span><a property="sameAs owl:sameAs" href="http://dbpedia.org/resource/Royal_Botanic_Garden%2C_Edinburgh" title="http://dbpedia.org/resource/Royal_Botanic_Garden%2C_Edinburgh">http://dbpedia.org/resource/Royal_Botanic_Garden,_Edinburgh</a></li>
      <li><span>9.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/1105269#id" title="http://dbpedialite.org/things/1105269#id">http://dbpedialite.org/things/1105269#id</a></li>
      <li><span>10.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/10278527#id" title="http://dbpedialite.org/things/10278527#id">http://dbpedialite.org/things/10278527#id</a></li>
      <li><span>11.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/10517082#id" title="http://dbpedialite.org/things/10517082#id">http://dbpedialite.org/things/10517082#id</a></li>
      <li><span>12.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/11355061#id" title="http://dbpedialite.org/things/11355061#id">http://dbpedialite.org/things/11355061#id</a></li>
      <li><span>13.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/26724074#id" title="http://dbpedialite.org/things/26724074#id">http://dbpedialite.org/things/26724074#id</a></li>
      <li><span>14.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/28012074#id" title="http://dbpedialite.org/things/28012074#id">http://dbpedialite.org/things/28012074#id</a></li>
      <li><span>15.</span><a property="sameAs owl:sameAs" href="http://dbpedialite.org/things/28923846#id" title="http://dbpedialite.org/things/28923846#id">http://dbpedialite.org/things/28923846#id</a></li>
      <li><span>16.</span><a property="sameAs owl:sameAs" href="http://mpii.de/yago/resource/Royal_Botanic_Garden_Edinburgh" title="http://mpii.de/yago/resource/Royal_Botanic_Garden_Edinburgh">http://mpii.de/yago/resource/Royal_Botanic_Garden_Edinburgh</a></li>
      <li><span>17.</span><a property="sameAs owl:sameAs" href="http://rdf.freebase.com/ns/m.046dq1" title="http://rdf.freebase.com/ns/m.046dq1">http://rdf.freebase.com/ns/m.046dq1</a></li>
      <li><span>18.</span><a property="sameAs owl:sameAs" href="http://rdf.freebase.com/ns/en.royal_botanic_garden_edinburgh" title="http://rdf.freebase.com/ns/en.royal_botanic_garden_edinburgh">http://rdf.freebase.com/ns/en.royal_botanic_garden_edinburgh</a></li>
      <li><span>19.</span><a property="sameAs owl:sameAs" href="http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000004332c1" title="http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000004332c1">http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000004332c1</a></li>
      <li><span>20.</span><a property="sameAs owl:sameAs" href="http://umbel.org/umbel/ne/wikipedia/Royal_Botanic_Garden_Edinburgh" title="http://umbel.org/umbel/ne/wikipedia/Royal_Botanic_Garden_Edinburgh">http://umbel.org/umbel/ne/wikipedia/Royal_Botanic_Garden_Edinburgh</a></li>
      <li><span>21.</span><a property="sameAs owl:sameAs" href="http://yago-knowledge.org/resource/Royal_Botanic_Garden_Edinburgh" title="http://yago-knowledge.org/resource/Royal_Botanic_Garden_Edinburgh">http://yago-knowledge.org/resource/Royal_Botanic_Garden_Edinburgh</a></li>
    </ol>
    <p class="links"> [etc etc.]  
    </p>
  </li>
</ul>

FAQs

  • Q: Why didn't you use owl:sameAs A: we would have (rightly) been accused of over-using it. (earlier version was for a schema:sameThingAs)
  • Q: Why not just use 'url' from schema.org? A: This was a possibility, but the current design keeps 'url's meaning more restricted.
  • Q: When we get two URIs related via sameAs, how do we know if each link is 'the thing' or 'a page about the thing'? A: This is somewhat heuristic, but point is that existing data will already be mixing these together...

Discussion elsewhere

See also...

  • IRC chat with Ed Summers, Dan Brickley, Mo McRoberts.