@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/Unit%2B%2B>	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Unit%2B%2B>	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Unit%2B%2B>	dbpprop:name	"Unit++"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Unit%2B%2B>	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000c6b943> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Unit%2B%2B>	foaf:name	"Unit++" ;
	foaf:page	<http://en.wikipedia.org/wiki/Unit%2B%2B> ;
	dbpprop:reference	<http://unitpp.sourceforge.net/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Unit%2B%2B>	rdfs:label	"Unit++"@en .
@prefix ns7:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/Unit%2B%2B>	ns7:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:abstract	"unit++ is a unit testing framework module for C++. The author started it as an alternative to CppUnit, which he felt was insufficiently integrated into the C++ language."@en ;
	rdfs:comment	"unit++ is a unit testing framework module for C++. The author started it as an alternative to CppUnit, which he felt was insufficiently integrated into the C++ language."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns9:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Unit%2B%2B>	skos:subject	ns9:Unit_testing_frameworks ,
		ns9:SourceForge_projects ,
		<http://dbpedia.org/resource/Category:C%2B%2B_libraries> ,
		ns9:Extreme_Programming .
@prefix ns10:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Unit%2B%2B>	dbpprop:wikiPageUsesTemplate	ns10:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:hasPhotoCollection	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/Unit%2B%2B> .