@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:JsonML	rdf:type	ns2:DataSerializationFormats ,
		ns2:Format106636806 ,
		ns2:MarkupLanguages .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:JsonML	dbpprop:name	"JSON Markup Language"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:JsonML	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000056c3e41> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:JsonML	foaf:page	ns6:JsonML ;
	dbpprop:reference	<http://jsonml.org> ,
		<http://jsonfx.net> ,
		<http://json.org/javadoc/org/json/JSONML.html> ,
		<http://www.ibm.com/developerworks/library/x-jsonml/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:JsonML	rdfs:label	"JsonML"@en ;
	dbpprop:abstract	"The JSON Markup Language (JsonML) is a [[lightweight markup language which is used as a mapping between [[XML and [[JSON (JavaScript Object Notation). Using JsonML one may convert an [[XML document or fragment into a JSON data structure for ease of use within [[JavaScript environments such as a [[web browser. JsonML allows manipulation of XML data without the need or overhead of an [[XML parser. JsonML has greatest applicability in [[Ajax (programming)|Ajax web applications. It may be used to transport [[XHTML down to the client where it can be [[deterministic automaton|deterministically reconstructed into [[Document Object Model|DOM elements. Strategies such as [[progressive enhancement may be employed during construction to bind dynamic behaviors to the otherwise static elements. JsonML is more than simply a JSON encoding for XML. It is also the underlying structure for creating intricate client-side templates: [http://jsonml. org/bst JBST (JsonML+Browser-Side Templates). Syntactically JBST looks like JSP or ASP. NET UserControls. See [http://jsonml. org/BST/Example for an interactive example."@en ;
	rdfs:comment	"The JSON Markup Language (JsonML) is a [[lightweight markup language which is used as a mapping between [[XML and [[JSON (JavaScript Object Notation). Using JsonML one may convert an [[XML document or fragment into a JSON data structure for ease of use within [[JavaScript environments such as a [[web browser. JsonML allows manipulation of XML data without the need or overhead of an [[XML parser. JsonML has greatest applicability in [[Ajax (programming)|Ajax web applications."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns9:	<http://dbpedia.org/resource/Category:> .
dbpedia:JsonML	skos:subject	ns9:JavaScript_programming_language ,
		ns9:Data_serialization_formats ,
		ns9:Markup_languages ,
		ns9:XML .
@prefix ns10:	<http://dbpedia.org/resource/Template:> .
dbpedia:JsonML	dbpprop:wikiPageUsesTemplate	ns10:infobox_file_format ;
	dbpprop:mime	"application/jsonml+json (unofficial)"@en ;
	dbpprop:extendedFrom	dbpedia:XML ,
		dbpedia:JSON ,
		dbpedia:JavaScript ;
	dbpprop:genre	dbpedia:Web_template_system ,
		dbpedia:Markup_language .
@prefix ns11:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:JsonML	dbpprop:hasPhotoCollection	ns11:JsonML .
@prefix ns12:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:JsonML	dbpprop:wordnet_type	ns12:synset-format-noun-1 .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:JsonML	owl:sameAs	dbpedia:JsonML .