@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:Spring_Batch	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Spring_Batch	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Spring_Batch	foaf:homepage	<http://static.springframework.org/spring-batch/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Spring_Batch	dbpprop:name	"Spring Batch"@en .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Spring_Batch	ns6:platform	dbpedia:Java_Virtual_Machine ;
	foaf:name	"Spring Batch" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Spring_Batch	foaf:page	ns7:Spring_Batch ;
	dbpedia-owl:platform	dbpedia:Java_Virtual_Machine ;
	dbpedia-owl:license	dbpedia:Apache_License ;
	ns6:license	dbpedia:Apache_License ;
	dbpprop:reference	<http://www.springsource.com> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Spring_Batch	rdfs:label	"Spring Batch"@en ;
	dbpprop:abstract	"Spring Batch is an open source framework for batch processing. It is a lightweight, comprehensive solution designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity POJO-based development approach, and general ease of use capabilities people have come to know from the Spring Framework, while making it easy for developers to access and leverage more advanced enterprise services when necessary. Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advanced technical services and features that will enable extremely high-volume and high performance batch jobs though optimization and partitioning techniques. Simple as well as complex, high-volume batch jobs can leverage the framework in a highly scalable manner to process significant volumes of information. Spring Batch is part of the Spring Portfolio."@en ;
	rdfs:comment	"Spring Batch is an open source framework for batch processing. It is a lightweight, comprehensive solution designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity POJO-based development approach, and general ease of use capabilities people have come to know from the Spring Framework, while making it easy for developers to access and leverage more advanced enterprise services when necessary."@en .
@prefix ns9:	<http://dbpedia.org/resource/Template:> .
dbpedia:Spring_Batch	dbpprop:wikiPageUsesTemplate	ns9:infobox_software .
@prefix ns10:	<http://dbpedia.org/resource/Spring_Batch/latestReleaseVersion/> .
dbpedia:Spring_Batch	dbpprop:latestReleaseVersion	ns10:release_date ,
		"2.0.3/\n1.1.4/"@en ,
		ns10:release_date1 ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/Java_%28programming_language%29> ;
	dbpprop:genre	"Application framework"@en ;
	dbpprop:developer	<http://www.springsource.com> ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://static.springframework.org> ;
	dbpprop:license	dbpedia:Apache_License ;
	dbpprop:platform	dbpedia:Java_Virtual_Machine .