Apache Jena System: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "A Apache Jena System is a Java-based Semantic graph framework. * <B>Example(s):</B> ** apache-jena-3.0.1. * <B>Counter-Example(s):</B> ** Sesame RDF Framewor...")
 
m (Text replacement - "a''' " to "a</B> ")
Line 14: Line 14:
===2011===
===2011===
* (Wikipedia, 2011) &rArr; http://en.wikipedia.org/wiki/Jena_(framework)
* (Wikipedia, 2011) &rArr; http://en.wikipedia.org/wiki/Jena_(framework)
** QUOTE: '''Jena''' is an [[open source]] [[Semantic Web]] framework for [[Java (programming language)|Java]]. It provides an [[API]] to extract data from and write to [[Resource Description Framework|RDF]] graphs. The graphs are represented as an abstract "model". A model can be sourced with data from files, databases, URLs or a combination of these. A Model can also be queried through [[SPARQL]] and updated through [[SPARUL]].  <P>  Jena is similar to [[Sesame (framework)|Sesame]]; though, unlike Sesame, Jena provides support for OWL ([[Web Ontology Language]]). The framework has various internal reasoners and the [[Pellet reasoner]] (an open source Java OWL-DL reasoner) can be set up to work in Jena. <P> Jena supports serialisation of [[RDF graph]] s to:
** QUOTE: '''Jena</B> is an [[open source]] [[Semantic Web]] framework for [[Java (programming language)|Java]]. It provides an [[API]] to extract data from and write to [[Resource Description Framework|RDF]] graphs. The graphs are represented as an abstract "model". A model can be sourced with data from files, databases, URLs or a combination of these. A Model can also be queried through [[SPARQL]] and updated through [[SPARUL]].  <P>  Jena is similar to [[Sesame (framework)|Sesame]]; though, unlike Sesame, Jena provides support for OWL ([[Web Ontology Language]]). The framework has various internal reasoners and the [[Pellet reasoner]] (an open source Java OWL-DL reasoner) can be set up to work in Jena. <P> Jena supports serialisation of [[RDF graph]] s to:
*** a [[relational database]]
*** a [[relational database]]
*** [[RDF/XML]]
*** [[RDF/XML]]

Revision as of 17:43, 6 June 2016

A Apache Jena System is a Java-based Semantic graph framework.



References

2011

2009

  • http://jena.sourceforge.net/
    • Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
    • Jena is open source and grown out of work with the HP Labs Semantic Web Programme.
    • The Jena Framework includes:
      • A RDF API
      • Reading and writing RDF in RDF/XML, N3 and N-Triples
      • An OWL API
      • In-memory and persistent storage
      • SPARQL query engine