Wikitravel:RDF Expedition/Article status
From Wikitravel
We have a nice 1-5 measurement of article status on Wikitravel, which we use for evaluating the maturity of an article. If we represented this status in RDF, we could query article status, if we could query.
[edit] Representation
There's not a clear vocabulary for representing document's development stage, so we'll probably have to make up our own in the Wikitravel schema. Something like wts:stage, with either literals ("stub") or resources (wts:Stub) as the range.
We will use the following representations
[edit] Stub
<> wts:stage wts:Stub .
[edit] Outline
<> wts:stage wts:Outline .
[edit] Usable
<> wts:stage wts:Usable .
[edit] Guide
<> wts:stage wts:GuideStage .
[edit] Star
<> wts:stage wts:Star .
Though we use different templates to indicate the article status for different types of articles (city, country, travel topics, etc.) we will not do the same in our RDF representation, as we don't wish to repeat what Wikitravel:RDF Expedition/Article type will be doing.
[edit] Examples
For Lausanne,
<> wts:stage wts:Star .
[edit] Templates
It should be easy and expedient to add this code to the existing article status templates.

