@ -55,7 +55,7 @@ style: number
#### French
#### French
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "French")
where contains(Place.Style, "French")
@ -67,7 +67,7 @@ sort file.name ascending
#### British
#### British
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where Place.Style = "British"
where Place.Style = "British"
@ -79,7 +79,7 @@ sort file.name ascending
#### Italian
#### Italian
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style,"Italian")
where contains(Place.Style,"Italian")
@ -91,7 +91,7 @@ sort file.name ascending
#### Peruvian
#### Peruvian
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Peruvian")
where contains(Place.Style, "Peruvian")
@ -103,7 +103,7 @@ sort file.name ascending
#### Spanish
#### Spanish
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Spanish")
where contains(Place.Style, "Spanish")
@ -115,7 +115,7 @@ sort file.name ascending
#### Japanese
#### Japanese
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Japanese")
where contains(Place.Style, "Japanese")
@ -127,7 +127,7 @@ sort file.name ascending
#### Greek
#### Greek
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Greek")
where contains(Place.Style, "Greek")
@ -139,7 +139,7 @@ sort file.name ascending
#### Indian
#### Indian
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Indian")
where contains(Place.Style, "Indian")
@ -151,7 +151,7 @@ sort file.name ascending
#### Asian
#### Asian
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
@ -163,7 +163,7 @@ sort file.name ascending
#### American
#### American
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "US")
where contains(Place.Style, "US")
@ -175,7 +175,7 @@ sort file.name ascending
#### Argentine
#### Argentine
```dataview
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Argentine")
where contains(Place.Style, "Argentine")
@ -195,7 +195,7 @@ sort file.name ascending
#### Notting Hill
#### Notting Hill
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "NottingHill")
where contains(Place.Location, "NottingHill")
@ -207,7 +207,7 @@ sort file.name ascending
#### Paddington
#### Paddington
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Paddington")
where contains(Place.Location, "Paddington")
@ -219,7 +219,7 @@ sort file.name ascending
#### Mayfair
#### Mayfair
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Mayfair")
where contains(Place.Location, "Mayfair")
@ -231,7 +231,7 @@ sort file.name ascending
#### Marylebone
#### Marylebone
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Marylebone")
where contains(Place.Location, "Marylebone")
@ -243,7 +243,7 @@ sort file.name ascending
#### Soho
#### Soho
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Soho")
where contains(Place.Location, "Soho")
@ -255,7 +255,7 @@ sort file.name ascending
#### Fitzrovia
#### Fitzrovia
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Fitzrovia")
where contains(Place.Location, "Fitzrovia")
@ -267,7 +267,7 @@ sort file.name ascending
#### St Pancras
#### St Pancras
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "StPancras")
where contains(Place.Location, "StPancras")
@ -279,7 +279,7 @@ sort file.name ascending
#### Shoreditch
#### Shoreditch
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Shoreditch")
where contains(Place.Location, "Shoreditch")
@ -291,7 +291,7 @@ sort file.name ascending
#### The City
#### The City
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "City")
where contains(Place.Location, "City")
@ -303,7 +303,7 @@ sort file.name ascending
#### Whitechapel
#### Whitechapel
```dataview
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Whitechapel")
where contains(Place.Location, "Whitechapel")