GrubstreetMeetsChefMoz
Appearance
Expanding on RestaurantRecommendation, here is some RDF from two open restaurant guides that describe the same venue:
Pulled directly from the Grubstreet entry (dev't version):
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/"
xmlns:chefmoz="http://chefmoz.org/rdf/elements/1.0/" >
<rdf:Description rdf:about="http://the.earth.li/~kake/cgi-bin/cgi-wiki/wiki.cgi?id=Pizza_Express%2C_SE1_9QQ;version=1">
<dc:title>CGI::Wiki Test Site review: Pizza Express, SE1 9QQ</dc:title>
<dc:date>2003-05-01T11:22:38</dc:date>
<dcterms:modified>2003-05-01T11:22:38</dcterms:modified>
<dc:contributor>Earle</dc:contributor>
<dc:source rdf:resource="http://the.earth.li/~kake/cgi-bin/cgi-wiki/wiki.cgi?Pizza_Express%2C_SE1_9QQ" />
<wiki:version>1</wiki:version>
<foaf:homepage>http://www.pizzaexpress.co.uk/</foaf:homepage>
<foaf:topic>
<chefmoz:Restaurant>
<dc:title>Pizza Express, SE1 9QQ</dc:title>
<chefmoz:Country>United Kingdom</chefmoz:Country>
<chefmoz:City>London</chefmoz:City>
<chefmoz:Zip>SE1 9QQ</chefmoz:Zip>
<chefmoz:Phone>020 7407 2995 </chefmoz:Phone>
<chefmoz:Hours>Midday - 11 pm, Monday to Friday </chefmoz:Hours>
<chefmoz:Neighborhood>London Bridge</chefmoz:Neighborhood>
<chefmoz:Neighborhood>Borough</chefmoz:Neighborhood>
</chefmoz:Restaurant>
</foaf:topic>
</rdf:Description>
</rdf:RDF>
Excerpted (and fixed up slightly) from chefmoz download:
<?xml version="1.0"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:d="http://purl.org/dc/elements/1.0/"
chefmoz:xmlns="http://chefmoz.org/rdf/elements/1.0/"
xmlns="http://chefmoz.org/rdf/elements/1.0/">
<Restaurant chefmoz:id="United_Kingdom/England/London/Pizza_Express948546331">
<Location>United_Kingdom/England/London</Location>
<d:Title>Pizza Express</d:Title>
<Address>4 Borough High Street</Address>
<City>London</City>
<Country>United Kingdom</Country>
<Phone>020 7407 2995</Phone>
<State>England</State>
<Zip>SE1</Zip>
<Neighborhood>Borough</Neighborhood>
<d:Description>Menu is pizza-dominated, with small dessert menu and wine list. The restaurant is set in a mature building, transformed inside with steel, glass and marble. Split level gives those upstairs a view over those downstairs.</d:Description>
<URL>http://www.pizzaexpress.co.uk/</URL>
<MenuURL>http://www.pizzaexpress.co.uk/menu_top.htm</MenuURL>
<Hours> 12 pm - 11 pm, Monday to Friday</Hours>
<ParsedHours>|12-23|12-23|12-23|12-23|12-23|</ParsedHours>
<Alcohol>full bar</Alcohol>
<Smoking>permitted</Smoking>
<Dress>casual</Dress>
<FoodRating>8.0</FoodRating>
<ServiceRating>6.0</ServiceRating>
<AmbianceRating>4.0</AmbianceRating>
<OverallRating>6.0</OverallRating>
<RecommendedDishes> </RecommendedDishes>
<Accessibility>not</Accessibility>
<AccessibilityNotes>Restaurant on three levels, many stairs</AccessibilityNotes>
<Reservations>large groups only</Reservations>
<Price>£15.01 - £30.00</Price>
<Cuisine>Pizza</Cuisine>
<Accepts>bank debit cards</Accepts>
<Accepts>Diners' Club</Accepts>
<Accepts>Visa</Accepts>
<Accepts>MasterCard/Eurocard</Accepts>
<Accepts>American Express</Accepts>
<Parking>public transit accessible</Parking>
<Parking>street parking</Parking>
<Review r:resource="United_Kingdom/England/London/Pizza_Express948546331|948554508"/>
</Restaurant>
</r:RDF>