Property talk:P10364

Documentation

Finnish real property ID
unique identifier of real property in Finland (Kiinteistötunnus). Format: nnn-nnn-nnnn-nnnn
[create Create a translatable help page (preferably in English) for this property to be included here]
Type “architectural structure (Q811979): item must contain property “instance of (P31)” with classes “architectural structure (Q811979)” 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/P10364#Type Q811979, SPARQL
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/P10364#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/P10364#Unique value, SPARQL (every item), SPARQL (by value)
Format “\d{3}-\d{3}-\d{4}-\d{4}: 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/P10364#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/P10364#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/P10364#Scope, SPARQL
Item “country (P17): Finland (Q33): Items with this property should also have “country (P17): Finland (Q33)”. (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/P10364#Item P17, search, SPARQL
Pattern ^(\d{3})(\d{3})(\d{4})(\d{4})$ will be automatically replaced to $1-$2-$3-$4.
Testing: TODO list

Queries edit

Output in alternate formats edit

#title:alternate formats for P10364
#adapted from query by User:Dipsacus_fullonum https://www.wikidata.org/wiki/Special:PermanentLink/1576903843#preferred_format_for_id
SELECT *
{
  ?item wdt:P10364 ?value.
  FILTER( REGEX(?value, "^(\\d{3}-\\d{3}-\\d{4}-\\d{4})$") )  #limit to correctly formatted values

  BIND (REPLACE(?value, "0{0,2}(\\d+)-0{0,2}(\\d+)-0{0,3}(\\d+)-0{0,3}(\\d+)", "$1-$2-$3-$4") AS ?format1)
  BIND (REPLACE(?value, "-", "") AS ?format3)
}
LIMIT 10
alternate formats for P10364

Discussion edit

Return to "P10364" page.