Re: Is there an ontology/vocabulary for twitter?

On 26 October 2010 22:58, Jie Bao <baojie@gmail.com> wrote:
> SWers
>
> Is there a vocabulary for representing tweets in RDF? Thanks!

BTW, here's an example of one of my microblog posts in RDF

<http://melvincarvalho.com/smob/>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://smob.me/ns#Hub> .
<http://sws.geonames.org/6295630/>
<http://www.w3.org/2000/01/rdf-schema#label> "Earth,
()"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://rdfs.org/sioc/types#MicroblogPost> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://rdfs.org/sioc/ns#has_container>
<http://melvincarvalho.com/smob/> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://rdfs.org/sioc/ns#has_creator>
<http://melvincarvalho.com/smob/me> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://xmlns.com/foaf/0.1/maker> <http://foaf.me/melvincarvalho#me> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://purl.org/dc/terms/created>
"2010-07-28T03:01:10-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>
.
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://purl.org/dc/terms/title> "Update -
2010-07-28T03:01:10-04:00"^^<http://www.w3.org/2001/XMLSchema#string>
.
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00>
<http://rdfs.org/sioc/ns#content> "Open Transactions
http://wiki.github.com/FellowTraveler/Open-Transactions/"^^<http://www.w3.org/2001/XMLSchema#string>
.
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://online-presence.net/opo/ns#OnlinePresence> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://online-presence.net/opo/ns#declaredOn>
<http://melvincarvalho.com/smob/me> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://online-presence.net/opo/ns#declaredBy>
<http://foaf.me/melvincarvalho#me> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://online-presence.net/opo/ns#StartTime>
"2010-07-28T03:01:10-04:00"^^<http://www.w3.org/2001/XMLSchema#dateTime>
.
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://online-presence.net/opo/ns#customMessage>
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00> .
<http://melvincarvalho.com/smob/post/2010-07-28T03:01:10-04:00#presence>
<http://online-presence.net/opo/ns#currentLocation>
<http://sws.geonames.org/6295630/> .

>
> Jie
>
>

Received on Tuesday, 26 October 2010 21:20:00 UTC