<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
   xml:base="http://wikitravel.org/shared/Wikitravel:Schema#"
   xmlns:xml="http://www.w3.org/XML/1998/namespace"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:dcterms="http://purl.org/dc/terms/"
   xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#"
   xmlns:kb_sys="http://purl.org/knowledgebay/ontology/sys#"
   xmlns:kb_person="http://purl.org/knowledgebay/ontology/person#"
   xmlns:kb_keyword="http://purl.org/knowledgebay/ontology/keyword#"
   xmlns:kb_lecture="http://purl.org/knowledgebay/ontology/lecture#"
   xmlns:kb_location="http://purl.org/knowledgebay/ontology/location#"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:place="urn:x-wikitravel:shared:"
   xmlns:pos="http://www.w3.org/2003/01/geo/wgs84_pos#"
   xmlns:wts="http://wikitravel.org/schema#">

<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/1.0/">
   <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
   <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
   <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
   <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
</cc:License>

<rdfs:Class rdf:about="http://wikitravel.org/schema#BigCity">
   <rdfs:comment>for bigger cities with lots to do</rdfs:comment>
   <rdfs:label>BigCity</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#City"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#City">
   <rdfs:comment>A city is, in reality, the unit of travel guide geography. It's where you arrive to, where you go see sights, where you find a hotel, where you eat in restaurants, where you move on from when you're done. Wikitravel's definition of a city is flexible: they may be literal incorporated cities, but they can also be larger metropolitan areas with suburbs and satellite cities, like Los Angeles or Paris, or they can be smaller towns or villages, like Zermatt or Panmunjeom. Where suburbs, satellite cities, and villages deserve their own Wikitravel entries is a matter of judgement -- probably depending on the amount of information about those places. We have different templates to deal with cities of different sizes and complexity.</rdfs:comment>
   <rdfs:label>City</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#ContinentalSection">
   <rdfs:comment>A section is a division of a continent into a logical travel part. Classic examples are Southeast Asia or Northern Europe. Sometimes sections may not make sense, or may be equivalent to national boundaries. For example, it's natural to divide North America into Canada, the United States of America, Mexico, and Central America.</rdfs:comment>
   <rdfs:label>ContinentalSection</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Continent">
   <rdfs:comment>Continents are big sections of the globe. We've started with Asia, Africa, North America, etc., and a separate pseudo-continent of Island nations. There's not actually much practical travel information that can be given on, say, Asia, but it does provide a convenient container for the next level of hierarchy. </rdfs:comment>
   <rdfs:label>Continent</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Country">
   <rdfs:comment>A country is a recognized state territory on the globe, like Djibouti, France, or Brazil. Countries tend to be the level where information about currency, immigration, language, culture, etc. get described. This level cannot be skipped.</rdfs:comment>
   <rdfs:label>Country</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#County">
   <rdfs:comment>A region that matches exactly with an official county, in those countries with counties (e.g. UK, USA).</rdfs:comment>
   <rdfs:label>County</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Region"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Department">
   <rdfs:comment>A region that matches exactly with an official department, in those countries with counties (e.g. France).</rdfs:comment>
   <rdfs:label>Department</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Region"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#District">
   <rdfs:comment>Some cities are just so big and so diverse that there's too much information to keep in one Wikitravel article. It'd make sense, then, to divide the city again into districts, so that practical info -- hotel listings, restaurants, bars, sightseeing attractions -- can get their due. Examples of districts in San Francisco would be San Francisco/Marina, San Francisco/Tenderloin, and San Francisco/Mission.</rdfs:comment>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<wts:Stage rdf:about="http://wikitravel.org/schema#GuideStage">
   <rdfs:comment>The article would be helpful for the average traveler, such as offering alternatives for where to stay and eat, what to see and do, how to get in and out, etc. and provide enough information for at least a few days there. But at least a few things are missing to make this a star article. It follows the manual of style in spirit if not in detail.</rdfs:comment>
   <rdfs:label>Guide</rdfs:label>
</wts:Stage>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Guide">
   <rdfs:comment>A travel guide describing a particular location, including places to eat and sleep, nightlife, and things to do and see in the location. Typically a travel guide also includes some light history and description of the location appropriate for a traveler.</rdfs:comment>
   <rdfs:label>Guide</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Text"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#HugeCity">
   <rdfs:comment>for cities so big that they must be broken up into districts</rdfs:comment>
   <rdfs:label>HugeCity</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#City"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Itinerary">
   <rdfs:comment>A temporal description for things to see in a particular location or for a trip from point A to point B. Whereas a guide will give descriptions of things to do and see in a location, an itinerary will give specific durations and order for seeing and doing them.</rdfs:comment>
   <rdfs:label>Itinerary</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Text"/>
</rdfs:Class>

<wts:Stage rdf:about="http://wikitravel.org/schema#Outline">
   <rdfs:comment>Has at least an introduction and a template outline laid out for the article, but not much more. Some of the sections may have content, but others are empty. You can tell what this article is going to be about, but it doesn't have enough information to be useful (e.g. get you to a destination and keep you alive there).</rdfs:comment>
   <rdfs:label>Outline</rdfs:label>
</wts:Stage>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Park">
   <rdfs:comment>A national park or other undeveloped area big enough to merit its own article.</rdfs:comment>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Phrasebook">
   <rdfs:comment>A brief introduction to a language, including a gloss of the grammar and pronunciation of the language, and a list of phrases in the language with translations in the 'host' language. A phrasebook typically does not teach grammar rules in details, but prepares the reader to deal with constrained situations (like travel) with rote memorization of key phrases applicable to the domain.</rdfs:comment>
   <rdfs:label>Phrasebook</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Text"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Place">
   <rdfs:comment>Superclass of all levels of the geographical hierarchy</rdfs:comment>
   <rdfs:label>Place</rdfs:label>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Province">
   <rdfs:comment>A region that matches exactly with an official province, in those countries with provinces (e.g. Canada.</rdfs:comment>
   <rdfs:label>Province</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Region"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Region">
   <rdfs:comment>A region is a subnational division that is climatically, culturally, geographically, or politically coherent. Regions may lie along subnational borders -- like states in the USA, provinces in Canada, or departements in France -- but more often they are above this level. One could divide Vietnam, for example, into the North (Hanoi and environs), the Central Coast (Danang, Hoi An, Nha Trang), the Central Highlands (Dalat and nearby) and the South (Saigon and the Mekong Delta).</rdfs:comment>
   <rdfs:label>Region</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Place"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#SmallCity">
   <rdfs:comment>for villages or towns, and cities without a lot of tourist attractions</rdfs:comment>
   <rdfs:label>SmallCity</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#City"/>
</rdfs:Class>

<rdfs:Class rdf:about="http://wikitravel.org/schema#Stage">
   <rdfs:comment>A stage of development of articles</rdfs:comment>
   <rdfs:label>Stage</rdfs:label>
</rdfs:Class>

<wts:Stage rdf:about="http://wikitravel.org/schema#Star">
   <rdfs:comment>The article is essentially complete. It meets all of the above criteria. It follows the manual of style exactly or is the exception that proves the rule. Prose is not only near-perfect grammatically but also tight, effective, and enjoyable. It has appropriate illustrations, such as photos and a map. Enough breadth and depth of material is presented that anyone familiar with the subject of the article would have little to point out as absent. Future changes to this kind of article would reflect changes in the subject (e.g. a museum closes, a hotel price changes, a new airport is built) more than they'd require improvements in the coverage.</rdfs:comment>
   <rdfs:label>Star</rdfs:label>
</wts:Stage>

<rdfs:Class rdf:about="http://wikitravel.org/schema#State">
   <rdfs:comment>A region that matches exactly with an official state, in those countries with states (Australia, USA, Mexico).</rdfs:comment>
   <rdfs:label>State</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://wikitravel.org/schema#Region"/>
</rdfs:Class>

<wts:Stage rdf:about="http://wikitravel.org/schema#Stub">
   <rdfs:comment>An article with little or no information in it, or not formatted even close to the manual of style. An article with no template or a former copyright violation would have this status.</rdfs:comment>
   <rdfs:label>Stub</rdfs:label>
</wts:Stage>

<rdfs:Class rdf:about="http://wikitravel.org/schema#TravelTopic">
   <rdfs:comment>An essay or instructional document about a particular topic pertinent to travelers.</rdfs:comment>
   <rdfs:label>TravelTopic</rdfs:label>
   <rdfs:subClassOf rdf:resource="http://purl.org/dc/dcmitype/Text"/>
</rdfs:Class>

<wts:Stage rdf:about="http://wikitravel.org/schema#Usable">
   <rdfs:comment>An adventurous person could use the article without recourse to other information sources. For most articles, this means they could probably get to the destination, eat, and sleep with just this information. It would probably enable them to find at least the most prominent attraction there.</rdfs:comment>
   <rdfs:label>Usable</rdfs:label>
</wts:Stage>

<rdfs:Property rdf:about="http://wikitravel.org/schema#hasDocent">
   <rdfs:comment>A docent is a person who's volunteered to answer questions about a place.</rdfs:comment>
   <rdfs:label>hasDocent</rdfs:label>
</rdfs:Property>

<rdfs:Property rdf:about="http://wikitravel.org/schema#stage">
   <rdfs:comment>Stage of development of the article, also known as article status. Five-level home-brewed system used by Wikitravel.</rdfs:comment>
   <rdfs:label>stage</rdfs:label>
   <rdfs:range rdf:resource="http://wikitravel.org/schema#Stage"/>
</rdfs:Property>

<rdf:Description rdf:about="http://wikitravel.org/shared/Talk:Wikitravel:Schema">
   <dc:subject rdf:resource="http://wikitravel.org/shared/Wikitravel:Schema"/>
</rdf:Description>

<cc:Work rdf:about="http://wikitravel.org/shared/Wikitravel:Schema">
   <dc:creator>Evan Prodromou</dc:creator>
   <dc:date rdf:datatype="http://purl.org/dc/elements/1.1/W3CDTF">2007-06-11T17:25:38Z</dc:date>
   <dc:format rdf:datatype="http://purl.org/dc/elements/1.1/IMT">text/html</dc:format>
   <dc:language rdf:datatype="http://purl.org/dc/elements/1.1/ISO639-2">en</dc:language>
   <dc:publisher rdf:resource="http://wikitravel.org/shared/Wikitravel_Shared:About"/>
   <dc:rights>Creative Commons Attribution-ShareAlike 1.0</dc:rights>
   <dc:title xml:lang="en">Wikitravel:Schema</dc:title>
   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
   <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/1.0/"/>
</cc:Work>

</rdf:RDF>