@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Tiny_Tiny_RSS	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Tiny_Tiny_RSS	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Tiny_Tiny_RSS	foaf:homepage	<http://tt-rss.org> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Tiny_Tiny_RSS	dbpprop:name	"Tiny Tiny RSS"@en .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Tiny_Tiny_RSS	ns6:platform	dbpedia:Web_browser ;
	dbpedia-owl:genre	dbpedia:Aggregator ;
	foaf:name	"Tiny Tiny RSS" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Tiny_Tiny_RSS	foaf:page	ns7:Tiny_Tiny_RSS ;
	dbpedia-owl:platform	dbpedia:Web_browser ;
	dbpedia-owl:license	dbpedia:GNU_General_Public_License ;
	ns6:license	dbpedia:GNU_General_Public_License ;
	dbpprop:reference	<http://tt-rss.org> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Tiny_Tiny_RSS	rdfs:label	"Tiny Tiny RSS"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Tiny_Tiny_RSS	ns9:genre	dbpedia:Aggregator ;
	dbpprop:abstract	"Tiny Tiny RSS is a Web-based aggregator, capable of reading Atom and RSS feeds online, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible."@en ;
	rdfs:comment	"Tiny Tiny RSS is a Web-based aggregator, capable of reading Atom and RSS feeds online, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Tiny_Tiny_RSS	skos:subject	ns11:Atom ,
		ns11:RSS_aggregators ,
		ns11:News_aggregators .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:Tiny_Tiny_RSS	dbpprop:wikiPageUsesTemplate	ns12:infobox_software ,
		ns12:notability ;
	dbpprop:date	"January 2009"@en ;
	dbpprop:genre	dbpedia:Aggregator ;
	dbpprop:developer	"Andrew Dolgov"@en ;
	dbpprop:website	<http://tt-rss.org> ;
	dbpprop:license	dbpedia:GNU_General_Public_License ;
	dbpprop:platform	dbpedia:Web_browser .