@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Apache_Buildr	rdf:type	dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Apache_Buildr	rdf:type	owl:Thing ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Apache_Buildr	foaf:homepage	<http://buildr.apache.org/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Apache_Buildr	dbpprop:name	"Apache Buildr"@en ;
	foaf:name	"Apache Buildr" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Apache_Buildr	foaf:page	ns6:Apache_Buildr ;
	dbpedia-owl:license	dbpedia:Apache_License .
@prefix ns7:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Apache_Buildr	ns7:license	dbpedia:Apache_License ;
	dbpprop:reference	<http://buildr.apache.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Apache_Buildr	rdfs:label	"Apache Buildr"@en ;
	dbpedia-owl:developer	dbpedia:Apache_Software_Foundation ;
	dbpprop:abstract	"Buildr is an open-source build system mainly intended to build Java applications, but capable of doing much more. It gives the developer the power of a full-blown scripting language (Ruby) while writing his or her build scripts, much missed in XML-based building environments like Apache Ant or Apache Maven."@en ;
	rdfs:comment	"Buildr is an open-source build system mainly intended to build Java applications, but capable of doing much more. It gives the developer the power of a full-blown scripting language (Ruby) while writing his or her build scripts, much missed in XML-based building environments like Apache Ant or Apache Maven."@en ;
	ns7:developer	dbpedia:Apache_Software_Foundation .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:Apache_Buildr	skos:subject	ns10:Build_automation .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:Apache_Buildr	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:latestReleaseVersion	"1.3.4"@en ;
	dbpprop:programmingLanguage	dbpedia:Ruby_programming_language ;
	dbpprop:developer	dbpedia:Apache_Software_Foundation ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:latestPreviewVersion	"n/a"@en ;
	dbpprop:latestPreviewDate	"n/a"@en ;
	dbpprop:collapsible	"yes"@en ;
	dbpprop:website	<http://buildr.apache.org> ;
	dbpprop:license	dbpedia:Apache_License .