On Wed, Jun 11, 2014 at 8:57 PM, Markus Krötzsch <
[email protected]> wrote:

> On 11/06/14 20:49, Bene* wrote:
>
>> Am 11.06.2014 17:27, schrieb Markus Krötzsch:
>>
>>> Yes, I know what you mean. I'd love to integrate property "group"
>>> information into our view as well, but I don't know where to get this
>>> information from (other than by scraping it from the wiki page, which
>>> does not seem to be right). Any pointers to where these groups are
>>> managed?
>>>
>>
>> Currently information about properties is only stored on their talk
>> pages but I think the wikidata development team is working on claims for
>> properties so we can store such information in a more structured way.
>>
>
> I know, but, for example, P303 is listed under "animal breeds" on
>
> https://www.wikidata.org/wiki/Wikidata:List_of_properties/Summary_table
>
> whereas I cannot find this information on:
>
> https://www.wikidata.org/wiki/Property_talk:P303
>
> I wonder if this information is really anywhere else but in the code of
> the bot maintainer ...
>

speaking unofficially...

These pages are maintained are using lua (@note in a bit hacky way, loading
the raw json contents in the "internal" format).  I don't think a bot is
involved, afaik.

That's also the reason for the script errors, doing too many expensive lua
calls on a single page.  I do notice the number of script errors is less
than it used to be.

Solutions might be to allow less hacky ways to access property info in lua,
although not so trivial / quick to be able to implement this afaik.

A special page is another option though it might not be as flexible in
allowing free form contents vs a simple list with and filterable by data
type etc.

Otherwise, maybe a bot can help?

Cheers,
Katie


>
> Regards,
>
> Markus
>
>
>  However, I am not sure how soon this will be released.
>>
>> Regards,
>> Bene
>>
>> PS: Someone who knows the tracking bug for this around?
>>
>> _______________________________________________
>> Wikidata-l mailing list
>> [email protected]
>> https://lists.wikimedia.org/mailman/listinfo/wikidata-l
>>
>
>
> _______________________________________________
> Wikidata-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/wikidata-l
>



-- 
@wikimediadc / @wikidata
_______________________________________________
Wikidata-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-l

Reply via email to