Property talk:P4339

Latest comment: 4 years ago by Epìdosis in topic Duplicate values with different labels

Documentation

Radio Radicale organizer ID
identifier for an organizer in the database of Radio Radicale
Associated itemRadio Radicale (Q3928795)
Data typeExternal identifier
Template parameterit:Template:Radio Radicale (with org as second parameter)
Domainorganization (Q43229) (note: this should be moved to the property statements)
Allowed values\d+
ExampleBruno Leoni Institute (Q3803595)100
Articolo 21 (Q3624389)2783
SourceWikipedia (Italian Wikipedia (Q11920)) (note: this information should be moved to a property statement; use property source website for the property (P1896))
External linksUse in sister projects: [ar][de][en][es][fr][he][it][ja][ko][nl][pl][pt][ru][sv][vi][zh][commons][species][wd][en.wikt][fr.wikt].
Formatter URLhttps://www.radioradicale.it/organizzatori/$1
Robot and gadget jobsAutomatic import
Tracking: usageCategory:Pages using Wikidata property P4339 (Q50823491)
Related to country  Italy (Q38) (See 396 others)
See alsoRadio Radicale person ID (P4521)
Lists
Proposal discussionProposal discussion
Current uses
Total345
Main statement34399.4% of uses
Qualifier20.6% of uses
Search for values
[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/P4339#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/P4339#Unique value, SPARQL (every item), SPARQL (by value)
Format “\d+: value must be formatted using this pattern (PCRE syntax). (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/P4339#Format, 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/P4339#Entity types
Scope is as main value (Q54828448), as reference (Q54828450): 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/P4339#Scope, SPARQL
Label required in languages: it: Entities using this property should have labels in one of the following languages: it (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/P4339#Label in 'it' language, search, SPARQL
 

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

Duplicate values with different labels edit

SELECT ?soggetto ?soggettoLabel
(GROUP_CONCAT(DISTINCT ?id; separator=", ") as ?id_multipli)
(GROUP_CONCAT(DISTINCT ?titolo; separator=", ") as ?titoli)
(COUNT(?soggetto) as ?numero)
WHERE {
  ?soggetto wdt:P4339 ?id . 
  ?soggetto p:P4339 ?d . 
  ?d pq:P1810 ?titolo .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it". }
}
GROUP BY ?soggetto ?soggettoLabel
HAVING(count(?id) > 1)
ORDER BY DESC(?numero)
Try it!

--Epìdosis 17:17, 22 August 2019 (UTC)Reply

Return to "P4339" page.