@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/class/yago/> .
dbpedia:CGOL	rdf:type	ns2:ProgrammingLanguage106898352 ,
		ns2:ProgrammingLanguages .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:CGOL	dbpprop:name	"CGOL"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:CGOL	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000006bbc1d5> .
@prefix ns5:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:CGOL	owl:sameAs	ns5:CGOL .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:CGOL	foaf:page	ns7:CGOL ;
	dbpprop:reference	<http://zane.brouhaha.com/~healyzh/doc/cgol.doc.txt> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:CGOL	rdfs:label	"CGOL"@en ;
	dbpprop:abstract	"CGOL (pronounced \"see goll\") is an alternative syntax for the MACLISP programming language, featuring an extensible algebraic notation. It was created by Vaughan Pratt. The notation of CGOL is a traditional algebraic notation (sometimes called \"infix syntax\"), in the style of ALGOL, rather than Lisp's traditional, uniformly-parenthesized syntax. The CGOL parser is based on Pratt's design for top-down operator precedence parsing, sometimes informally referred to as a \"Pratt parser\". Semantically, CGOL is essentially just MACLISP, with some additional reader and printer support."@en ;
	rdfs:comment	"CGOL (pronounced \"see goll\") is an alternative syntax for the MACLISP programming language, featuring an extensible algebraic notation. It was created by Vaughan Pratt. The notation of CGOL is a traditional algebraic notation (sometimes called \"infix syntax\"), in the style of ALGOL, rather than Lisp's traditional, uniformly-parenthesized syntax. The CGOL parser is based on Pratt's design for top-down operator precedence parsing, sometimes informally referred to as a \"Pratt parser\"."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:CGOL	skos:subject	ns10:Lisp_programming_language_family .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:CGOL	dbpprop:wikiPageUsesTemplate	ns11:infobox_programming_language ;
	dbpprop:year	1976 ;
	dbpprop:influencedBy	dbpedia:ALGOL ,
		dbpedia:FORTRAN ,
		dbpedia:MLisp ;
	dbpprop:designer	dbpedia:Vaughan_Ronald_Pratt ;
	dbpprop:paradigm	dbpedia:Structured_programming ,
		dbpedia:Procedural_programming ,
		dbpedia:Imperative_programming_language .
@prefix ns12:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:CGOL	dbpprop:hasPhotoCollection	ns12:CGOL .
@prefix ns13:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:CGOL	dbpprop:wordnet_type	ns13:synset-programming_language-noun-1 .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:CGOL	owl:sameAs	dbpedia:CGOL .