@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/List_of_C%2B%2B_multi-threading_libraries>	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	dbpprop:name	"List of multi-threading libraries"@en ;
	dbpedia-owl:genre	<http://dbpedia.org/resource/Library_%28computing%29> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	dbpedia-owl:genre	dbpedia:Software_framework .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	foaf:name	"List of multi-threading libraries" ;
	foaf:page	<http://en.wikipedia.org/wiki/List_of_C%2B%2B_multi-threading_libraries> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	rdfs:label	"List of C++ multi-threading libraries"@en .
@prefix ns7:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	ns7:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:abstract	"List of cross-platform multi-threading libraries for the c++ programming language. Boost C++ Libraries OpenMP OpenThreads POCO Thread Zthread Intel Threading Building Blocks"@en ;
	rdfs:comment	"List of cross-platform multi-threading libraries for the c++ programming language. Boost C++ Libraries OpenMP OpenThreads POCO Thread Zthread Intel Threading Building Blocks"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B> .
@prefix ns9:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	skos:subject	ns9:Lists_of_software ,
		ns9:Threads .
@prefix ns10:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries>	dbpprop:wikiPageUsesTemplate	ns10:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> .
dbpedia:List_of_multi-threading_libraries	dbpprop:redirect	<http://dbpedia.org/resource/List_of_C%2B%2B_multi-threading_libraries> .