@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/Grapple_%28network_layer%29>	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	foaf:homepage	<http://grapple.linuxgamepublishing.com/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	dbpprop:name	"Grapple"@en ;
	dbpedia-owl:genre	<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000080427e7> ;
	foaf:name	"Grapple" ;
	foaf:page	<http://en.wikipedia.org/wiki/Grapple_%28network_layer%29> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns6:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	ns6:releaseDate	"2006-01-01T00:00:00-05:00"^^xsd:gYear ;
	dbpedia-owl:author	<http://dbpedia.org/resource/Michael_Simms_%28software_developer%29> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	dbpedia-owl:author	dbpedia:Linux_Game_Publishing ;
	dbpedia-owl:license	dbpedia:GNU_Lesser_General_Public_License .
@prefix ns8:	<http://dbpedia.org/ontology/Software/> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	ns8:license	dbpedia:GNU_Lesser_General_Public_License ;
	dbpprop:reference	<http://www.linuxgamepublishing.com> ,
		<http://opensource.linuxgamepublishing.com/grapple.php> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	rdfs:label	"Grapple (network layer)"@en ;
	ns6:genre	<http://dbpedia.org/resource/Library_%28computing%29> ;
	ns6:author	<http://dbpedia.org/resource/Michael_Simms_%28software_developer%29> ,
		dbpedia:Linux_Game_Publishing ;
	dbpprop:abstract	"Grapple is a free software package for adding multiplayer support to computer games and applications. It uses Internet protocols, supporting both TCP/IP and UDP/IP. It is intended to be simple enough that multiplayer features can be added to a game \"as little as a dozen lines of code\", but also offers advanced features if desired. Grapple takes care of creating, monitoring and closing connections to a server, and supports multiple servers. It is a message-oriented system, with clients and servers each having a message queue; it can also relay messages from client to client. It also provides a fully functional lobby system. The package was created in 2006 by Michael Simms of Linux Game Publishing. It is released under the GNU LGPL."@en ;
	rdfs:comment	"Grapple is a free software package for adding multiplayer support to computer games and applications. It uses Internet protocols, supporting both TCP/IP and UDP/IP. It is intended to be simple enough that multiplayer features can be added to a game \"as little as a dozen lines of code\", but also offers advanced features if desired. Grapple takes care of creating, monitoring and closing connections to a server, and supports multiple servers."@en ;
	dbpedia-owl:releaseDate	"2006-01-01T00:00:00-05:00"^^xsd:gYear .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	skos:subject	ns11:Network_layer_protocols .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Grapple_%28network_layer%29>	dbpprop:wikiPageUsesTemplate	ns12:portal ,
		ns12:infobox_software ;
	dbpprop:latestReleaseVersion	"0.9.5"@en ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/C_%28programming_language%29> ;
	dbpprop:genre	<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://grapple.linuxgamepublishing.com> ;
	dbpprop:portalProperty	"Free software"@en ,
		"Free Software Portal Logo.svg"@en ;
	dbpprop:license	dbpedia:GNU_Lesser_General_Public_License ;
	dbpprop:released	2006 ;
	dbpprop:author	<http://dbpedia.org/resource/Michael_Simms_%28software_developer%29> ,
		dbpedia:Linux_Game_Publishing .
dbpedia:Grapple	dbpprop:disambiguates	<http://dbpedia.org/resource/Grapple_%28network_layer%29> .