Property talk:P4223
Documentation
identifier for the Enciclopedia Italiana on Treccani website
List of violations of this constraint: Database reports/Constraint violations/P4223#Unique value, SPARQL (every item), SPARQL (by value)
[a-z0-9]+(-[a-z0-9]+)*(_res-[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12})?
”: value must be formatted using this pattern (PCRE syntax). (Help)List of violations of this constraint: Database reports/Constraint violations/P4223#Format, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P4223#Entity types
List of violations of this constraint: Database reports/Constraint violations/P4223#Single value, SPARQL
List of violations of this constraint: Database reports/Constraint violations/P4223#Label in 'it' language, search, SPARQL
Pattern ^(.*)_+(?:\(Enciclopedia[_\-]Italiana\))?$ will be automatically replaced to \1. Testing: TODO list |
This property is being used by: Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.) |
Duplicate of P3365?
[edit]This seems to be a duplicate of Property:P3365. -- Okhjon (talk) 13:10, 9 February 2019 (UTC)
- @Okhjon: It's not, it has formatter URL "...$1__(Enciclopedia-Italiana)/", not simply "...$1", and links to Enciclopedia Italiana, not to Enciclopedia Treccani online; it's true that the values often coincide with P3365. --Epìdosis 13:40, 9 February 2019 (UTC)
- Thank you! -- Okhjon (talk) 13:45, 9 February 2019 (UTC)
Appendices
[edit]Enciclopedia Italiana in some cases has more than one entry for a single subject because the same subject appears in one or more appendices (e.g. Italo Balbo (Q1056) or Benito Mussolini (Q23559)); except one entry, the others cointain the string "_res-"; this string usually (but not always, e.g. Thucydides (Q580356)) indicates that there are many entries about the same subject.
SELECT ?item ?identifier WITH {
SELECT ?item WHERE {
?item p:P4223/ps:P4223 ?identifier .
} GROUP BY ?item HAVING(COUNT(*) = 1)
} AS %subquery WHERE {
INCLUDE %subquery .
?item p:P4223/ps:P4223 ?identifier .
FILTER(CONTAINS(?identifier, '_res-')) .
}
Here is a list of items having only one entry for Treccani's Enciclopedia Italiana ID (P4223) and this entry cointains the string "_res-" (most of them may require a check in order to discover other entries). --Epìdosis 18:19, 19 April 2019 (UTC)
Use with author strings
[edit]SELECT ?item ?itemLabel (URI(CONCAT("http://www.treccani.it/enciclopedia/",?ei,"_(Enciclopedia-Italiana)")) AS ?eiUrl) ?author_string
WHERE {
?item p:P4223 ?stat .
?stat ps:P4223 ?ei .
?stat pq:P2093 ?author_string .
SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en" }
}
In many cases it should be considered the possibility to create items for the authors of the entries. --Epìdosis 12:22, 29 December 2019 (UTC)
Authors who are also subjects of articles and absent on it.wikipedia
[edit]#Authors of articles of the Enciclopedia Italiana which are also subjects of articles of Enciclopedia Italiana and are absent on it.wikipedia
SELECT DISTINCT ?aut ?autLabel
WHERE {
?item p:P4223 [ pq:P50 ?aut ] .
?aut wdt:P4223 [] .
MINUS { ?article schema:about ?aut ; schema:isPartOf <https://it.wikipedia.org/> . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "it". }
}
- Italy-related properties
- All Properties
- Properties with external-id-datatype
- Properties used on 10000+ items
- Properties with unique value constraints
- Properties with format constraints
- Properties with scope constraints
- Properties with entity type constraints
- Properties with single value constraints
- Properties with label language constraints