@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	foaf:homepage	<http://pocoproject.org/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	dbpprop:name	"POCO C++ Libraries"@en ;
	dbpedia-owl:genre	<http://dbpedia.org/resource/Library_%28computing%29> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	dbpedia-owl:genre	dbpedia:Software_framework ;
	foaf:name	"POCO C++ Libraries" ;
	foaf:page	<http://en.wikipedia.org/wiki/POCO_C%2B%2B_Libraries> ;
	dbpedia-owl:license	dbpedia:Boost_Software_License .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	ns6:license	dbpedia:Boost_Software_License ;
	dbpprop:reference	<http://poco.sourceforge.net/> ,
		<http://pocoproject.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	rdfs:label	"POCO C++ Libraries"@en ;
	dbpedia-owl:developer	<http://dbpedia.org/resource/G%C3%BCnter_Obiltschnig> .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	ns8:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:abstract	"The POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO stands for POrtable COmponents. The libraries cover functionality such as threads, thread synchronization, file system access, streams, shared libraries and class loading, sockets and network protocols, and include an HTTP server, as well as an XML parser with SAX2 and DOM interfaces and SQL database access. The modular and efficient design and implementation makes the POCO C++ Libraries well suited for embedded development."@en ;
	rdfs:comment	"The POCO C++ Libraries are a collection of open source class libraries for developing network-centric, portable applications in C++. POCO stands for POrtable COmponents. The libraries cover functionality such as threads, thread synchronization, file system access, streams, shared libraries and class loading, sockets and network protocols, and include an HTTP server, as well as an XML parser with SAX2 and DOM interfaces and SQL database access."@en ;
	ns6:developer	<http://dbpedia.org/resource/G%C3%BCnter_Obiltschnig> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> ,
		<http://dbpedia.org/resource/Category:C%2B%2B> .
@prefix ns10:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	dbpprop:wikiPageUsesTemplate	ns10:infobox_software ;
	dbpprop:latestReleaseVersion	"1.3.5"@en ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/C%2B%2B> ;
	dbpprop:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:developer	<http://dbpedia.org/resource/G%C3%BCnter_Obiltschnig> ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://pocoproject.org> ;
	dbpprop:license	dbpedia:Boost_Software_License .
@prefix ns11:	<http://dbpedia.org/resource/POCO_C%252B%252B_Libraries/latestReleaseDate/> .
<http://dbpedia.org/resource/POCO_C%2B%2B_Libraries>	dbpprop:latestReleaseDate	ns11:release_date_and_age .