@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:CTPP	rdf:type	dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:CTPP	rdf:type	owl:Thing ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:CTPP	foaf:homepage	<http://ctpp.havoc.ru/en/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:CTPP	dbpprop:name	"CTPP"@en ;
	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	foaf:name	"CTPP" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:CTPP	foaf:page	ns6:CTPP ;
	dbpprop:reference	<http://ctpp.havoc.ru/en/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:CTPP	rdfs:label	"CTPP"@en .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
dbpedia:CTPP	ns8:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:abstract	"CTPP (or CT++) is a template engine completely written in C++. It has bindings for Perl, PHP and Python languages."@en ;
	rdfs:comment	"CTPP (or CT++) is a template engine completely written in C++. It has bindings for Perl, PHP and Python languages."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbpedia:CTPP	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:CTPP	skos:subject	ns10:PHP ,
		ns10:Perl_modules ,
		ns10:Scripting_languages ,
		ns10:Template_engines .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:CTPP	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework .