@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Tabulator	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Tabulator	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Software .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns5:	<http://www.w3.org/2005/ajar/> .
dbpedia:Tabulator	foaf:homepage	ns5:tab ;
	dbpedia-owl:genre	dbpedia:Semantic_Web .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Tabulator	foaf:page	ns6:Tabulator ;
	dbpedia-owl:author	dbpedia:Tim_Berners-Lee ;
	dbpedia-owl:license	dbpedia:MIT_License .
@prefix ns7:	<http://dbpedia.org/ontology/Software/> .
dbpedia:Tabulator	ns7:license	dbpedia:MIT_License .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Tabulator	dbpprop:reference	ns5:tab .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Tabulator	rdfs:label	"Tabulator"@en .
@prefix ns10:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Tabulator	ns10:genre	dbpedia:Semantic_Web ;
	ns10:author	dbpedia:Tim_Berners-Lee ;
	dbpprop:abstract	"The Tabulator is a generic data browser and editor. Using outline and table modes, it provides a way to browse RDF/Linked Data on the web. RDF is the standard for inter-application data exchange. It also contains a feature-rich RDF store written in JavaScript."@en ;
	rdfs:comment	"The Tabulator is a generic data browser and editor. Using outline and table modes, it provides a way to browse RDF/Linked Data on the web. RDF is the standard for inter-application data exchange. It also contains a feature-rich RDF store written in JavaScript."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Tabulator	skos:subject	ns12:Triplestores ,
		ns12:Semantic_Web ,
		ns12:Mozilla_extensions .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Tabulator	dbpprop:wikiPageUsesTemplate	ns13:infobox_software ;
	dbpprop:latestReleaseVersion	"0.8.7"@en ;
	dbpprop:genre	dbpedia:Semantic_Web ;
	dbpprop:developer	<http://dig.csail.mit.edu> ;
	dbpprop:operatingSystem	dbpedia:Firefox ;
	dbpprop:website	<http://www.w3.org> ;
	dbpprop:license	dbpedia:MIT_License ;
	dbpprop:author	dbpedia:Tim_Berners-Lee ;
	dbpprop:latestReleaseDate	dbpedia:Nov_24 .