This HTML5 document contains 110 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n8http://dbpedia.org/resource/File:
umbel-rchttp://umbel.org/umbel/rc/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n14http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n17http://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:IronPython
rdf:type
dbo:Work owl:Thing umbel-rc:SoftwareObject dbo:Software wikidata:Q7397 schema:CreativeWork wikidata:Q386724
rdfs:label
IronPython
rdfs:comment
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono. Jim Hugunin created the project and actively contributed to it up until Version 1.0 which was released on September 5, 2006. IronPython 2.0 was released on December 10, 2008. After version 1.0 it was maintained by a small team at Microsoft until the 2.7 Beta 1 release. Microsoft abandoned IronPython (and its sister project IronRuby) in late 2010, after which Hugunin left to work at Google. The project is currently maintained by a group of volunteers at GitHub. It is free and open-source software, and can be implemented with Python Tools for Visual Studio, which is a free and open-source extension for Microsoft's Visual Studio IDE.
owl:sameAs
freebase:m.04dxh8 yago-res:IronPython
dbp:wikiPageUsesTemplate
dbt:Clear dbt:Expand_section dbt:Wikidata dbt:Microsoft_development_tools dbt:Reflist dbt:Primary_sources dbt:Release_date_and_age dbt:Infobox_software dbt:Common_Language_Infrastructure dbt:Start_date_and_age dbt:Citation_needed dbt:Microsoft_FOSS dbt:Python_(programming_language) dbt:Official_website dbt:Portal
dct:subject
dbc:Microsoft_programming_languages dbc:Microsoft_free_software dbc:2006_software dbc:Free_software_programmed_in_C_Sharp dbc:Python_(programming_language)_implementations dbc:.NET_programming_languages dbc:Python_(programming_language)_libraries dbc:Software_using_the_Apache_license
dbo:latestPreviewDate
2021-04-20
dbo:latestPreviewVersion
3.4.0-alpha1
dbo:releaseDate
2006-09-05
foaf:name
IronPython
gold:hypernym
dbr:Implementation
dbp:wordnet_type
n14:synset-software-noun-1
prov:wasDerivedFrom
n17:IronPython?oldid=1061048879&ns=0
dbo:wikiPageID
1179348
dbo:wikiPageLength
17048
dbo:wikiPageRevisionID
1061048879
dbo:wikiPageWikiLink
dbr:Mono_(software) dbr:Jim_Hugunin dbr:Cobra_(programming_language) dbr:Automatic_programming n8:Ironpython-logo.png dbr:Python_(programming_language) dbr:.NET_Foundation dbr:.NET_Framework dbc:2006_software dbr:GitHub n8:IronPython_3_logo.svg dbr:Linux dbc:.NET_programming_languages dbr:.NET dbr:Reflective_programming dbr:ZIP_(file_format) dbr:Common_Public_License dbr:Microsoft dbr:Open_Source_Initiative dbr:Cython dbr:JavaScript dbr:PyPy dbr:Ruby_(programming_language) dbr:Tao_Framework dbr:Dynamic_Language_Runtime dbr:Boo_(programming_language) dbr:Just-in-time_compilation dbr:Extensible_Application_Markup_Language dbr:SQLite dbr:MacOS dbc:Free_software_programmed_in_C_Sharp dbr:CPython dbr:Global_interpreter_lock dbc:Microsoft_free_software dbr:Java_virtual_machine dbr:C_Sharp_(programming_language) dbr:LLVM dbc:Python_(programming_language)_implementations dbr:Microsoft_Windows dbc:Microsoft_programming_languages dbr:IronRuby dbc:Python_(programming_language)_libraries dbr:IronScheme dbr:NumPy dbr:Dhrystone dbc:Software_using_the_Apache_license dbr:Apache_License dbr:Jython dbr:Microsoft_Visual_Studio dbr:Common_Language_Infrastructure dbr:Shared_Source_Initiative dbr:Microsoft_Silverlight
dbo:author
dbr:Jim_Hugunin dbr:Microsoft
dbo:computingPlatform
dbr:.NET_Framework dbr:Mono_(software) dbr:.NET
dbo:developer
dbr:.NET_Foundation
dbo:genre
dbr:Python_(programming_language)
dbo:license
dbr:Apache_License
dbo:operatingSystem
dbr:Linux dbr:MacOS dbr:Microsoft_Windows
dbo:programmingLanguage
dbr:C_Sharp_(programming_language)
dbo:abstract
IronPython is an implementation of the Python programming language targeting the .NET Framework and Mono. Jim Hugunin created the project and actively contributed to it up until Version 1.0 which was released on September 5, 2006. IronPython 2.0 was released on December 10, 2008. After version 1.0 it was maintained by a small team at Microsoft until the 2.7 Beta 1 release. Microsoft abandoned IronPython (and its sister project IronRuby) in late 2010, after which Hugunin left to work at Google. The project is currently maintained by a group of volunteers at GitHub. It is free and open-source software, and can be implemented with Python Tools for Visual Studio, which is a free and open-source extension for Microsoft's Visual Studio IDE. IronPython is written entirely in C#, although some of its code is automatically generated by a code generator written in Python. IronPython is implemented on top of the Dynamic Language Runtime (DLR), a library running on top of the Common Language Infrastructure that provides dynamic typing and dynamic method dispatch, among other things, for dynamic languages. The DLR is part of the .NET Framework 4.0 and is also a part of Mono since version 2.4 from 2009. The DLR can also be used as a library on older CLI implementations.
foaf:isPrimaryTopicOf
n17:IronPython