Property talk:P1811
Documentation
list of episodes
link to the article with the list of episodes for this series
link to the article with the list of episodes for this series
[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/P1811#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/P1811#Unique value, SPARQL (every item), SPARQL (by value)
Type “audiovisual work (Q2431196), podcast (Q24634210), radio series (Q14623351)”: item must contain property “instance of (P31)” with classes “audiovisual work (Q2431196), podcast (Q24634210), radio series (Q14623351)” or their subclasses (defined using 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/P1811#Type Q2431196, Q24634210, Q14623351, SPARQL
Value type “Wikimedia list article (Q13406463)”: 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 Wikimedia list article (Q13406463) (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/P1811#Value type Q13406463, SPARQL
Property “is a list of (P360): episode (Q1983062), television series episode (Q21191270), serial drama (Q7724161), podcast episode (Q61855877), anime television series episode (Q102364578), web series episode (Q1464125)” declared by target items of “list of episodes (P1811)”: If [item A] has this property with value [item B], [item B] is required to have property “is a list of (P360): episode (Q1983062), television series episode (Q21191270), serial drama (Q7724161), podcast episode (Q61855877), anime television series episode (Q102364578), web series episode (Q1464125)”. (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/P1811#Target required claim P360, SPARQL
Conflicts with “instance of (P31): filmography (Q1371849), Wikimedia disambiguation page (Q4167410), Wikimedia category (Q4167836), Wikimedia project page (Q14204246), Wikimedia template (Q11266439), Wikimedia list article (Q13406463), fictional universe (Q559618)”: this property must not be used with the listed properties and values. (Help)
List of violations of this constraint: Database reports/Constraint violations/P1811#Conflicts with P31, hourly updated report, SPARQLItem “number of episodes (P1113)”: Items with this property should also have “number of episodes (P1113)”. (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/P1811#Item P1113, SPARQL
Conflicts with “instance of (P31): television series season (Q3464665), anime television series season (Q100269041)”: this property must not be used with the listed properties and values. (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/P1811#Conflicts with P31, SPARQL
Item “country of origin (P495)”: Items with this property should also have “country of origin (P495)”. (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/P1811#Item P495, search, SPARQL
Conflicts with “instance of (P31): manga (Q8274), light novel series (Q104213567), light novel (Q747381), fictional universe (Q559618), media franchise (Q196600), manga series (Q21198342)”: this property must not be used with the listed properties and values. (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/P1811#Conflicts with P31, SPARQL
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/P1811#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/P1811#Entity types
list should have qualifier with series as value
is a list of (P360) should be qualified with part of the series (P179) and item for series as value (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P1811#list should have qualifier with series as value
is a list of (P360) should be qualified with part of the series (P179) and item for series as value (Help)
Violations query:
SELECT ?item ?itemLabel ?eplist ?eplistLabel WHERE { ?item wdt:P1811 ?eplist . FILTER NOT EXISTS { ?eplist p:P360 [ pq:P179 ?item ] } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
List of this constraint violations: Database reports/Complex constraint violations/P1811#list should have qualifier with series as value
value label (1: should match regex)
fix label or adjust regex for language at Property:P1811#P1552: complex constraint value label (Q100884525) (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P1811#value label (1: should match regex)
fix label or adjust regex for language at Property:P1811#P1552: complex constraint value label (Q100884525) (Help)
Violations query:
SELECT ?item ?lang ?l ?value ?v ?t WHERE { hint:Query hint:optimizer "None". wd:P1811 p:P1552 [ ps:P1552 wd:Q100884525 ; pq:P8770 ?t ] BIND( lang(?t) as ?lang) ?item wdt:P1811 ?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/P1811#value label (1: should match regex)
value label (1: languages lacking a regex)
determine a regex and add it at Property:P1811#P1552: complex constraint value label (Q100884525) (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P1811#value label (1: languages lacking a regex)
determine a regex and add it at Property:P1811#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:P1811 ?v . ?v rdfs:label ?l . BIND(lang(?l) as ?lang) OPTIONAL { wd:P1811 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/P1811#value label (1: languages lacking a regex)
Episode lists should be linked with this property
Find is a list of (P360)=episode not used as value with this property (Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P1811#Episode lists should be linked with this property
Find is a list of (P360)=episode not used as value with this property (Help)
Violations query:
SELECT DISTINCT ?item ?itemLabel { { ?item wdt:P360 wd:Q21191270 } UNION { ?item wdt:P360 wd:Q21191270 } ?item wdt:P31 wd:Q13406463 . FILTER NOT EXISTS { [] wdt:P1811 ?item } SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } }
List of this constraint violations: Database reports/Complex constraint violations/P1811#Episode lists should be linked with this property
|
This property is being used by:
Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.) |
Statistics
editConsistency of value labels with 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
|