@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:RDoc	rdf:type	ns2:FreeDocumentationGenerators .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:RDoc	rdf:type	dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:RDoc	rdf:type	owl:Thing ,
		dbpedia-owl:Work .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:RDoc	foaf:homepage	<http://rdoc.rubyforge.org/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:RDoc	dbpprop:name	"RDoc"@en ;
	dbpedia-owl:genre	dbpedia:Documentation_generator ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000055931fb> ;
	foaf:name	"RDoc" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:RDoc	foaf:page	ns7:RDoc ;
	dbpedia-owl:author	<http://dbpedia.org/resource/Dave_Thomas_%28programmer%29> ;
	dbpprop:reference	<http://rdoc.rubyforge.org/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:RDoc	rdfs:label	"RDoc"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:RDoc	ns9:genre	dbpedia:Documentation_generator ;
	ns9:author	<http://dbpedia.org/resource/Dave_Thomas_%28programmer%29> ;
	dbpprop:abstract	"RDoc, designed by Dave Thomas, is the embedded documentation generator for the Ruby programming language. It analyzes the Ruby source code, generating a structured collection of pages for Ruby objects and methods. Code comments can be added in a natural style. RDoc is included as part of the Ruby core distribution. RDoc is useful even if the target source code does not contain explicit comments. RDoc will still parse the classes, modules, and methods, and list them in the generated API files. RDoc also provides the engine for creating Ruby ri data files. ri is (more or less) Ruby's version of man pages, serving up API information from the command line. RDoc and ri are currently maintained by Eric Hodel and Ryan Davis. Bug reports and patches may be submitted via RubyForge. org"@en ;
	rdfs:comment	"RDoc, designed by Dave Thomas, is the embedded documentation generator for the Ruby programming language. It analyzes the Ruby source code, generating a structured collection of pages for Ruby objects and methods. Code comments can be added in a natural style. RDoc is included as part of the Ruby core distribution. RDoc is useful even if the target source code does not contain explicit comments. RDoc will still parse the classes, modules, and methods, and list them in the generated API files."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:RDoc	skos:subject	ns11:Free_documentation_generators .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:RDoc	dbpprop:wikiPageUsesTemplate	ns12:infobox_software ;
	dbpprop:programmingLanguage	dbpedia:Ruby_programming_language ;
	dbpprop:genre	dbpedia:Documentation_generator ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://rdoc.rubyforge.org> ;
	dbpprop:author	<http://dbpedia.org/resource/Dave_Thomas_%28programmer%29> .
@prefix ns13:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:RDoc	dbpprop:hasPhotoCollection	ns13:RDoc .
@prefix ns14:	<http://www.w3.org/2006/03/wn/wn20/instances/> .
dbpedia:RDoc	dbpprop:wordnet_type	ns14:synset-software-noun-1 .
<http://dbpedia.org/resource/.rdoc>	dbpprop:redirect	dbpedia:RDoc .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:RDoc	owl:sameAs	dbpedia:RDoc .