[Wikidata-l] Mapping Wikidata properties to Freebase properties

2015-04-01 Thread Thad Guidry
Experiment for tonight:
Figure out how the hell to map 1 of my Freebase base types...to a wikidata
SOMETHING.

https://www.wikidata.org/wiki/Q1427887

is the same as

https://www.freebase.com/base/beefbase/meat_product?schema=

and I noted on Q1427887 that the Freebase identifier is /m/0gxp3zs  GREAT.

Now, how would the https://www.wikidata.org/wiki/Property:P1628 as
mentioned by Tpt_ during the office houractually be used somewhere to
further enhance a connection between the two ?

Help,
Thad
+ThadGuidry 
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] Data templates

2015-04-01 Thread Andrew Gray
Hi Valentine,

The long, chatty, free-text descriptive element of Wikidata is really
Wikipedia ;-)

There is a small free-text field in Wikidata for each item (the
description, one per language) but it's intended for a short
identifying/disambiguating note: "1887 self-portrait by XYZ"; "Danish
artist and historian, 1912-1974", etc.

Dimensions are, I believe, being worked on.

Andrew.

On 1 April 2015 at 08:20, Valentine Charles  wrote:
> Dear all,
>
> Thank you all for your answers. I will have a look to the different projects
> you have mentioned in your emails.
> In the meantime I have spent a bit more time exploring Wikidata for
> paintings as one of our project currently focuses on Art and comparing it
> with the Europeana Data Model in terms of properties. I have noticed the
> absence of some properties and I would be curious whether it is just an
> overlook or whether there is a real intention behind the omission:
>
> -Cultural Heritage data have most of the time a description property where
> you will find lot of relevant free text information. The structured property
> but inside you will find mostly free- text. I couldn't find a similar
> property in Wikidata but there is something similar in Dbpedia. Is it
> something you are planning to introduce or have you made the decision to
> exclude any free-text infromation from Wikidata for now.
>
> -While I was looking for painting in Wikidata I also noticed the absence of
> information related to the size/dimension of the Artwork. The information is
> most of the time present in Cultural Heritage data. Is it something Wikidata
> is interested in or has it been omitted intentionally?
>
> -Then the last question is about values in different languages for a given
> property. How do you indicate the language in Wikidata? Are you using a
> xml:lang attribute or something similar?
>
> Thank you very much for your help
>
> Best,
>
> Valentine
>
> ___
> Wikidata-l mailing list
> Wikidata-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata-l
>



-- 
- Andrew Gray
  andrew.g...@dunelm.org.uk

___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] Initial release of the primary sources tool

2015-04-01 Thread Lydia Pintscher
On Wed, Apr 1, 2015 at 9:44 PM, Ricordisamoa
 wrote:
> Unfortunately, Google requires anyone to sign a Contributor License
> Agreement.

If people really care we might be able to get around that if we would
simply migrate it to https://github.com/wikidata.


Cheers
Lydia

-- 
Lydia Pintscher - http://about.me/lydia.pintscher
Product Manager for Wikidata

Wikimedia Deutschland e.V.
Tempelhofer Ufer 23-24
10963 Berlin
www.wikimedia.de

Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.

Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das
Finanzamt für Körperschaften I Berlin, Steuernummer 27/681/51985.

___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] Data templates

2015-04-01 Thread Joe Filceolaire
We do have the "Quote" property (P1683) which has monolingual text
datatype. You could certainly put free text in the value for this property
and add this to a reference or even use it as a qualifier.

Joe

On Wed, Apr 1, 2015 at 9:54 AM, Daniel Kinzler 
wrote:

> Am 01.04.2015 um 09:20 schrieb Valentine Charles:
> > -Cultural Heritage data have most of the time a description property
> where you
> > will find lot of relevant free text information. The structured property
> but
> > inside you will find mostly free- text. I couldn't find a similar
> property in
> > Wikidata but there is something similar in Dbpedia. Is it something you
> are
> > planning to introduce or have you made the decision to exclude any
> free-text
> > infromation from Wikidata for now.
>
> Free-form text is not machine-readable. Coding semi-structured information
> is
> very common in archives etc, but makes the data very hard to export,
> transform,
> and query. Free text fields should be used only for things that are
> actually
> text, such as a state motto.
>
> I think the need to encode things in free-form fields arose mostly from
> overly
> rigid data schemas. If there's no dedicated field for something, just
> stuff the
> info into the text field. Such fields turn into kitchen sinks that contain
> a
> hodge podge of different kinds of information.
>
> With Wikidata, there should be no need for this, since you can just create
> and
> use any properties you might be missing. That does mean though that wile
> importing, you have to somehow extract the relevant information from the
> free
> text. That effort has to be done at some point, if the data is to become
> machine
> readable.
>
> > -While I was looking for painting in Wikidata I also noticed the absence
> of
> > information related to the size/dimension of the Artwork. The
> information is
> > most of the time present in Cultural Heritage data. Is it something
> Wikidata is
> > interested in or has it been omitted intentionally?
>
> We don't support units of measurement yet, and without these, it's not
> really
> possible to give the dimension. We hope to finally change this over the
> next
> couple of months.
>
> > -Then the last question is about values in different languages for a
> given
> > property. How do you indicate the language in Wikidata? Are you using a
> xml:lang
> > attribute or something similar?
>
> xml:lang would be used in the XML/RDF export (and lang in the HTML
> rendering).
> Internally, the language would be a string associated with the "language"
> key in
> a JSON structure. But neither fact is really relevant to the data model on
> an
> abstract level.
>
> Most properties (most data types) are language agnostic. Quantities,
> strings,
> time values, etc, do not have any notion of language. The only datatype for
> properties that supports a language code is "monolingual text" (a pair of
> language code + text). This data type is used sparingly, since usually,
> the need
> for internationalized naming and description is covered by the labels,
> descriptions, and aliases associated with a data item.
>
> Labels, descriptions, and aliases are not "properties" about which
> (sourced)
> statements would be made in the context of the data item. Instead, they are
> editorial attributes. They are fully internationalized, and intended to
> enable
> display, disambiguation, and search in as many languages as possible.
>
> For example, Q219831 has labels (and descriptions) in many languages:
> * nl: De Nachtwacht  (schilderij van Rembrandt van Rijn)
> * de: Die Nachtwache  (Gemälde von Rembrandt)
> * en: The Night Watch  (painting by Rembrandt van Rijn)
> * ru: Ночной дозор  (картина)
>
> So, when the painting is referenced elsewhere, a label (and description)
> can be
> shown in the user's language. Internationalized statements/properties are
> rarely
> needed.
>
> --
> Daniel Kinzler
> Senior Software Developer
>
> Wikimedia Deutschland
> Gesellschaft zur Förderung Freien Wissens e.V.
>
> ___
> Wikidata-l mailing list
> Wikidata-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata-l
>
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] Initial release of the primary sources tool

2015-04-01 Thread Ricordisamoa

Il 01/04/2015 21:30, Denny Vrandečić ha scritto:

Even better are pull requests!


Unfortunately, Google requires anyone to sign a Contributor License 
Agreement.


___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


[Wikidata-l] Initial release of the primary sources tool

2015-04-01 Thread Denny Vrandečić
I am happy to let you know about the initial release of the primary sources
tool. More info is available here:

https://www.wikidata.org/wiki/Wikidata:Primary_sources_tool

The release is meant to facilitate your feedback. There are probably plenty
of things that should be fixed before the tool gets widely used. Please
report the issues:

https://github.com/google/primarysources/issues

Even better are pull requests!

A huge shoutout to Sebastian Schaffert (backend) and Thomas Steiner
(frontend) who worked on the tool in their 20% time.
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] 3 years!

2015-04-01 Thread Thomas Douillard
I raise :


​



PS: original text attached, command used to generate :
 $convert -page A1 -font "DejaVu-Sans-Mono"  -pointsize 11
~/Documents/Wikidata\ anniv.txt  -trim +repage Wikidata_Anniv.png


2015-04-01 13:41 GMT+02:00 Ricordisamoa :

> Il 01/04/2015 12:46, Lydia Pintscher ha scritto:
>
>> Hey folks :)
>>
>> 3 years ago we started the development on Wikidata. I'm amazed at how
>> far we've come together in those 3 years. <3 to everyone who's a part
>> of this and helped us get to where we are. Looking forward to what we
>> can achieve in the next 3 ;-)
>>
>>
>> Cheers
>> Lydia
>>
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
>     {{}}      
> __  __ _  _  __ _  _   ___
> \ \/ /|_   _|| |/ /|_   _||  __ \ /\  |__ __|  /\
>  \ \  /\  / /   | |  | ' /   | |  | |  | |   /  \| | /  \
>   \ \/  \/ /| |  |  <| |  | |  | |  / /\ \   | |   / /\ \
>\  /\  /_| |_ | . \  _| |_ | |__| | /  \  | |  /  \
> \/  \/|_||_|\_\|_||_/ /_/\_\ |_| /_/\_\
>   \\   // \\   // \\   // \\   //
>\\   @@@   //   \\   &&&   //   \\   ééé //   \\   %%%   //
> \\ @ // \\ & // \\ è // \\ % //
>  \\ @@@ //   \\ &&& //   \\ ééé //   \\ %%% //
>
> ___
> Wikidata-l mailing list
> Wikidata-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata-l
>
_____ ___ _ 

 
\ \  / (_) | _(_)_ __   ___  __| (_) __ _   

 
 \ \ /\ / /| | |/ / | '_ \ / _ \/ _` | |/ _` |  

 
  \ V  V / | |   <| | |_) |  __/ (_| | | (_| |  

 
   \_/\_/  |_|_|\_\_| .__/ \___|\__,_|_|\__,_|  

 
|_| 

 

°   
 
 /^\

 
   ee "@@  / (/^\)  
   /
 
  (_   `D ( \ \ /   
  ( \/  .@, 
 
   |_  /   \ |_|_   
   \ |  ,   
 
   oOo  \_(_|_| |   
   _|_  aa`@@   
 
  ,|oO  /  \   | || |   
   | |·___·(_   ?   
 
 //| |  | ||   | || |   
   | | |o   o|  =' "
 
 \\| |  | ||   | || 
|**| |  \ ' /\_(``` 
 
  `| |  

Re: [Wikidata-l] 3 years!

2015-04-01 Thread Ricordisamoa

Il 01/04/2015 12:46, Lydia Pintscher ha scritto:

Hey folks :)

3 years ago we started the development on Wikidata. I'm amazed at how
far we've come together in those 3 years. <3 to everyone who's a part
of this and helped us get to where we are. Looking forward to what we
can achieve in the next 3 ;-)


Cheers
Lydia

    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
    {{}}      
__  __ _  _  __ _  _   ___
\ \/ /|_   _|| |/ /|_   _||  __ \ /\  |__ __|  /\
 \ \  /\  / /   | |  | ' /   | |  | |  | |   /  \| | /  \
  \ \/  \/ /| |  |  <| |  | |  | |  / /\ \   | |   / /\ \
   \  /\  /_| |_ | . \  _| |_ | |__| | /  \  | |  /  \
\/  \/|_||_|\_\|_||_/ /_/\_\ |_| /_/\_\
  \\   // \\   // \\   // \\   //
   \\   @@@   //   \\   &&&   //   \\   ééé //   \\   %%%   //
\\ @ // \\ & // \\ è // \\ % //
 \\ @@@ //   \\ &&& //   \\ ééé //   \\ %%% //

___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


[Wikidata-l] 3 years!

2015-04-01 Thread Lydia Pintscher
Hey folks :)

3 years ago we started the development on Wikidata. I'm amazed at how
far we've come together in those 3 years. <3 to everyone who's a part
of this and helped us get to where we are. Looking forward to what we
can achieve in the next 3 ;-)


Cheers
Lydia

-- 
Lydia Pintscher - http://about.me/lydia.pintscher
Product Manager for Wikidata

Wikimedia Deutschland e.V.
Tempelhofer Ufer 23-24
10963 Berlin
www.wikimedia.de

Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.

Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das
Finanzamt für Körperschaften I Berlin, Steuernummer 27/681/51985.
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] Data templates

2015-04-01 Thread Daniel Kinzler
Am 01.04.2015 um 09:20 schrieb Valentine Charles:
> -Cultural Heritage data have most of the time a description property where you
> will find lot of relevant free text information. The structured property but
> inside you will find mostly free- text. I couldn't find a similar property in
> Wikidata but there is something similar in Dbpedia. Is it something you are
> planning to introduce or have you made the decision to exclude any free-text
> infromation from Wikidata for now. 

Free-form text is not machine-readable. Coding semi-structured information is
very common in archives etc, but makes the data very hard to export, transform,
and query. Free text fields should be used only for things that are actually
text, such as a state motto.

I think the need to encode things in free-form fields arose mostly from overly
rigid data schemas. If there's no dedicated field for something, just stuff the
info into the text field. Such fields turn into kitchen sinks that contain a
hodge podge of different kinds of information.

With Wikidata, there should be no need for this, since you can just create and
use any properties you might be missing. That does mean though that wile
importing, you have to somehow extract the relevant information from the free
text. That effort has to be done at some point, if the data is to become machine
readable.

> -While I was looking for painting in Wikidata I also noticed the absence of
> information related to the size/dimension of the Artwork. The information is
> most of the time present in Cultural Heritage data. Is it something Wikidata 
> is
> interested in or has it been omitted intentionally? 

We don't support units of measurement yet, and without these, it's not really
possible to give the dimension. We hope to finally change this over the next
couple of months.

> -Then the last question is about values in different languages for a given
> property. How do you indicate the language in Wikidata? Are you using a 
> xml:lang
> attribute or something similar? 

xml:lang would be used in the XML/RDF export (and lang in the HTML rendering).
Internally, the language would be a string associated with the "language" key in
a JSON structure. But neither fact is really relevant to the data model on an
abstract level.

Most properties (most data types) are language agnostic. Quantities, strings,
time values, etc, do not have any notion of language. The only datatype for
properties that supports a language code is "monolingual text" (a pair of
language code + text). This data type is used sparingly, since usually, the need
for internationalized naming and description is covered by the labels,
descriptions, and aliases associated with a data item.

Labels, descriptions, and aliases are not "properties" about which (sourced)
statements would be made in the context of the data item. Instead, they are
editorial attributes. They are fully internationalized, and intended to enable
display, disambiguation, and search in as many languages as possible.

For example, Q219831 has labels (and descriptions) in many languages:
* nl: De Nachtwacht  (schilderij van Rembrandt van Rijn)
* de: Die Nachtwache  (Gemälde von Rembrandt)
* en: The Night Watch  (painting by Rembrandt van Rijn)
* ru: Ночной дозор  (картина)

So, when the painting is referenced elsewhere, a label (and description) can be
shown in the user's language. Internationalized statements/properties are rarely
needed.

-- 
Daniel Kinzler
Senior Software Developer

Wikimedia Deutschland
Gesellschaft zur Förderung Freien Wissens e.V.

___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


[Wikidata-l] Data templates

2015-04-01 Thread Valentine Charles
Dear all,

Thank you all for your answers. I will have a look to the different
projects you have mentioned in your emails.
In the meantime I have spent a bit more time exploring Wikidata for
paintings as one of our project currently focuses on Art and comparing it
with the Europeana Data Model in terms of properties. I have noticed the
absence of some properties and I would be curious whether it is just an
overlook or whether there is a real intention behind the omission:

-Cultural Heritage data have most of the time a description property where
you will find lot of relevant free text information. The structured
property but inside you will find mostly free- text. I couldn't find a
similar property in Wikidata but there is something similar in Dbpedia. Is
it something you are planning to introduce or have you made the decision to
exclude any free-text infromation from Wikidata for now.

-While I was looking for painting in Wikidata I also noticed the absence of
information related to the size/dimension of the Artwork. The information
is most of the time present in Cultural Heritage data. Is it something
Wikidata is interested in or has it been omitted intentionally?

-Then the last question is about values in different languages for a given
property. How do you indicate the language in Wikidata? Are you using a
xml:lang attribute or something similar?

Thank you very much for your help

Best,

Valentine
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l


Re: [Wikidata-l] next Wikidata office hour

2015-04-01 Thread Thomas Tanon
Yes, Tpt is reading this list, has bookmarked your email and will be very happy 
to email you if needed ;-).
Thank you very much,
Thomas (Tpt)

> Le 31 mars 2015 à 22:00, Lydia Pintscher  a 
> écrit :
> 
> On Tue, Mar 31, 2015 at 9:38 PM, Thad Guidry  wrote:
>> Hi Lydia,
>> 
>> When Tpt_ goes over to Google in the summer, please pass on my info to him,
>> to reach out to me about any questions the team may have about some of my
>> /base's in Freebase. Many have found them useful, and the data comes mostly
>> from government sources already.
>> 
>> I am sure that there are other Freebase Experts that would also encourage
>> Tpt_ to reach out to them to help with any mappings that might be needed or
>> questions answered.
>> 
>> Google's Freebase team knows the Freebase Commons quite well...but...
>> when it comes to /base's that is when you'll need to involve the admins of
>> those bases, which many were experts of Freebase such as myself, and easily
>> reachable by email, etc.
>> 
>> Good notes from Denny and yourself in the chat.  Like 'em!
> 
> Thanks Thad! Tpt should be reading this list so I am sure he'll see
> your note. It's a good point.
> 
> 
> Cheers
> Lydia
> 
> --
> Lydia Pintscher - http://about.me/lydia.pintscher
> Product Manager for Wikidata
> 
> Wikimedia Deutschland e.V.
> Tempelhofer Ufer 23-24
> 10963 Berlin
> www.wikimedia.de
> 
> Wikimedia Deutschland - Gesellschaft zur Förderung Freien Wissens e. V.
> 
> Eingetragen im Vereinsregister des Amtsgerichts Berlin-Charlottenburg
> unter der Nummer 23855 Nz. Als gemeinnützig anerkannt durch das
> Finanzamt für Körperschaften I Berlin, Steuernummer 27/681/51985.
> 
> ___
> Wikidata-l mailing list
> Wikidata-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikidata-l



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Wikidata-l mailing list
Wikidata-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-l