Property talk:P8744

From Wikidata
Jump to navigation Jump to search

Documentation

economy of topic
item that deals with the economy of the subject
Representsregional economy (Q100773131)
Has qualitycomplex constraint value label (Q100884525), complex constraint value label template (Q100883797)
Data typeItem
ExampleAndorra (Q228)economy of Andorra (Q8071)
Greenland (Q223)economy of Greenland (Q2457614)
Prague (Q1085)economy of Prague (Q5817236)
South America (Q18)economy of South America (Q1072272)
Vermont (Q16551)economy of Vermont (Q100782076)
Galicia (Q3908)economy of Galicia (Q3393399)
Tracking: usageCategory:Pages using Wikidata property P8744 (Q100793290)
See alsogeography of topic (P2633), culture (P2596), history of topic (P2184), demographics of topic (P9241)
Lists
Proposal discussionProposal discussion
Current uses
Total1,399
Main statement1,39299.5% of uses
Qualifier70.5% of uses
Search for values
[create Create a translatable help page (preferably in English) for this property to be included here]
Value type “regional economy (Q100773131): 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 regional economy (Q100773131) (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/P8744#Value type Q100773131, 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/P8744#Unique value, SPARQL (every item), SPARQL (by value)
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/P8744#Single value, SPARQL
Without qualifiers: this property should be used without any qualifiers. (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/P8744#allowed qualifiers
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/P8744#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/P8744#Entity types
Property “subclass of (P279)” declared by target items of “economy of topic (P8744): If [item A] has this property with value [item B], [item B] is required to have property “subclass of (P279)”. (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/P8744#Target required claim P279, SPARQL, SPARQL (by value)
Property “topic's main category (P910)” declared by target items of “economy of topic (P8744): If [item A] has this property with value [item B], [item B] is required to have property “topic's main category (P910)”. (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/P8744#Target required claim P910, SPARQL, SPARQL (by value)
Property “Commons category (P373)” declared by target items of “economy of topic (P8744): If [item A] has this property with value [item B], [item B] is required to have property “Commons category (P373)”. (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/P8744#Target required claim P373, SPARQL, SPARQL (by value)
candidates (1: economy of region without P276)
possible values for this property (Help)
Violations query: SELECT ?item ?loc WHERE { ?item wdt:P31 wd:Q100773131 . MINUS { ?item wdt:P276 ?loc } MINUS { ?loc wdt:P8744 ?item } }
List of this constraint violations: Database reports/Complex constraint violations/P8744#candidates (1: economy of region without P276)
candidates (2: economy of region with P276)
possible values for this property (Help)
Violations query: SELECT ?item ?loc WHERE { ?item wdt:P31 wd:Q100773131 ; wdt:P276 ?loc . MINUS { ?loc wdt:P8744 ?item } }
List of this constraint violations: Database reports/Complex constraint violations/P8744#candidates (2: economy of region with P276)
value label (1: should match regex)
fix label or adjust regex for language at Property:P8744#P1552: complex constraint value label (Q100884525) (Help)
Violations query: SELECT ?item ?lang ?l ?value ?v ?t WHERE { hint:Query hint:optimizer "None". wd:P8744 p:P1552 [ ps:P1552 wd:Q100884525 ; pq:P8770 ?t ] BIND( lang(?t) as ?lang) ?item wdt:P8744 ?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/P8744#value label (1: should match regex)
value label (1: languages lacking a regex)
determine a regex and add it at Property:P8744#P1552: complex constraint value label (Q100884525) (Help)
Violations query: SELECT ?item ?lang (COUNT(*) as ?count) (SAMPLE(?l) as ?sample) WHERE { hint:Query hint:optimizer "None". [] wdt:P8744 ?v . ?v rdfs:label ?l . BIND(lang(?l) as ?lang) OPTIONAL { wd:P8744 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/P8744#value label (1: languages lacking a regex)
value label (2: experimental)
compares label of value with label of subject per regex for language at Property:P8744#P1552: complex constraint value label template (Q100883797) (Help)
Violations query: SELECT ?item ?lang ?l ?value ?v ?t ?check WHERE { hint:Query hint:optimizer "None". wd:P8744 p:P1552 [ ps:P1552 wd:Q100883797 ; pq:P8770 ?t ] BIND( lang(?t) as ?lang) ?item wdt:P8744 ?value . ?item rdfs:label ?l . FILTER(lang(?l) = ?lang) ?value rdfs:label ?v . FILTER(lang(?v) = ?lang) BIND ( REPLACE(str(?l), "^(.+)$", str(?t)) as ?check) FILTER ( !REGEX(str(?v), ?check) ) } LIMIT 350
List of this constraint violations: Database reports/Complex constraint violations/P8744#value label (2: experimental)

Consistency of value labels with value label regex[edit]

This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!

WDQS | PetScan | TABernacle | Find images | Recent changes
lang ?lang regex labels ≠regex % regex
Afrikaans af ekonomie van .+ 47 6 87.2
Asturian ast economía d.+ 146 5 96.6
Turkish tr .+ ekonomisi|.+[td][ae] ekonomi 231 10 95.7
Polish pl gospodarka .+ 321 12 96.3
Portuguese pt economia d(os|as|e|o|a) .+ 410 8 98
Russian ru экономика .+ 443 23 94.8
Romanian ro economia .+ 178 7 96.1
Ukrainian uk економіка .+ 223 17 92.4
Swedish sv .* ekonomi 235 9 96.2
Slovak sk ekonomika .+ 111 10 91
Slovene sl gospodarstvo .+ 274 12 95.6
Occitan oc economia .+ 202 4 98
French fr économie d(u |es |e l'|e la |e |').+ 570 13 97.7
Italian it economia d(ella|ello|elle|egli|el|ei|i|ell|)[ '].+ 262 11 95.8
Finnish fi .+ talous 214 8 96.3
Japanese ja .+の経済 312 8 97.4
Dutch nl economie van (de |het )?.+ 1189 10 99.2
Hungarian hu .+ gazdasága 100 9 91
Lithuanian lt .+ ekonomika 80 5 93.8
Malay ms ekonomi .+ 136 28 79.4
Indonesian id ekonomi .+ 169 26 84.6
Galician gl economía d.+ 211 7 96.7
Nynorsk nn .+ økonomi|økonomien til.+ 94 15 84
Bokmål nb .+ økonomi 206 160 22.3
Esperanto eo ekonomio de .+ 404 9 97.8
German de Wirtschaft .+ 229 14 93.9
Spanish es economía de(l| las| la)? .+ 569 10 98.2
English en economy of (the )?.+ 1391 18 98.7
Catalan ca economia d.+ 310 8 97.4
Basque eu .+ ekonomia 141 8 94.3
Danish da .+ økonomi|økonomi .+ 77 7 90.9
Czech cs ekonomika .+|.+ ekonomika 199 9 95.5
Estonian et .+ majandus 38 7 81.6
Azerbaijani az .+ iqtisadiyyatı 93 8 91.4
Welsh cy economi('r)? .+ 84 6 92.9

Discussion[edit]