- From: Richard Wallis <richard.wallis@dataliberate.com>
- Date: Tue, 11 Apr 2017 17:40:17 +0100
- To: "R.V.Guha" <guha@guha.com>
- Cc: "schema.org Mailing List" <public-schemaorg@w3.org>, Denny Vrandečić <vrandecic@google.com>
- Message-ID: <CAD47Kz5w5_zirDDPX27Pw+M1ud-uTjpFms+2zFj33oZzjWgm8w@mail.gmail.com>
Liking this very practical linkage.
Implementation question - would the url lists.schema.org/Country/Mexico
<http://lists.schema.org/MexicoCountry>:
1. Redirect to the relevant Wikidata page (
https://www.wikidata.org/wiki/Q96)
2. Resolve to a Schema.org branded html page populated by data imported
from Wikidata, with embedded schema.org that looks something like this:
1. <script type="application/ld+json">
2. {
3. "@context": "http://schema.org/",
4. “@type": "Country",
5. “name”: "Mexico",
6. “sameAs": "https://www.wikidata.org/wiki/Q96"
7. }
~Richard.
1.
Richard Wallis
Founder, Data Liberate
http://dataliberate.com
Linkedin: http://www.linkedin.com/in/richardwallis
Twitter: @rjw
On 11 April 2017 at 17:16, R.V.Guha <guha@guha.com> wrote:
> There are many 'lists' or 'enumerations' (such as the list of countries,
> languages, ...). Often, markup wants to refer to items from such lists.
> Since we have the corresponding types, pages can refer to them via
> descriptions (e.g., 'a country with the name xxx'). It would be useful to
> have canonical lists of urls for items on these lists to help with
> reconciliation, etc.
>
> The proposal is to periodically (with every schema.org release) import
> particular lists from Wikidata into 'lists.schema.org'. So, '
> lists.schema.org/Language/Tamil <http://lists.schema.org/TamilLanguage>',
> 'lists.schema.org/Country/Mexico <http://lists.schema.org/MexicoCountry>',
> etc. Along with each item (such as lists.schema.org/MexicoCountry), we
> should also import a set of attributes/relations from Wikidata so that we
> have a description of the node, which can help with recon using reference
> by description. It will also include a sameAs link to the corresponding
> Wikidata item.
>
> Schema.org will also suggest the use of Wikidata as a common, canonical
> entity repository for targets of the sameAs relation.
>
> Denny & Guha
>
Received on Tuesday, 11 April 2017 16:40:52 UTC