Wikidata:WikiProject Reasoning/Use cases

From Wikidata
Jump to navigation Jump to search

This page is for gathering examples of rules of inference that we might want to express in Wikidata. Not all of these use cases might be desirable in the end. This page is not for discussing if a particular rule would be good in a particular case, but for finding out which kinds of rules are needed in general.

This page is part of the Wikidata:WikiProject Reasoning.

Format of this page[edit]

  • Use cases should each describe one kind of rule, specific requirements, and examples where it would apply.
  • Each use case has one section where it can also be discussed.
  • A rule on this page is an informal statement of the form "if premise then conclusion".
  • Rules can refer to many objects (items, properties, values, statements). Some of these objects are variables (they can take different values for each rule application); some of these objects are constants (they are specific objects defined in the rule). The variables are written with a leading "?" to clarify that they are not fixed.

Use cases[edit]

Symmetry of individual properties[edit]

Many properties are declared symmetric by the Template:Constraint:Symmetric. For a particular property Pxxx, this corresponds to a rule like this:

If item ?A has a statement ?S1 with property Pxxx and value ?B,
then item ?B has a statement ?S2 with property Pxxx and value ?A.

Example:

Sometimes, qualifiers of the statement S1 should be copied to the statement S2. For example, this is typically the case for start time (P580) and end time (P582). There should be a way to say which qualifiers are to be copied.

Examples:

Symmetry of properties that are declared symmetric[edit]

Wikidata has a way to say that properties are symmetric by making them instance of (P31) symmetric property (Q18647518). Therefore, instead of writing down one rule for every symmetric property, it would be better to have a rule that says the following:

If item ?A has a statement ?S1 with property ?P and value ?B,
and property ?P has a statement ?S2 with property instance of (P31) and value symmetric property (Q18647518)
then item ?B has a statement ?S2 with property ?P and value ?A.

Example:

Discussion:

Subclass of is transitive[edit]

It is usually assumed that subclass of (P279) is transitive in the following sense:

If entity ?A has a statement ?S1 with property subclass of (P279) and value ?B
and entity ?B has a statement ?S2 with property subclass of (P279) and value ?C
then entity ?A has a statement ?S3 with property subclass of (P279) and value ?C

Normally, there are no qualifiers for subclass of (P279). It would not be clear if the above rule is still correct with some (unexpected) qualifier. Therefore, it would be good to specify that the rule can only be applied if statements ?S1 and ?S2 do not have any qualifiers.

Female parents are mothers[edit]

There is a discussion to remove gender from parenthood relations. The gendered parenthood relations could then be inferred with a rule like the following:

If entity ?A has a statement ?S1 with property Pparent and value ?B
and entity ?B has a statement ?S2 with property sex or gender (P21) and value female (Q6581072),
Then entity ?A has a statement ?S3 with property mother (P25) and value ?B

A similar rule could be given for father (P22). Note that to express such a rule, it would be useful to keep properties father (P22) and mother (P25) even if they are not to be used in statements. In a similar way, one could create other "virtual properties" that are only meant to express inferred statements.

It is not clear which qualifiers might be relevant in this inference rule. It might be best to restrict the inference to statements without any qualifiers.

Offices of heads of government[edit]

An example of a rule that involves several properties and specific items, but which is still universally true by definition:

If item ?A has a statement ?S1 with property head of government (P6) and value ?B
and item ?A has statement ?S2 with property office held by head of state (P1906) and value ?C
then item ?B has statement ?S3 with property position held (P39) and value ?C.

Example:

Note that in this case, temporal qualifiers start time (P580) and end time (P582) should be copied from statement ?S1 to statement ?S3, but not from statement ?S2. Where the office held by head of state (P1906) changes over time (e.g. from a king to a president) statement S2 will need start and end time qualifiers which will make the rules much more complicated. The rule above may only apply to preferred (i.e. current) values of statements or only to statements with only one value. Alternatively if S2 has values C1 and C2 then we can allow S3 to have values C1 or C2 and ignore the time qualifiers on S2.

Discussion:

Publication date propagation, value propagation[edit]

If an article ?A was published in a journal edition ?B and the publish date of ?B is ?D then the publish date of ?A is also ?D, and conversely. author  TomT0m / talk page 13:41, 28 August 2015 (UTC)[reply]

Types and properties and their instances : a painting on canvas (Q16669405) has a canvas (Q20155905)[edit]

If a class of object has a common properties, for example any painting on canvas as a canvas, we should be able to infer that any of the instances of that class has also a canvas, or any oil painting oil paint (Q296955) is made with the relevant painting technique and is painted with oil and pigments ... author  TomT0m / talk page 17:22, 31 August 2015 (UTC)[reply]

Part of
in some cases, when applied to a class like in the example, some properties just would not make sense for a physical object : pigments are used to paint, the class of painting itself, as an abstract object, don't have pigments. But some properties like part of can apply to classes and instances with a different meaning. It's usually said (see Refining "part of") that an instance (token) can only be a part of a class, and a class can only be part of a class. But what if all instances of some class are part of the same concrete object ?
Examples (taken from Wikidata_talk:Requests_for_comment/Help:Basic_membership_properties thanks to ArthurPSmith and Filcoelaire :
  • <inner planets> are <part of> the <Solar System>
  • every college of some university U is an instance of a class <college of ?U university>, as well as a part of the ?U university
Thus as is we can't express any planet in the <solar system planet> class has a <part of: solar system> statement just by adding a <part of: solar system> to the <solar system planet> item.

Update: After some thoughts, I'd suggest a model to achive that. If any instance I of a class C has a property with main snak pair (prop,val), then the class should have a statement

and this should be inferred that

  • ⟨ I ⟩ prop Search ⟨ val ⟩

Applies to part and part of[edit]

An example to illustrate :

could as well be written

  • ⟨ some picture ⟩ has part Search ⟨ the pictures sky ⟩
  • ⟨ the pictures sky ⟩ color (P462) View with SQID ⟨ blue ⟩
    .

Decomposing hierarchically an image or a painting and create items for the parts and subparts might be the only way to describe a picture in depth. applies to part can apply when the hierarchy is not to deep and help reduce the number of items, but hardly applies in general has the parts need an identifier somehow, and might be themselves decomposed ... Inferring one representation from the other should go from the particular case to the more generic one, and might need the creation of a blank item ... @Filceolaire: as we discuss this issue sometime :) author  TomT0m / talk page 09:56, 2 September 2015 (UTC)[reply]

I don't think it is our job to "describe a picture in depth". That is what the image file is for. I really don't want to start creating items for parts of a picture. Let's just stick to qualifiers and that will go as deep as we need to go. Joe Filceolaire (talk) 10:06, 2 September 2015 (UTC)[reply]
@Filceolaire: I'm just collecting usecase. I saw people start doing this on french Bistro is all. author  TomT0m / talk page 10:11, 2 September 2015 (UTC)[reply]

valid in period and begin/end dates[edit]

Usecase description[edit]

  • valid in period (P1264) is a qualifier to indicates the a period of time of validity of some statement. This helps to reduce the redundancy of some dates if the time period is often used and helps the user to enter facts efficiently.

Possible rule[edit]

Discussion[edit]

author  TomT0m / talk page 08:29, 3 September 2015 (UTC)[reply]

statement is subject of and facet of[edit]

An item whose subject is another item statement is a facet of the latter item:

If item ?A has a statement ?S1 with property ?P1 and qualifier statement is subject of (P805) and qualifier value ?B,
then item ?B has a statement ?S2 with property facet of (P1269) and value ?A.

Examples:

Discussion:

Nationalities[edit]

Just to record the idea, it seems that the country of citizenship (P27) View with SQID of a lot of person can change because of a change in the administrative status of the country they belong to, for example for Harry Secombe (Q762958)  View with Reasonator View with SQID there is a statement

and a statement

⟨ subject ⟩ country of citizenship (P27) View with SQID ⟨ United Kingdom (Q145)  View with Reasonator View with SQID ⟩

It seems that there could be a lot of other persons in that same case and that inference could be a good way to avoid this kind of redundancy, but I have no idea of the kind of rule that would be needed for this. Maybe the biggest problem is to build the ontology needed to write such a rule :) Actually the example is bad as the country was split and it seem impossible to know if the person became irish or stayed britannic, a better example could be a merge of country, German reunification (Q56039)  View with Reasonator View with SQID or other recent cases. author  TomT0m / talk page 12:06, 25 October 2018 (UTC)[reply]

(for the record, this idea is inspired by a question on the french wd project chat which wondered why « britanny » happened to be shown twice in the frwiki infobox, once with an end date.) author  TomT0m / talk page 11:45, 25 October 2018 (UTC)[reply]