@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Haskell_%28programming_language%29>	dbpprop:implementations	dbpedia:Yhc .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns3:	<http://dbpedia.org/class/yago/> .
dbpedia:Yhc	rdf:type	ns3:HaskellImplementations .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Yhc	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f800000000482e41c> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Yhc	foaf:page	ns6:Yhc .
@prefix ns7:	<http://haskell.org/haskellwiki/> .
dbpedia:Yhc	dbpprop:reference	ns7:Yhc ,
		<http://www-users.cs.york.ac.uk/~ndm/yhc/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Yhc	rdfs:label	"Yhc"@en ;
	dbpprop:abstract	"The York Haskell Compiler (or Yhc) is an open source bytecode compiler for the functional programming language Haskell; it primarily targets the Haskell '98 standard. It is one of the four main Haskell compilers. Yhc is based on the nhc98 Haskell compiler, and is intended eventually to be a more portable, cleaner, better performing rewrite of nhc98 with more and better features. In particular, Yhc features integrated support for Hat, the Haskell tracer. The Yhc project uses darcs for version control."@en ;
	rdfs:comment	"The York Haskell Compiler (or Yhc) is an open source bytecode compiler for the functional programming language Haskell; it primarily targets the Haskell '98 standard. It is one of the four main Haskell compilers. Yhc is based on the nhc98 Haskell compiler, and is intended eventually to be a more portable, cleaner, better performing rewrite of nhc98 with more and better features. In particular, Yhc features integrated support for Hat, the Haskell tracer."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:Yhc	skos:subject	ns10:Free_Haskell_implementations ,
		ns10:Free_compilers_and_interpreters .
@prefix ns11:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Yhc	dbpprop:hasPhotoCollection	ns11:Yhc .
dbpedia:York_Haskell_Compiler	dbpprop:redirect	dbpedia:Yhc .
dbpedia:YHC	dbpprop:redirect	dbpedia:Yhc .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Yhc	owl:sameAs	dbpedia:Yhc .