Property talk:P8625

From Wikidata
Jump to navigation Jump to search

Documentation

bibliography
Wikimedia page that gives a selection of relevant texts on the given topic
[create Create a translatable help page (preferably in English) for this property to be included here]
Single value: this property generally contains a single value. (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/P8625#Single value, SPARQL
Distinct values: this property likely contains a value that is different from all other items. (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/P8625#Unique value, SPARQL (every item), SPARQL (by value)
Scope is as main value (Q54828448): 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/P8625#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/P8625#Entity types
Value type “bibliography (Q1631107): This property should use items as value that contain property “instance of (P31)”. On these, the value for instance of (P31) should be an item that uses subclass of (P279) with value bibliography (Q1631107) (or a subclass thereof). (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/P8625#Value type Q1631107, SPARQL
Inverse property of “main subject (P921):
if [item A] has this property (bibliography (P8625)) linked to [item B],
then [item B] should also have property “main subject (P921)” linked to [item A]. (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/P8625#inverse, SPARQL
candidates
(Help)
Violations query: SELECT ?item ?itemLabel ?itemDescription { ?item wdt:P31 wd:Q1631107 . FILTER NOT EXISTS { [] wdt:P8625 ?item } FILTER NOT EXISTS { [] wdt:P1455 ?item } SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } LIMIT 100
List of this constraint violations: Database reports/Complex constraint violations/P8625#candidates
value label (1: should match regex)
fix label or adjust regex for language at Property:P8625#P1552: complex constraint value label (Q100884525) (Help)
Violations query: SELECT ?item ?lang ?l ?value ?v ?t WHERE { hint:Query hint:optimizer "None". wd:P8625 p:P1552 [ ps:P1552 wd:Q100884525 ; pq:P8770 ?t ] BIND( lang(?t) as ?lang) ?item wdt:P8625 ?value. ?item rdfs:label ?l . FILTER(lang(?l) = ?lang) ?value rdfs:label ?v . FILTER(lang(?v) = ?lang) FILTER ( !REGEX(str(?v), str(?t) ) ) } # ORDER BY ?lang ?v
List of this constraint violations: Database reports/Complex constraint violations/P8625#value label (1: should match regex)
value label (1: languages lacking a regex)
determine a regex and add it at Property:P8625#P1552: complex constraint value label (Q100884525) (Help)
Violations query: SELECT ?item ?lang (COUNT(*) as ?count) (SAMPLE(?l) as ?sample_l) (SAMPLE(?s) as ?sample_s) (SAMPLE(?value) as ?sample_value) WHERE { hint:Query hint:optimizer "None". ?s wdt:P8625 ?value . ?value rdfs:label ?l . BIND(lang(?l) as ?lang) OPTIONAL { wd:P8625 p:P1552 [ ps:P1552 wd:Q100884525 ; pq:P8770 ?t ] FILTER( lang(?t) = ?lang) } FILTER( !BOUND(?t) ) ?item wdt:P424 ?lang ; wdt:P305 [] . } GROUP BY ?item ?lang HAVING ( ?count > 9) ORDER BY DESC ( ?count)
List of this constraint violations: Database reports/Complex constraint violations/P8625#value label (1: languages lacking a regex)

This property and list of works (P1455)[edit]

How is this different from list of works (P1455)? --Shinnin (talk) 15:10, 21 September 2020 (UTC)[reply]

From my understanding, this property is more generic because it applies to all topic, not only to human. @Thierry Caro: may give his opinion about that. Pamputt (talk) 15:43, 21 September 2020 (UTC)[reply]
@Shinnin, Pamputt: list of works (P1455) is for people's works. The new property is supposedly the list of works about someone or something. Sometimes Wikipedia articles about persons cover both works by that person an works about that person and then one might use both properties here. Thierry Caro (talk) 15:48, 21 September 2020 (UTC)[reply]