@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:Glish	rdf:type	owl:Thing ,
		<http://dbpedia.org/class/yago/C++Libraries> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Glish	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Glish	dbpprop:name	"Glish"@en ;
	dbpedia-owl:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000cc529d> .
@prefix ns5:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:Glish	owl:sameAs	ns5:Glish .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Glish	foaf:name	"Glish" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Glish	foaf:page	ns7:Glish ;
	dbpprop:reference	<http://aips2.nrao.edu/docs/glish/glish.html> ,
		<http://aips2.nrao.edu/docs/reference/Glish/Glish.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Glish	rdfs:label	"Glish"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Glish	ns9:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	dbpprop:abstract	"Glish is a scripting language and accompanying C/C++ library. Using these two elements it is very easy to develop distributed, loosely coupled, applications. The library implements a \"software bus\" which allows applications to easily be distributed across a heterogeneous network. The scripting language itself is a vector oriented calculator with language constructs designed for control of asynchronous events. It allows the user to control and connect processes attached to the \"software bus\". Glish is currently used primarily for data analysis and telescope control. It is a cornerstone of the data analysis system called AIPS++. This system uses Glish for control and communication. The compute tasks are written in C++ and connected to the interpreter via the \"software bus\". Glish is also the command line interface for AIPS++, and from it, users can combine computing elements to fit their needs. In addition, most simple graphical user interface (GUI) elements are implemented using a Tk addition to Glish. This addition allows users to control the GUI and the application within the same event-oriented scripting language. Glish was originally developed for the Superconducting Super Collider (SSC) by Vern Paxson and Chris Saltmarsh at the Lawrence Berkeley Laboratory. Since 1995, Glish has been maintained and developed by Darrell Schiebel at the National Radio Astronomy Observatory as part of the AIPS++ project."@en ;
	rdfs:comment	"Glish is a scripting language and accompanying C/C++ library. Using these two elements it is very easy to develop distributed, loosely coupled, applications. The library implements a \"software bus\" which allows applications to easily be distributed across a heterogeneous network. The scripting language itself is a vector oriented calculator with language constructs designed for control of asynchronous events. It allows the user to control and connect processes attached to the \"software bus\"."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbpedia:Glish	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:Glish	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework .
@prefix ns12:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Glish	dbpprop:hasPhotoCollection	ns12:Glish .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Glish	owl:sameAs	dbpedia:Glish .