@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_Web_Flow	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Spring_Web_Flow	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns5:	<http://www.springframework.org/> .
dbpedia:Spring_Web_Flow	foaf:homepage	ns5:webflow .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Spring_Web_Flow	dbpprop:name	"Spring Web Flow"@en .
@prefix ns7:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Spring_Web_Flow	ns7:platform	dbpedia:Java_Virtual_Machine ;
	dbpedia-owl:genre	dbpedia:Web_application_framework ;
	foaf:name	"Spring Web Flow" .
@prefix ns8:	<http://en.wikipedia.org/wiki/> .
dbpedia:Spring_Web_Flow	foaf:page	ns8:Spring_Web_Flow ;
	dbpedia-owl:platform	dbpedia:Java_Virtual_Machine ;
	dbpedia-owl:license	dbpedia:Apache_License ;
	ns7:license	dbpedia:Apache_License .
@prefix ns9:	<http://www.ervacon.com/products/> .
dbpedia:Spring_Web_Flow	dbpprop:reference	ns9:springwebflow ,
		ns5:webflow .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Spring_Web_Flow	rdfs:label	"Spring Web Flow"@en ;
	dbpedia-owl:thumbnail	<http://upload.wikimedia.org/wikipedia/en/thumb/a/a9/Spring-webflow-small.png/200px-Spring-webflow-small.png> .
@prefix ns11:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Spring_Web_Flow	ns11:genre	dbpedia:Web_application_framework ;
	dbpprop:abstract	"Spring Web Flow (SWF) is the sub-project of the Spring Framework that focuses on providing the infrastructure for building and running rich web applications. The project tries to solve 3 core problems facing web application developers: How do you express page navigation rules? How do you manage navigation and conversational state? How do you facilitate modularization and reuse? In Spring Web Flow, a web flow answers all of the above questions: it captures navigational rules allowing the Spring Web Flow execution engine to manage a conversation and the associated state. At the same time, a web flow is a reusable web application module. Since version 2.0, Spring Web Flow also introduces other additional features supporting the construction of rich web applications, such as AJAX support and tight integration with JavaServer Faces."@en ;
	rdfs:comment	"Spring Web Flow (SWF) is the sub-project of the Spring Framework that focuses on providing the infrastructure for building and running rich web applications."@en ;
	foaf:depiction	<http://upload.wikimedia.org/wikipedia/en/a/a9/Spring-webflow-small.png> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns13:	<http://dbpedia.org/resource/Category:> .
dbpedia:Spring_Web_Flow	skos:subject	ns13:Free_software_programmed_in_Java ,
		ns13:free_cross-platform_software ,
		ns13:Free_software ,
		ns13:Technology_stubs .
@prefix ns14:	<http://dbpedia.org/resource/Template:> .
dbpedia:Spring_Web_Flow	dbpprop:wikiPageUsesTemplate	ns14:infobox_software ;
	dbpprop:logo	<http://dbpedia.org/resource/Image:spring-webflow-small.png> ;
	dbpprop:latestReleaseVersion	"2.0.8"@en ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/Java_%28programming_language%29> ;
	dbpprop:genre	dbpedia:Web_application_framework ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://www.springframework.org> ;
	dbpprop:license	dbpedia:Apache_License .
@prefix ns15:	<http://dbpedia.org/resource/Spring_Web_Flow/latestReleaseDate/> .
dbpedia:Spring_Web_Flow	dbpprop:latestReleaseDate	ns15:release_date ;
	dbpprop:platform	dbpedia:Java_Virtual_Machine .