Property talk:P8744

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,400
Main statement1,39399.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]
Tipo valore "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 .+ 48 7 85.4
Asturian ast economía d.+ 147 6 95.9
Turkish tr .+ ekonomisi|.+[td][ae] ekonomi 233 11 95.3
Polish pl gospodarka .+ 323 14 95.7
Portuguese pt economia d(os|as|e|o|a) .+ 411 10 97.6
Russian ru экономика .+ 444 24 94.6
Romanian ro economia .+ 179 8 95.5
Ukrainian uk економіка .+ 224 18 92
Swedish sv .* ekonomi 236 10 95.8
Slovak sk ekonomika .+ 112 11 90.2
Slovene sl gospodarstvo .+ 329 11 96.7
Occitan oc economia .+ 203 5 97.5
French fr économie d(u |es |e l'|e la |e |').+ 572 14 97.6
Italian it economia d(ella|ello|elle|egli|el|ei|i|ell|)[ '].+ 263 12 95.4
Finnish fi .+ talous 215 9 95.8
Japanese ja .+の経済 313 9 97.1
Dutch nl economie van (de |het )?.+ 1190 11 99.1
Hungarian hu .+ gazdasága 101 10 90.1
Lithuanian lt .+ ekonomika 81 6 92.6
Malay ms ekonomi .+ 139 30 78.4
Indonesian id ekonomi .+ 170 27 84.1
Galician gl economía d.+ 212 8 96.2
Nynorsk nn .+ økonomi|økonomien til.+ 95 16 83.2
Bokmål nb .+ økonomi 207 161 22.2
Esperanto eo ekonomio de .+ 407 10 97.5
German de Wirtschaft .+ 231 15 93.5
Spanish es economía de(l| las| la)? .+ 570 11 98.1
English en economy of (the )?.+ 1392 22 98.4
Catalan ca economia d.+ 312 9 97.1
Basque eu .+ ekonomia 142 9 93.7
Danish da .+ økonomi|økonomi .+ 78 8 89.7
Czech cs ekonomika .+|.+ ekonomika 200 10 95
Estonian et .+ majandus 39 8 79.5
Azerbaijani az .+ iqtisadiyyatı 94 9 90.4
Welsh cy economi('r)? .+ 85 7 91.8

Discussion

edit
Return to "P8744" page.