@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Methabot	rdf:type	dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Methabot	rdf:type	owl:Thing ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Methabot	foaf:homepage	<http://metha-sys.org/> ;
	dbpedia-owl:genre	dbpedia:Web_crawler ,
		dbpedia:Open_source .
@prefix ns5:	<http://en.wikipedia.org/wiki/> .
dbpedia:Methabot	foaf:page	ns5:Methabot ;
	dbpedia-owl:license	dbpedia:ISC_licence .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Methabot	ns6:license	dbpedia:ISC_licence .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Methabot	dbpprop:reference	<http://metha-sys.org/> ,
		<http://www.sourceforge.net/projects/methabot/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Methabot	rdfs:label	"Methabot"@en .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Methabot	ns9:genre	dbpedia:Open_source ,
		dbpedia:Web_crawler ;
	dbpprop:abstract	"Methabot is a scriptable web crawler designed for flexibility and speed. It is free software written in C, distributed under the terms of the ISC licence. Methabot has wide support for customization. It can be scripted using Javascript with E4X, configured using its own configuration language, and dynamically switch configuration while running."@en ;
	rdfs:comment	"Methabot is a scriptable web crawler designed for flexibility and speed. It is free software written in C, distributed under the terms of the ISC licence. Methabot has wide support for customization. It can be scripted using Javascript with E4X, configured using its own configuration language, and dynamically switch configuration while running."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns11:	<http://dbpedia.org/resource/Category:> .
dbpedia:Methabot	skos:subject	ns11:Free_web_crawlers ,
		ns11:Internet_search_engines ,
		ns11:Free_search_engine_software .
@prefix ns12:	<http://dbpedia.org/resource/Template:> .
dbpedia:Methabot	dbpprop:wikiPageUsesTemplate	ns12:infobox_software ;
	dbpprop:latestReleaseVersion	"1.7.0"@en ;
	dbpprop:programmingLanguage	<http://dbpedia.org/resource/C_%28programming_language%29> ;
	dbpprop:genre	dbpedia:Web_crawler ,
		dbpedia:Open_source ;
	dbpprop:developer	"Emil Romanus"@en ;
	dbpprop:operatingSystem	dbpedia:Linux ,
		dbpedia:FreeBSD ;
	dbpprop:website	<http://metha-sys.org> ;
	dbpprop:license	dbpedia:ISC_licence .
@prefix ns13:	<http://dbpedia.org/resource/Methabot/latestReleaseDate/> .
dbpedia:Methabot	dbpprop:latestReleaseDate	ns13:release_date .