@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/Libsigc%2B%2B>	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	dbpprop:name	"Libsigc++"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000b1186b> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	foaf:name	"Libsigc++" ;
	foaf:page	<http://en.wikipedia.org/wiki/Libsigc%2B%2B> ;
	dbpprop:reference	<http://libsigc.sourceforge.net/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	rdfs:label	"Libsigc++"@en ,
		"Libsigc++"@de .
@prefix ns7:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	ns7:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:abstract	"Libsigc++ is a C++ library for typesafe callbacks. 'libsigc++' implements a full callback system for use in abstract interfaces and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries."@en ,
		"libsigc++ ist eine C++-Programmbibliothek. Die Bibliothek stellt einen Signal-Slot-Mechanismus bereit, eine typsichere Form von R\u00FCckruffunktionen. Bereitgestellt wird sie unter der freien Lizenz LGPL. Die Implementierung von R\u00FCckruffunktionen ist insbesondere bei Bibliotheken f\u00FCr grafische Benutzeroberfl\u00E4chen von zentraler Bedeutung. Der Grundsatz der starken Typsicherheit in der Sprache C++ macht hierf\u00FCr besondere Konzepte notwendig. Die libsigc++ realisiert einen Signal-Slot-Mechanismus mit Hilfe von C++-Templates und Funktoren. Die Programmbibliothek wird von unterschiedlichen Projekten genutzt. Ihr Ursprung liegt in der gtkmm-Bibliothek f\u00FCr grafische Benutzeroberfl\u00E4chen. Die libsigc++ ist das Vorbild f\u00FCr den Signal-Slot-Mechanismus der Bibliothek Boost (Boost. Signals)."@de ;
	rdfs:comment	"Libsigc++ is a C++ library for typesafe callbacks. 'libsigc++' implements a full callback system for use in abstract interfaces and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries."@en ,
		"libsigc++ ist eine C++-Programmbibliothek. Die Bibliothek stellt einen Signal-Slot-Mechanismus bereit, eine typsichere Form von R\u00FCckruffunktionen. Bereitgestellt wird sie unter der freien Lizenz LGPL. Die Implementierung von R\u00FCckruffunktionen ist insbesondere bei Bibliotheken f\u00FCr grafische Benutzeroberfl\u00E4chen von zentraler Bedeutung. Der Grundsatz der starken Typsicherheit in der Sprache C++ macht hierf\u00FCr besondere Konzepte notwendig."@de .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> .
@prefix ns9:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Libsigc%2B%2B>	dbpprop:wikiPageUsesTemplate	ns9: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/Libsigc%2B%2B> .
dbpedia:Libsigc_plus_plus	dbpprop:redirect	<http://dbpedia.org/resource/Libsigc%2B%2B> .