Difference between revisions of "Twarql"
From Knoesis wiki
(→Architecture) |
|||
Line 12: | Line 12: | ||
== Architecture == | == Architecture == | ||
− | [[image: | + | [[image:TwarqlArchitecture.png|center]] |
* See the workflow between the components of the architecture | * See the workflow between the components of the architecture |
Revision as of 00:55, 15 May 2010
Contents
[hide]Twarql: Twitter Feeds through SPARQL
Introduction
Our approach encompasses the following steps:
- extract content (entity mentions, hashtags and URLs) from microposts;
- encode content in a structured format (RDF) using shared vocabularies (FOAF, SIOC, MOAT, etc.);
- enable structured querying of microposts (SPARQL);
- enable subscription to a stream of microposts that match a given query (Concept Feeds);
- enable scalable real-time delivery of streaming data (SparqlPuSH).
Architecture
- See the workflow between the components of the architecture
Tweet Annotation
- extract content (entity mentions, hashtags and URLs) from microposts;
- encode content in a structured format (RDF) using shared vocabularies (FOAF, SIOC, MOAT, etc.);
Concept Feeds
- enable structured querying of microposts (SPARQL);
- enable subscription to a stream of microposts that match a given query;
SPARQLPuSH
- More about the SPARQL Push implementation: Introducing sparqlPuSH, open source implementation