@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:Camlp4	rdf:type	ns2:TransformationLanguages ,
		ns2:ProgrammingLanguageFamilies .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Camlp4	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000006b2d65> .
@prefix ns4:	<http://umbel.org/umbel/ne/wikipedia/> .
dbpedia:Camlp4	owl:sameAs	ns4:Camlp4 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Camlp4	foaf:page	ns6:Camlp4 .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Camlp4	dbpprop:reference	<http://martin.jambon.free.fr/extend-ocaml-syntax.html> ,
		<http://pauillac.inria.fr/~ddr/camlp5/> .
@prefix ns8:	<http://brion.inria.fr/gallium/index.php/> .
dbpedia:Camlp4	dbpprop:reference	ns8:Camlp4 ,
		<http://caml.inria.fr/pub/docs/tutorial-camlp4/index.html> ,
		<http://wwwtcs.inf.tu-dresden.de/~tews/ocamlp4/camlp4-undoc.html> ,
		<http://caml.inria.fr/pub/docs/manual-camlp4/index.html> ,
		<http://www.venge.net/graydon/talks/mkc/html/index.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Camlp4	rdfs:label	"Camlp4"@en ;
	dbpprop:abstract	"Camlp4 is a software system for writing extensible parsers for programming languages. It provides a set of Objective Caml libraries that are used to define grammars as well as loadable syntax extensions of such grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and one of its most important applications is the definition of domain-specific extensions of the syntax of OCaml. Camlp4 is part of the official OCaml distribution which is developed at the INRIA. Its original author is Daniel de Rauglaudre. OCaml version 3.10.0, released in May 2007, introduced a significantly modified and backwards-incompatible version of Camlp4. De Rauglaudre maintains a separate backwards-compatible version, which has been renamed Camlp5. All of the examples below are for Camlp5 or the previous version of Camlp4 (versions 3.09 and prior). Even though it's been released two years ago, it doesn't have yet a manual. The \"Camlp4 manual\" is from 2003, and is not compatible with present version."@en ;
	rdfs:comment	"Camlp4 is a software system for writing extensible parsers for programming languages. It provides a set of Objective Caml libraries that are used to define grammars as well as loadable syntax extensions of such grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and one of its most important applications is the definition of domain-specific extensions of the syntax of OCaml. Camlp4 is part of the official OCaml distribution which is developed at the INRIA."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Camlp4	skos:subject	ns11:Parsing .
@prefix ns12:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Camlp4	dbpprop:hasPhotoCollection	ns12:Camlp4 .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Camlp4	owl:sameAs	dbpedia:Camlp4 .