@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:JavaScript	dbpprop:dialects	<http://dbpedia.org/resource/JScript_.NET> .
<http://dbpedia.org/resource/JScript_.NET>	dbpprop:name	"JScript .NET"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/JScript_.NET>	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f800000000036fff9> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/JScript_.NET>	foaf:page	<http://en.wikipedia.org/wiki/JScript_.NET> ;
	dbpprop:reference	<http://msdn.microsoft.com/en-us/library/ms974588.aspx> ,
		<http://msdn.microsoft.com/en-us/library/3bf5fs13.aspx> ,
		<http://www.geocities.com/Jeff_Louie/jscript_net_windows_form.htm> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/JScript_.NET>	rdfs:label	"JScript .NET"@en ,
		"JScript .NET"@de ,
		"JScript .NET"@zh ,
		"JScript .NET"@fr ;
	dbpprop:abstract	"JScript . NET ist eine von Microsoft entwickelte objektorientierte Skriptsprache mit einer Vielzahl von Anwendungsbereichen. JScript . NET gew\u00E4hrleistet vollst\u00E4ndige Abw\u00E4rtskompatibilit\u00E4t mit fr\u00FCheren Versionen von JScript, erweitert um neue Features und bietet Zugriff sowohl auf die Common Language Runtime als auch auf . NET Framework. Als Compiler wird von Microsoft jsc. exe im frei verf\u00FCgbaren . NET SDK geliefert. JScript . NET ist als Teil des . NET Framework 1.0, 1.1 und 2.0 verf\u00FCgbar."@de ,
		"JScript . NET est une mise \u00E0 niveau vers la plateforme . NET du langage JScript."@fr ,
		"JScript . NET \u662F\u5FAE\u8EDF\u6240\u767C\u5C55\u7684 . NET \u7A0B\u5F0F\u8A9E\u8A00\uFF0C\u53EF\u7A31\u662F JScript \u7684\u5F8C\u7E7C\u8005\u3002"@zh ,
		"JScript . NET is a . NET programming language developed by Microsoft as a natural successor to Microsoft's Active Scripting language JScript. Both JScript and JScript . NET are languages whose syntax is based on that of the C language. JScript began as Microsoft's implementation ECMAScript, which is more commonly known as JavaScript, and has no relation to Sun Microsystems' Java language. The primary differences between JScript and JScript . NET can be summarized as follows: The original JScript is a scripting language, and as such programs (or more suggestively, scripts) can be executed without the need to compile the code first. This is not the case with the JScript . NET command-line compiler, since this next-generation version relies on the . NET Common Language Runtime (CLR) for execution, which requires that the code be compiled to Common Intermediate Language (CIL), formerly called Microsoft Intermediate Language (MSIL), code before it can be run. Nevertheless, JScript . NET still provides full support for interpreting code at runtime (eg, via the Function constructor or the eval function) and indeed the interpreter can be exposed by custom applications hosting the JScript . NET engine via the VSA interfaces. Secondly, the original JScript had a strong foundation in Microsoft's ActiveX/COM technologies, and relied primarily on ActiveX components to provide much of its functionality (including database access via ADO, file handling etc. ), whereas JScript . NET uses the . NET Framework to provide equivalent functionality. For backwards-compatibility (or for where no . NET equivalent library exists), JScript . NET still provides full access to ActiveX objects via . NET / COM interop using both the ActiveXObject constructor and the standard methods of the . NET Type class. Although the . NET Framework and . NET languages such as C# and Visual Basic . NET have seen widespread adoption, JScript . NET has never received much attention, by the media or by developers. It is not supported in Microsoft's premier development tool, Visual Studio . NET. However, ASP. NET supports JScript . NET."@en ;
	rdfs:comment	"JScript . NET est une mise \u00E0 niveau vers la plateforme . NET du langage JScript."@fr ,
		"JScript . NET \u662F\u5FAE\u8EDF\u6240\u767C\u5C55\u7684 . NET \u7A0B\u5F0F\u8A9E\u8A00\uFF0C\u53EF\u7A31\u662F JScript \u7684\u5F8C\u7E7C\u8005\u3002"@zh ,
		"JScript . NET is a . NET programming language developed by Microsoft as a natural successor to Microsoft's Active Scripting language JScript. Both JScript and JScript . NET are languages whose syntax is based on that of the C language. JScript began as Microsoft's implementation ECMAScript, which is more commonly known as JavaScript, and has no relation to Sun Microsystems' Java language. The primary differences between JScript and JScript ."@en ,
		"JScript . NET ist eine von Microsoft entwickelte objektorientierte Skriptsprache mit einer Vielzahl von Anwendungsbereichen. JScript . NET gew\u00E4hrleistet vollst\u00E4ndige Abw\u00E4rtskompatibilit\u00E4t mit fr\u00FCheren Versionen von JScript, erweitert um neue Features und bietet Zugriff sowohl auf die Common Language Runtime als auch auf . NET Framework. Als Compiler wird von Microsoft jsc. exe im frei verf\u00FCgbaren . NET SDK geliefert. JScript . NET ist als Teil des ."@de .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
<http://dbpedia.org/resource/JScript_.NET>	skos:subject	<http://dbpedia.org/resource/Category:.NET_programming_languages> .
@prefix ns6:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/JScript_.NET>	skos:subject	ns6:JavaScript_programming_language_family ,
		ns6:Object-based_programming_languages .
@prefix ns7:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/JScript_.NET>	dbpprop:wikiPageUsesTemplate	ns7:infobox_file_format ,
		ns7:infobox_programming_language ;
	dbpprop:developer	dbpedia:Microsoft ;
	dbpprop:extension	".js"@en ;
	dbpprop:influencedBy	dbpedia:ECMAScript ,
		dbpedia:JScript ;
	dbpprop:paradigm	dbpedia:Multi-paradigm ;
	dbpprop:typing	dbpedia:Duck_typing ,
		dbpedia:Weak_typing ,
		dbpedia:Dynamic_typing ;
	dbpprop:hasPhotoCollection	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/JScript_.NET> .
@prefix ns8:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
<http://dbpedia.org/resource/JScript_.NET>	dbpprop:wordnet_type	ns8:synset-programming_language-noun-1 ,
		ns8:synset-format-noun-1 ;
	dbpprop:redirect	<http://dbpedia.org/resource/JScript_.NET> .