@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:UnitTest	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:UnitTest	rdf:type	owl:Thing .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:UnitTest	dbpprop:name	"UnitTest"@en ;
	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000006b283c5> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:UnitTest	foaf:name	"UnitTest" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:UnitTest	foaf:page	ns6:UnitTest .
@prefix ns7:	<http://devmentor.org#> .
dbpedia:UnitTest	dbpprop:reference	ns7:UnitTest .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:UnitTest	rdfs:label	"UnitTest"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:UnitTest	ns9:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:abstract	"UnitTest is a test framework designed for unit testing C/C++ code on the Microsoft Windows platform. UnitTest has a tiny footprint, the code is very clean. It's written in C++ and can be downloaded freely. The author Rajinder Yadav states \"You are free to use and modify the source code provided on DevMentor. org. However you are not permitted rights to redistribute any original or modified work without written permission from the author and copyright holder. \" UnitTest comes with three unit test observers: Console Logger Stream Logger UnitTestMonitor (MFC GUI Window Logger) UnitTest comes with a command line utility to quickly generate the Unit Test class source and header files with the test case methods that are provided through the argument."@en ;
	rdfs:comment	"UnitTest is a test framework designed for unit testing C/C++ code on the Microsoft Windows platform. UnitTest has a tiny footprint, the code is very clean. It's written in C++ and can be downloaded freely. The author Rajinder Yadav states \"You are free to use and modify the source code provided on DevMentor. org. However you are not permitted rights to redistribute any original or modified work without written permission from the author and copyright holder."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbpedia:UnitTest	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:UnitTest	skos:subject	ns11:Unit_testing_frameworks .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:UnitTest	dbpprop:wikiPageUsesTemplate	ns12:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> .
@prefix ns13:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:UnitTest	dbpprop:hasPhotoCollection	ns13:UnitTest .