@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/WebApp.Net>	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/WebApp.Net>	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/WebApp.Net>	foaf:homepage	<http://webapp.net.free.fr> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/WebApp.Net>	dbpprop:name	"WebApp.Net"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/WebApp.Net>	dbpedia-owl:genre	dbpedia:Web_application_framework ;
	foaf:name	"WebApp.Net" ;
	foaf:page	<http://en.wikipedia.org/wiki/WebApp.Net> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns7:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/WebApp.Net>	ns7:releaseDate	"2008-05-08"^^xsd:date ;
	dbpedia-owl:license	dbpedia:BSD_License .
@prefix ns8:	<http://dbpedia.org/ontology/Software/> .
<http://dbpedia.org/resource/WebApp.Net>	ns8:license	dbpedia:BSD_License ;
	dbpprop:reference	<http://webbapp-net.com/> ,
		<http://webapp.net.free.fr> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/WebApp.Net>	rdfs:label	"WebApp.Net"@en ;
	ns7:genre	dbpedia:Web_application_framework ;
	dbpprop:abstract	"WebApp. Net (WaN) is an open source web application framework by Chris Apers (\"Chrilith\") for the iPhone and iPod Touch. WebApp. Net uses a combination of JavaScript, Cascading Style Sheets, and images to copy the native iPhone and iPod Touch user interfaces."@en ;
	rdfs:comment	"WebApp. Net (WaN) is an open source web application framework by Chris Apers (\"Chrilith\") for the iPhone and iPod Touch. WebApp. Net uses a combination of JavaScript, Cascading Style Sheets, and images to copy the native iPhone and iPod Touch user interfaces."@en ;
	dbpedia-owl:releaseDate	"2008-05-08"^^xsd:date .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/WebApp.Net>	skos:subject	ns11:JavaScript_libraries .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/WebApp.Net>	dbpprop:wikiPageUsesTemplate	ns12:infobox_software ;
	dbpprop:latestReleaseVersion	"0.3.9a"@en ;
	dbpprop:programmingLanguage	dbpedia:Javascript ,
		dbpedia:Cascading_Style_Sheets ;
	dbpprop:genre	dbpedia:Web_application_framework ;
	dbpprop:developer	"Chris Apers"@en ;
	dbpprop:operatingSystem	dbpedia:IPhone_OS ;
	dbpprop:website	<http://webapp.net.free.fr> ;
	dbpprop:license	dbpedia:BSD_License .
@prefix ns13:	<http://dbpedia.org/resource/WebApp.Net/released/> .
<http://dbpedia.org/resource/WebApp.Net>	dbpprop:released	ns13:Start_date .
@prefix ns14:	<http://dbpedia.org/resource/WebApp.Net/latestReleaseDate/> .
<http://dbpedia.org/resource/WebApp.Net>	dbpprop:latestReleaseDate	ns14:Start_date_and_age ;
	dbpprop:platform	"iPhone web app"@en .