Property talk:P8068

From Wikidata
Jump to navigation Jump to search

Documentation

ToposText place ID
identifier for a place in the website ToposText
[create Create a translatable help page (preferably in English) for this property to be included here]
Format “[\d+\-]{6}[A-Z][\w]{3,4}(\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/P8068#Format, 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/P8068#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/P8068#Single value, 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/P8068#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/P8068#Scope, SPARQL

Query for checking import[edit]

SELECT ?place (GROUP_CONCAT(?instLabel;separator=", ") AS ?instances) ?placeLabelEn ?placeLabelEl ?placeLabelEs ?placeLabelIt ?tt
WHERE {
  ?place wdt:P8068 ?tt .
  OPTIONAL { ?place wdt:P31 ?inst . }
  OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "en". ?inst rdfs:label ?instLabel . } }
  OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "en". ?place rdfs:label ?placeLabelEn . } }
  OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "el". ?place rdfs:label ?placeLabelEl . } }
  OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "es". ?place rdfs:label ?placeLabelEs . } }
  OPTIONAL { SERVICE wikibase:label { bd:serviceParam wikibase:language "it". ?place rdfs:label ?placeLabelIt . } }
}
GROUP BY ?place ?placeLabelEn ?placeLabelEl ?placeLabelEs ?placeLabelIt ?tt
Try it!

--Epìdosis 18:32, 13 May 2020 (UTC)[reply]