Re: Schema.org, Enumerations and Wikidata proposal

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