@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:Haptik_Library	rdf:type	dbpedia-owl:Software .
@prefix ns3:	<http://dbpedia.org/class/yago/> .
dbpedia:Haptik_Library	rdf:type	ns3:ComputerLibraries ,
		ns3:Software106566077 ,
		dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Haptik_Library	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Haptik_Library	foaf:homepage	<http://www.haptiklibrary.org> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Haptik_Library	dbpprop:name	"Haptik Library"@en .
@prefix ns7:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:Haptik_Library	owl:sameAs	ns7:Haptik_Library ,
		<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000a56fd0> ;
	foaf:name	"Haptik Library" .
@prefix ns8:	<http://en.wikipedia.org/wiki/> .
dbpedia:Haptik_Library	foaf:page	ns8:Haptik_Library ;
	dbpedia-owl:license	dbpedia:GNU_General_Public_License .
@prefix ns9:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Haptik_Library	ns9:license	dbpedia:GNU_General_Public_License ;
	dbpprop:reference	<http://www.haptiklibrary.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Haptik_Library	rdfs:label	"Haptik Library"@en ;
	dbpprop:abstract	"The Haptik Library is a component-based open source library which provides a Hardware Abstraction Layer for access to haptic devices. Different hardware from different manufactures can be easily accessed in a uniform way, allowing to remove from applications all dependencies on particular configurations of APIs, hardware and drivers. Haptik is not tied to any particular graphics, physics or collision-detection SDKs, and has been designed to be user friendly, even with complex existing applications or within 3rd party software frameworks. It can be effortless integrated with both procedure or class based code, allows for either polled or callback-based access, and supports both right-handed (OpenGL) and left-handed (DirectX) coordinate systems. Haptik consists of runtime-loaded plugins and therefore can be easily extended and customized. Moreover differently from many existing libraries its component-based architecture guarantees both backward and forward binary compatibility of compiled client applications with old and future versions of hardware devices, drivers, plugins and the library itself. This is obtained while still keeping the maximum performance achievable using devices native SDKs directly. Haptik is not only for C++ users and can be used from many languages and environments such as Matlab and Simulink as well as Java applets and applications."@en ;
	rdfs:comment	"The Haptik Library is a component-based open source library which provides a Hardware Abstraction Layer for access to haptic devices. Different hardware from different manufactures can be easily accessed in a uniform way, allowing to remove from applications all dependencies on particular configurations of APIs, hardware and drivers."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Haptik_Library	skos:subject	ns12:Computer_libraries .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Haptik_Library	dbpprop:wikiPageUsesTemplate	ns13:infobox_software ;
	dbpprop:latestReleaseVersion	1 ;
	dbpprop:genre	"Hardware Abstraction Layer"@en ;
	dbpprop:developer	"University of Siena"@en ;
	dbpprop:operatingSystem	dbpedia:Linux ,
		dbpedia:Microsoft_Windows ;
	dbpprop:website	<http://www.haptiklibrary.org/> ;
	dbpprop:license	dbpedia:GNU_General_Public_License .
@prefix ns14:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Haptik_Library	dbpprop:hasPhotoCollection	ns14:Haptik_Library .
@prefix ns15:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:Haptik_Library	dbpprop:wordnet_type	ns15:synset-software-noun-1 .
dbpedia:Haptik	dbpprop:redirect	dbpedia:Haptik_Library .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Haptik_Library	owl:sameAs	dbpedia:Haptik_Library .