@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Ruby_%28programming_language%29>	dbpprop:implementations	dbpedia:Ruby_MRI .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Ruby_MRI	rdf:type	dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Ruby_MRI	rdf:type	owl:Thing ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Ruby_MRI	foaf:homepage	<http://www.ruby-lang.org> ;
	dbpprop:name	"Ruby"@en ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f800000000838cac2> ;
	foaf:name	"Ruby" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Ruby_MRI	foaf:page	ns6:Ruby_MRI ;
	dbpedia-owl:license	dbpedia:GNU_General_Public_License .
@prefix ns7:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Ruby_MRI	ns7:license	dbpedia:GNU_General_Public_License ;
	dbpprop:reference	<http://www.eqqon.com/index.php/Ruby_C_Extension_API_Documentation_%28Ruby_1.8%29> ,
		<http://www.ruby-lang.org/en/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Ruby_MRI	rdfs:label	"Ruby MRI"@en ;
	dbpedia-owl:thumbnail	<http://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Ruby-logo-notext.png/200px-Ruby-logo-notext.png> ;
	dbpprop:abstract	"Matz's Ruby Interpreter or Ruby MRI (also called CRuby) is the reference implementation of the Ruby programming language. As there is currently no specification of the Ruby language, the MRI implementation is considered the de facto reference. The RubySpec project has created a large test suite that captures 1.8.6 behavior as a reference conformance tool."@en ;
	rdfs:comment	"Matz's Ruby Interpreter or Ruby MRI (also called CRuby) is the reference implementation of the Ruby programming language. As there is currently no specification of the Ruby language, the MRI implementation is considered the de facto reference. The RubySpec project has created a large test suite that captures 1.8.6 behavior as a reference conformance tool."@en ;
	foaf:depiction	<http://upload.wikimedia.org/wikipedia/commons/0/0f/Ruby-logo-notext.png> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
dbpedia:Ruby_MRI	skos:subject	ns10:Free_compilers_and_interpreters ,
		ns10:Free_software_programmed_in_C ,
		ns10:Ruby_programming_language .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
dbpedia:Ruby_MRI	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:year	1995 ;
	dbpprop:logo	<http://dbpedia.org/resource/Image:Ruby-logo-notext.png> ;
	dbpprop:latestReleaseVersion	"1.8.6"@en ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/C_%28programming_language%29> ;
	dbpprop:genre	"Ruby programming language interpreter"@en ;
	dbpprop:developer	"Yukihiro Matsumoto (among others)"@en ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:latestPreviewVersion	"1.9.2 preview 1"@en .
@prefix ns12:	<http://dbpedia.org/resource/Ruby_MRI/latestPreviewDate/> .
dbpedia:Ruby_MRI	dbpprop:latestPreviewDate	ns12:release_date ;
	dbpprop:website	<http://www.ruby-lang.org/> ;
	dbpprop:license	dbpedia:GNU_General_Public_License .
@prefix ns13:	<http://dbpedia.org/resource/Ruby_MRI/latestReleaseDate/> .
dbpedia:Ruby_MRI	dbpprop:latestReleaseDate	ns13:release_date .
@prefix ns14:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:Ruby_MRI	dbpprop:wordnet_type	ns14:synset-software-noun-1 .
dbpedia:CRuby	dbpprop:redirect	dbpedia:Ruby_MRI .
<http://dbpedia.org/resource/Matz%27s_Ruby_Interpreter>	dbpprop:redirect	dbpedia:Ruby_MRI .