HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Capture Twitter ID #356

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a field to capture projects twitter ID. I'm starting to see projects using 
twitter s owe could capture that if RDF can hold it.

Original issue reported on code.google.com by ste...@fullmeasure.co.uk on 24 Nov 2010 at 1:45

GoogleCodeExporter commented 9 years ago
I'm not sure we should use the Online Presence Ontology [1] but I like the way 
they model Twitter accounts. In turtle: 

:datrhVaderTwitterAccount rdf:type sioc:UserAccount;
foaf:accountServiceHomepage <http://www.twitter.com/>;
foaf:accountName "darthVader"

And then obviously something like foaf:holdsAccount to link
it to the person.

[1] http://en.wikipedia.org/wiki/Online_Presence_Ontology

Original comment by sander.v...@oucs.ox.ac.uk on 24 Nov 2010 at 1:59