street (E317)

language codelabeldescriptionaliasesedit
enstreetschema for items about roadsedit
deStraßeSchema für Objekte über Straßenedit
nlstraatedit
vecstradacałe | viaedit
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>

start = @<street>

<street> EXTRA p:P31 {
  p:P31 { ps:P31 [wd:Q34442] * } ; # instance of a street
  wdt:P18 [ <http://commons.wikimedia.org/wiki/Special:FilePath>~ ] ? ; # picture
  wdt:P625 geo:wktLiteral ? ; # coordinate location
  wdt:P17 [ <http://www.wikidata.org/entity>~ ] ; # country
  wdt:P131 @<#administrative> * ; # administrative territorial entity
  p:P276 {
    ps:P276 [ <http://www.wikidata.org/entity>~ ] * ; # location
    pq:P281 xsd:string * ; # postal code
  } ;
  wdt:P571 xsd:dateTime ? ; # inception
  wdt:P373 xsd:string ? ; # Commons category
  wdt:P443 [ <http://commons.wikimedia.org/wiki/Special:FilePath>~ ] ? ; # pronunciation audio
  wdt:P361 [ <http://www.wikidata.org/entity>~ ] * ; # part of
  p:P138 {
    ps:P138 [ <http://www.wikidata.org/entity>~ ] * ; # named after
    pq:P805 [ <http://www.wikidata.org/entity>~ ] * ; # statement is subject of
    pq:P580 xsd:dateTime ? ; # start time
    pq:P582 xsd:dateTime ? ; # end time
    pq:P585 xsd:dateTime ?;  # point in time
  } ;
  wdt:P2789 [ <http://www.wikidata.org/entity>~ ] * ; # connects with
  wdt:P1889 [ <http://www.wikidata.org/entity>~ ] * ; # different from
  wdt:P177 [ <http://www.wikidata.org/entity>~ ] * ; # crosses
  wdt:P206 [ <http://www.wikidata.org/entity>~ ] * ; # located in or next to body of water
  wdt:P8138 @<#statistical> * ; # statistical territorial entity
}

<#administrative> {
  wdt:P31 [ wd:Q56061 ]
}

<#statistical> {
  wdt:P31 [ wd:Q15042037 ]
}