@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	rdf:type	dbpedia-owl:Software ,
		dbpedia-owl:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	rdf:type	owl:Thing .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	foaf:homepage	<http://jrdf.sourceforge.net/> .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	dbpprop:name	"JRDF"@en .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	dbpedia-owl:genre	dbpedia:Semantic_Web ;
	foaf:name	"JRDF" ;
	foaf:page	<http://en.wikipedia.org/wiki/JRDF_%28framework%29> ;
	dbpedia-owl:license	dbpedia:BSD-style_license .
@prefix ns6:	<http://dbpedia.org/ontology/Software/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	ns6:license	dbpedia:BSD-style_license ;
	dbpprop:reference	<http://jrdf.sourceforge.net/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	rdfs:label	"JRDF (framework)"@en .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	ns8:genre	dbpedia:Semantic_Web ;
	dbpprop:abstract	"JRDF is an open source RDF framework for Java. It provides an object oriented model of RDF graphs including URIs, Literals and Blank Nodes. It was initially released in 2003 from work on the TKS and Kowari triple stores in order to provide an API that could be used to bridge other APIs such as Jena and to correctly model RDF concepts . These APIs allow RDF to be created and written using various formats such as N3 and RDF/XML. It has an implementation of SPARQL although it is not complete. RDF graphs can be stored in memory or on disk through various persistence layers. In 2008, JRDF implemented a triple store across Hadoop using a technique called RDF molecules . JRDF is similar to other frameworks such as Jena and Sesame although it does not currently provide support for OWL."@en ;
	rdfs:comment	"JRDF is an open source RDF framework for Java. It provides an object oriented model of RDF graphs including URIs, Literals and Blank Nodes. It was initially released in 2003 from work on the TKS and Kowari triple stores in order to provide an API that could be used to bridge other APIs such as Jena and to correctly model RDF concepts . These APIs allow RDF to be created and written using various formats such as N3 and RDF/XML. It has an implementation of SPARQL although it is not complete."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	skos:subject	ns10:Semantic_Web ,
		ns10:Triplestores .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/JRDF_%28framework%29>	dbpprop:wikiPageUsesTemplate	ns11:infobox_software ;
	dbpprop:latestReleaseVersion	"0.5.5.4"@en ;
	dbpprop:genre	dbpedia:Semantic_Web ;
	dbpprop:operatingSystem	dbpedia:Cross-platform ;
	dbpprop:website	<http://jrdf.sourceforge.net> ;
	dbpprop:license	dbpedia:BSD-style_license ;
	dbpprop:latestReleaseDate	dbpedia:October_22 .