tommorris (owner)

Revisions

gist: 132651 Download_button fork
public
Public Clone URL: git://gist.github.com/132651.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@prefix : <http://rdfs.org/sioc/ns#> .
@prefix types: <http://rdfs.org/sioc/types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
 
    
<http://twitter.com/tommorris/statuses/818813778> a :Post,
                types:MicroblogPost;
         <http://purl.org/dc/terms/created> "2008-05-24T05:46:04Z"^^xsd:dateTime;
         <http://purl.org/dc/terms/source> <http://twitter.com/tommorris>;
         :content "@emmapersky that seems eminently more sensible than how I got here."@en;
         :reply_to <http://twitter.com/emmapersky/status/818811585>;
         <http://xmlns.com/foaf/0.1/maker> [
             a <http://xmlns.com/foaf/0.1/Agent>;
             <http://xmlns.com/foaf/0.1/homepage> <http://tommorris.org/>;
             <http://xmlns.com/foaf/0.1/weblog> <http://twitter.com/tommorris> ] .