Property talk:P1442

From Wikidata
Jump to navigation Jump to search

Documentation

image of grave
picture of a person or animal's grave, gravestone or tomb
Descriptionlink to the picture of the grave or tombstone of the deceased person
Representsgrave (Q173387), tomb (Q381885), tombstone (Q203443)
Data typeCommons media file
Domain
According to this template: people/person
According to statements in the property:
human (Q5), fictional human (Q15632617), individual animal (Q26401003), group of humans (Q16334295), human whose existence is disputed (Q21070568) or burial plot (Q1541002)
When possible, data should only be stored as statements
Allowed values(?i).+\.(png|jpg|jpeg|gif|tif|tiff|djvu)
ExampleEmpress Zita of Austria (Q50926)Kapuzinergruft Wien4.JPG
Louis Julius Freudenberg (Q20658456)
Simon Addis (Q61698690)
Israel Näslund III (Q20816949)
Sourceimage de Wikipédia ou de commons /picture from wikipedia, or the existing Commons cat. (note: this information should be moved to a property statement; use property source website for the property (P1896))
Formatter URLhttps://commons.wikimedia.org/wiki/File:$1
Embed URLhttps://commons.wikimedia.org/wiki/File:$1
Tracking: usageCategory:Pages using Wikidata property P1442 (Q29448784)
See alsoplace of burial (P119), media legend (P2096), inscription (P1684), plaque image (P1801)
Lists
Proposal discussionProposal discussion
Current uses
Total71,102
Main statement70,74899.5% of uses
Qualifier2400.3% of uses
Reference1140.2% of uses
[create Create a translatable help page (preferably in English) for this property to be included here]
Link to Commons namespace “File”: this property should contain a well-formed link to an existing page on Wikimedia Commons. (Help)
List of violations of this constraint: Database reports/Constraint violations/P1442#Commons link, hourly updated report
Format “(?i).+\.(png|jpg|jpeg|gif|tif|tiff|djvu|webp): value must be formatted using this pattern (PCRE syntax). (Help)
List of violations of this constraint: Database reports/Constraint violations/P1442#Format, hourly updated report, SPARQL
Item “sex or gender (P21): Items with this property should also have “sex or gender (P21)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1442#Item P21, SPARQL
Item “place of burial (P119): Items with this property should also have “place of burial (P119)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). Known exceptions: Lucette Destouches (Q19629961)
List of violations of this constraint: Database reports/Constraint violations/P1442#Item P119, SPARQL
Item “date of death (P570): Items with this property should also have “date of death (P570)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). Known exceptions: Lucette Destouches (Q19629961)
List of violations of this constraint: Database reports/Constraint violations/P1442#Item P570, SPARQL
Item “date of birth (P569): Items with this property should also have “date of birth (P569)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1442#Item P569, SPARQL
Conflicts with “instance of (P31): cemetery (Q39614): this property must not be used with the listed properties and values. (Help)
List of violations of this constraint: Database reports/Constraint violations/P1442#Conflicts with P31, hourly updated report, SPARQL
Scope is as main value (Q54828448), as qualifier (Q54828449): the property must be used by specified way only (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1442#Scope, SPARQL
Allowed entity types are Wikibase item (Q29934200): the property may only be used on a certain entity type (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1442#Entity types
Same image in P18 and in P1442
(Help)
Violations query: SELECT DISTINCT ?item WHERE { ?item wdt:P1442 ?imageTombe. ?item wdt:P18 ?image FILTER (?imageTombe = ?image) } ORDER BY ?item
List of this constraint violations: Database reports/Complex constraint violations/P1442#Same image in P18 and in P1442
Wrong date
point in time (P585) is for the date of picture (see date of burial or cremation (P4602) for an other date) (Help)
Violations query: SELECT ?item ?died ?datePicture WHERE { ?item p:P1442 ?statement. ?statement pq:P585 ?datePicture. ?item wdt:P570 ?died. FILTER (?datePicture < ?died). }
List of this constraint violations: Database reports/Complex constraint violations/P1442#Wrong date
This property is being used by:

Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.)

Queries[edit]

People recently buried in a cemetery nearby without an image of the grave (P1442) on Wikidata[edit]

#title:People recently buried in a cemetery nearby without an image of the grave (P1442) on Wikidata
#defaultView:Map{"hide":["?coor"]}
# by Jura1, 2021-11-04
# Source: https://www.wikidata.org/wiki/Property_talk:P1442#People_recently_buried_in_a_cemetery_nearby_without_an_image_of_the_grave_(P1442)_on_Wikidata
SELECT 
  ?item ?itemLabel ?itemDescription 
  ?date_of_death 
  ?cemetery ?cemeteryLabel ?coor 
  ?commons_category_which_may_include_one ?findagrave 
  ?img_person ?img_cemetery
WHERE
{
	?item wdt:P119 ?cemetery . 
    ?cemetery wdt:P31 wd:Q39614 . 
    ?item wdt:P570 ?date_of_death . 
    FILTER (?date_of_death > "2015-01-01"^^xsd:dateTime)
    FILTER NOT EXISTS { ?item p:P1442 [ ] }
    ?cemetery wdt:P625 ?coor .
    FILTER NOT EXISTS { ?cemetery wdt:P625 ?coor2 . FILTER( str(?coor) > str(?coor2) ) }
    OPTIONAL { ?item wdt:P373 ?cat . BIND(URI(CONCAT("https://commons.wikimedia.org/wiki/Category:",?cat)) as ?commons_category_which_may_include_one) }
    OPTIONAL { ?item wdt:P535 ?fid . wd:P535 wdt:P1630 ?ff .BIND(URI(REPLACE(?ff, "\\$1", ?fid)) as ?findagrave) }
    OPTIONAL { ?item wdt:P18 ?img_person }
    FILTER NOT EXISTS { ?item wdt:P18 ?img_person2 . FILTER( str(?img_person2) > str(?img_person) ) }  
    OPTIONAL { ?cemetery wdt:P18 ?img_cemetery }
    FILTER NOT EXISTS { ?cemetery wdt:P18 ?img_cemetery2 . FILTER( str(?img_cemetery2) > str(?img_cemetery) ) }  
	SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Try it!

Discussion[edit]

Image search[edit]

Images can now be added with Free Image Search.

Try one of the following queries for items without image of grave (P1442) in the tool: examples with Brazil (Q155)

Brazilians with "location of burial"
CLAIM[27:155] AND CLAIM[119] and noclaim[1442]
People buried at Père Lachaise Cemetery (Q311)
CLAIM[119:311] and noclaim[1442]
People who died in Brazil
CLAIM[20:(TREE[155][150][17,131])] and noclaim[1442]
Brazilians who died
CLAIM[27:155] AND CLAIM[20,119,570] and noclaim[1442]
writer (Q36180) with "location of burial"
CLAIM[106:36180] AND CLAIM[119] and noclaim[1442]

Note:

  • Uncheck "Only items without image (P18)" and then click "Run".
  • The tool takes some time to run (in two steps: 1. Loading wikidata items and image candidates, then 2. Loading Wikidata titles).
  • Images are selected by placing the mouse pointer on an image and selecting "Add as". When the menu appears, select "Add as grave image".
  • Before the first image, one needs to log into "Widar".

Cheers. --- Jura 12:08, 16 March 2015 (UTC)[reply]

No value[edit]

I've occasionally added image of grave (P1442): no value to people buried in anonymous unmarked graves where the specific location within the cemetery is unknown. I've usually stated and sourced that fact under place of burial (P119). However, those statements have been removed without explanation, presumably because they violate the format constraints as they are currently set up. My view is that these statements are useful and reasonable as they allow us to identify people where you will never get a grave picture because there is no marked grave. It also allows us to weed out people in unmarked graves from those that have proper graves but no picture, which is useful if we want to produce and add missing grave pictures. It would probably be better if there was a qualifier to P1442 that could clarify this, but I don't know how you would format such a statement. (@Jura1:) Väsk (talk) 14:57, 31 July 2015 (UTC)[reply]

Ok, I hadn't realized that there would never be any. A qualifier on the statement itself seems helpful. P31 + a new descriptive item might do. --- Jura 15:01, 31 July 2015 (UTC)[reply]

Losing statements[edit]

83.204.229.127 (talkcontribslogs) seems to be removing a lot of these assertions. Does anyone know what this is about? Cheers, Bovlb (talk) 23:00, 26 June 2018 (UTC)[reply]

Thanks for noticing. Reverted.
--- Jura 05:14, 27 June 2018 (UTC)[reply]