@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:Timr	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Timr	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Timr	foaf:homepage	<http://timr.com> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Timr	dbpprop:name	"timr"@en ;
	dbpedia-owl:genre	dbpedia:Project_management ,
		dbpedia:Time_tracking_software ;
	foaf:name	"timr" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Timr	foaf:page	ns6:Timr ;
	dbpprop:reference	<http://timr.com> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Timr	rdfs:label	"Timr"@en .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Timr	ns8:genre	dbpedia:Time_tracking_software ,
		dbpedia:Project_management ;
	dbpprop:abstract	"timr is a web-based time tracking solution developed by troii Software. Key features like working time and project time tracking as well as drive log are also available on mobile clients, i.e. for BlackBerries."@en ;
	rdfs:comment	"timr is a web-based time tracking solution developed by troii Software. Key features like working time and project time tracking as well as drive log are also available on mobile clients, i.e. for BlackBerries."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:Timr	skos:subject	ns10:Web_applications ,
		ns10:Administrative_software .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:Timr	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:genre	dbpedia:Project_management ,
		dbpedia:Time_tracking_software ;
	dbpprop:developer	"troii Software GmbH"@en ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ,
		dbpedia:BlackBerry_OS ;
	dbpprop:foundation	2009 ;
	dbpprop:website	<http://timr.com/> ;
	dbpprop:license	"proprietary"@en .