@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Sqsh	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Sqsh	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Sqsh	foaf:homepage	<http://www.sqsh.org/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Sqsh	dbpprop:name	"sqsh"@en ;
	dbpedia-owl:genre	dbpedia:SQL ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000369fd5> ;
	foaf:name	"sqsh" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Sqsh	foaf:page	ns6:Sqsh ;
	dbpedia-owl:license	dbpedia:GNU_General_Public_License .
@prefix ns7:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Sqsh	ns7:license	dbpedia:GNU_General_Public_License ;
	dbpprop:reference	<http://www.cs.washington.edu/~rose/sqsh/sqsh.html> ,
		<http://www.sqsh.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Sqsh	rdfs:label	"Sqsh"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Sqsh	ns9:genre	dbpedia:SQL ;
	dbpprop:abstract	"Sqsh (pronounced skwish), short for SQSHell (pronounced s-q-shell), is an open source substitute for isql, the interactive SQL client supplied with Sybase's Adaptive Server Enterprise (ASE) relational database management system. Besides supporting or emulating most of the features that isql provides, sqsh provides a reasonably rich set of features that users have been asking of isql for the last couple of years. isql and sqsh are, essentially, rudimentary command-line tools for issuing Transact-SQL commands to an ASE Server and receiving and displaying results. Sqsh supports, among others, command history, aliases and piping output to or from external programs and sources. It runs on various flavours of UNIX, including Linux as well as Windows through the Cygwin libraries."@en ;
	rdfs:comment	"Sqsh (pronounced skwish), short for SQSHell (pronounced s-q-shell), is an open source substitute for isql, the interactive SQL client supplied with Sybase's Adaptive Server Enterprise (ASE) relational database management system. Besides supporting or emulating most of the features that isql provides, sqsh provides a reasonably rich set of features that users have been asking of isql for the last couple of years."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Sqsh	skos:subject	ns11:Database_administration_tools ,
		ns11:Free_software .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:Sqsh	dbpprop:wikiPageUsesTemplate	ns12:portal ,
		ns12:infobox_software ;
	dbpprop:genre	dbpedia:SQL ;
	dbpprop:website	<http://www.sqsh.org> ;
	dbpprop:portalProperty	"Free software"@en ,
		"Free Software Portal Logo.svg"@en ;
	dbpprop:license	dbpedia:GNU_General_Public_License .
@prefix ns13:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Sqsh	dbpprop:hasPhotoCollection	ns13:Sqsh .
@prefix ns14:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:Sqsh	dbpprop:wordnet_type	ns14:synset-software-noun-1 .