@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/Haskell_%28programming_language%29>	dbpprop:influencedBy	<http://dbpedia.org/resource/Id_%28programming_language%29> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/Id_%28programming_language%29>	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000006f82ce6> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Id_%28programming_language%29>	foaf:page	<http://en.wikipedia.org/wiki/Id_%28programming_language%29> ;
	dbpprop:reference	<http://citeseer.ist.psu.edu/nikhil91id.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Id_%28programming_language%29>	rdfs:label	"Id (programming language)"@en ;
	dbpprop:abstract	"Id is a general-purpose parallel programming language, developed by Arvind and Nikhil, at MIT, in the late 1970 and throughout the 1980s. The major subset of Id is a purely functional programming language with non-strict semantics. Features include: higher-order functions, a Milner-style statically type-checked polymorphic type system with overloading, user defined types and pattern matching, and prefix and infix operators. It led to the development of pH, a parallel dialect of Haskell. Id programs are fine grained implicitly parallel. The MVar synchronisation variable abstraction in Haskell is based on Id's M-structures."@en ;
	rdfs:comment	"Id is a general-purpose parallel programming language, developed by Arvind and Nikhil, at MIT, in the late 1970 and throughout the 1980s. The major subset of Id is a purely functional programming language with non-strict semantics. Features include: higher-order functions, a Milner-style statically type-checked polymorphic type system with overloading, user defined types and pattern matching, and prefix and infix operators. It led to the development of pH, a parallel dialect of Haskell."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns5:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Id_%28programming_language%29>	skos:subject	ns5:Functional_languages ;
	dbpprop:redirect	<http://dbpedia.org/resource/Id_%28programming_language%29> .