An RDF document describing a situation of a foaf:Agent at a particular time.
The person should be specified using the property http://xmlns.com/foaf/0.1/primaryTopic.
The associated time should be specified using the property http://purl.org/dc/elements/1.1/date.
A textual status description (also known as away or status messages), such as IM services offer, should be specified using the property http://purl.org/dc/elements/1.1/description.
A way to link an foaf:Agent and a menow:Status
A person is with.
A descriptor of someone's mood.
A descriptor of someone's location.
A parent class for all the types of resources a person may be using: books, websites, music, etc.
Current song being listened to
A book or resource you are reading.
A web page you are browsing.
Something you're writing.
A project you are working on.
A superclass for images that were created on the date of this Status: mobile images, camera images, etc.
A regularly updated photographic image or video stream which depicted the person at the date of this Status.
An icon chosen by the user to represent themselves, as in AIM buddy icons, LiveJournal user pictures, etc. The URL must refer to the icon as of the date of this Status, not a changing one.
<foaf:Person>
<menow:hasStatus>
<menow:Status>
<dc:date>2004-08-04T02:21:35Z</dc:date>
<menow:located>
<geo:Point>
<geo:lat />
<geo:long />
</geo:Point>
</menow:located>
<menow:reading>A Hitchhiker's Guide to the Galaxy</menow:reading>
<menow:workingOn>
<foaf:Project>
<dc:title>MeNow</dc:title>
</foaf:Project>
</menow:workingOn>
</menow:Status>
</menow:hasStatus>
</foaf:Person>
<menow:Status rdf:ID="crschmidt_status_1091583839">
<menow:isWith>
<foaf:Person>
<foaf:nick>Jessica</foaf:nick>
</foaf:Person>
</menow:isWith>
</menow:Status>
<foaf:Person>
<menow:hasStatus rdf:resource="#crschmidt_status_1091583839" />
</foaf:Person>
<menow:Status>
<foaf:primaryTopic>
<foaf:Person>
<foaf:nick>crschmidt</foaf:nick>
</foaf:Person>
</foaf:primaryTopic>
</menow:Status>
<menow:Status>
<!-- This actually happened. -->
<foaf:primaryTopic>
<foaf:Person>
<foaf:mbox_sha1sum>bbff51a6d70630daafe242c186a6e27fda3e99c7</foaf:mbox_sha1sum>
</foaf:Person>
</foaf:primaryTopic>
<dc:date>2004-08-04T02:21:35Z</dc:date>
<menow:writing>
<foaf:Document rdf:about="see://crschmidt.net/menow.examples.txt">
<dc:title>menow.examples.txt</dc:title>
</foaf:Document>
</menow:writing>
<menow:isWith>
<foaf:Person>
<foaf:name>Jessica Allan</foaf:name>
</foaf:Person>
</menow:isWith>
<menow:listeningTo>Joanna Newsom - Sadie</menow:listeningTo>
<menow:browsing rdf:resource="http://crschmidt.net/" />
<menow:webcamDepiction rdf:resource="http://crschmidt.net/camera.jpg" />
</menow:Status>