SlideShare a Scribd company logo
1 of 10
Download to read offline
Empire: RDF & SPARQL Meet
         Java & JPA
        2010 Semantic Technology
               Conference

                       Michael Grove
             Director of Software Development
                    Clark & Parsia, LLC.
                   mike@clarkparsia.com
  http://clarkparsia.com -- http://www.twitter.com/candp
Background
RDF & SPARQL
   You know what these are...
Java Persistence API (JPA)
   Standard ORM API for Java developers
      Provides a way to map Java beans to relational
      data
   Part of Java SE and EE editions
   Implementations: Hibernate and Toplink.
Empire
   Implements JPA for RDF databases
   Uses SPARQL rather than JPQL
      We're considering adding JPQL support
   Apache 2.0 License -- released in Feb 2010.
Why?
Empire bridges the gap between traditional web apps &
the semantic web
   JPA helps abstract away (most) of the RDF details
   Helps lower learning curve for new developers
API, database, & query language independence
   Application code is written w/r/t to JPA API
       Developers only need to learn the domain API
       Sesame/Jena/Other bindings are injected at
       runtime -- invisible to the developer
Helps open up the Semantic Web toolkit
   Can integrate semweb apps, like Pelorus, with
   traditional webapps
   Conversely, can integrate traditional Java web
   frameworks with the Semantic Web
Why do this...
Graph aGraph = new GraphImpl();

URI aBook = aGraph.getValueFactory().createURI("urn:oreilly.com:product:9780596514129.IP");

aGraph.add(aBook,
      aGraph.getValueFactory().createURI("http://purl.org/dc/terms/publisher"),
      aGraph.getValueFactory().createLiteral("O'Reilly Media / Pogue Press"));

aGraph.add(aBook,
      aGraph.getValueFactory().createURI("http://purl.org/dc/terms/title"),
      aGraph.getValueFactory().createLiteral("Switching to the Mac: The Missing Manual, Leopard Edition"));

// ... setting the additional properties here ...

aGraph.add(aBook,
      RDF.TYPE,
      aGraph.getValueFactory().createURI("http://vocab.org/frbr/core#Expression"));
When you can do this.
Book aBook = new Book();
aBook.setTitle("Switching to the Mac: The Missing Manual, Leopard Edition");
aBook.setPublisher("O'Reilly Media / Pogue Press");
aBook.setIssueDate("2008-02-26");

// And so on...



This code is...
   More clear
   More concise
   Easier to understand and maintain
   API independent
Advantages
Rapid prototypes
   Lowers the learning curve by simplifying the codebase
       No more triples and graphs littering your code
   Utilities can generate your domain from your ontology
   Lets you concentrate on the more important things
API independence
   Need to switch from Sesame Memory Store to
   TDB? Change one line of code and you're done.
   We standardize on the standards, RDF & SPARQL
   (and JPA), not a particular API like Sesame or Jena.
Plays nicely with others...
   Can work alongside normal JPA implementations
   Provides a straightforward migration to a more
   semantic-web based infrastructure
Obligatory Technical Fu

Provides support for Jena, Sesame & 4Store
   This includes TDB, SDB, Sesame Native, etc.
   Support planned for Mulgara, Bigdata, Virtuoso and
   others.
Dialect implementations for both SPARQL and SeRQL.
No complicated configuration and mappings
   Mappings use standard JPA annotations
   Configuration are basic Java properties files.
Google Guice used to manage plugin architecture
Javassist for bytecode enhancement
In case you're still awake...
Really? JPA? All of it?
  Not quite... We don't support things that are obviously
  relational, such as @Table or @Column.
  We also don't support parts such as
  @SqlSetResultMapping or JPQL, but we're planning
  on doing that Real Soon Now
  And we're still a little fuzzy on transactions and locking
      Most RDF stores don't neatly support these, or do
      so inconsistently
      We provide a naive approach, but that too will
      improve
Questions?
For more information...
A detailed overview:
   http://semanticuniverse.com/articles-empire-
   rdf-sparql-meet-jpa.html

The WIKI:
   http://wiki.github.com/clarkparsia/Empire/

The mailing list:
   http://groups.google.com/group/empire-rdf

More Related Content

What's hot

What's hot (20)

Performance of Spark vs MapReduce
Performance of Spark vs MapReducePerformance of Spark vs MapReduce
Performance of Spark vs MapReduce
 
Apache Spark beyond Hadoop MapReduce
Apache Spark beyond Hadoop MapReduceApache Spark beyond Hadoop MapReduce
Apache Spark beyond Hadoop MapReduce
 
Big Data Processing With Spark
Big Data Processing With SparkBig Data Processing With Spark
Big Data Processing With Spark
 
Intro to Apache Spark by CTO of Twingo
Intro to Apache Spark by CTO of TwingoIntro to Apache Spark by CTO of Twingo
Intro to Apache Spark by CTO of Twingo
 
Pyspark Tutorial | Introduction to Apache Spark with Python | PySpark Trainin...
Pyspark Tutorial | Introduction to Apache Spark with Python | PySpark Trainin...Pyspark Tutorial | Introduction to Apache Spark with Python | PySpark Trainin...
Pyspark Tutorial | Introduction to Apache Spark with Python | PySpark Trainin...
 
5 reasons why spark is in demand!
5 reasons why spark is in demand!5 reasons why spark is in demand!
5 reasons why spark is in demand!
 
Spark Streaming
Spark StreamingSpark Streaming
Spark Streaming
 
Pyspark vs Spark Let's Unravel the Bond!
Pyspark vs Spark Let's Unravel the Bond!Pyspark vs Spark Let's Unravel the Bond!
Pyspark vs Spark Let's Unravel the Bond!
 
High Performance PL/SQL
High Performance PL/SQLHigh Performance PL/SQL
High Performance PL/SQL
 
Apache spark
Apache spark Apache spark
Apache spark
 
Drupal & Apache Solr
Drupal & Apache SolrDrupal & Apache Solr
Drupal & Apache Solr
 
Introduction to Apache Spark
Introduction to Apache SparkIntroduction to Apache Spark
Introduction to Apache Spark
 
SystemML - Declarative Machine Learning
SystemML - Declarative Machine LearningSystemML - Declarative Machine Learning
SystemML - Declarative Machine Learning
 
Writing Apache Spark and Apache Flink Applications Using Apache Bahir
Writing Apache Spark and Apache Flink Applications Using Apache BahirWriting Apache Spark and Apache Flink Applications Using Apache Bahir
Writing Apache Spark and Apache Flink Applications Using Apache Bahir
 
Luciano Resende's keynote at Apache big data conference
Luciano Resende's keynote at Apache big data conferenceLuciano Resende's keynote at Apache big data conference
Luciano Resende's keynote at Apache big data conference
 
Spark SQL | Apache Spark
Spark SQL | Apache SparkSpark SQL | Apache Spark
Spark SQL | Apache Spark
 
Apache spark
Apache sparkApache spark
Apache spark
 
Why Scala Is Taking Over the Big Data World
Why Scala Is Taking Over the Big Data WorldWhy Scala Is Taking Over the Big Data World
Why Scala Is Taking Over the Big Data World
 
Oracle Database Management REST API
Oracle Database Management REST APIOracle Database Management REST API
Oracle Database Management REST API
 
How mentoring can help you start contributing to open source
How mentoring can help you start contributing to open sourceHow mentoring can help you start contributing to open source
How mentoring can help you start contributing to open source
 

Similar to Empire: JPA for RDF & SPARQL

Learn about SPARK tool and it's componemts
Learn about SPARK tool and it's componemtsLearn about SPARK tool and it's componemts
Learn about SPARK tool and it's componemts
siddharth30121
 
Comparative Study That Aims Rdf Processing For The Java Platform
Comparative Study That Aims Rdf Processing For The Java PlatformComparative Study That Aims Rdf Processing For The Java Platform
Comparative Study That Aims Rdf Processing For The Java Platform
Computer Science
 
RDF_API_Java_Stefan_Apostoaie
RDF_API_Java_Stefan_ApostoaieRDF_API_Java_Stefan_Apostoaie
RDF_API_Java_Stefan_Apostoaie
iosstef
 
Rdf Processing Tools In Java
Rdf Processing Tools In JavaRdf Processing Tools In Java
Rdf Processing Tools In Java
DicusarCorneliu
 

Similar to Empire: JPA for RDF & SPARQL (20)

Sparklife - Life In The Trenches With Spark
Sparklife - Life In The Trenches With SparkSparklife - Life In The Trenches With Spark
Sparklife - Life In The Trenches With Spark
 
Performant data processing with PySpark, SparkR and DataFrame API
Performant data processing with PySpark, SparkR and DataFrame APIPerformant data processing with PySpark, SparkR and DataFrame API
Performant data processing with PySpark, SparkR and DataFrame API
 
Learn about SPARK tool and it's componemts
Learn about SPARK tool and it's componemtsLearn about SPARK tool and it's componemts
Learn about SPARK tool and it's componemts
 
Comparative Study That Aims Rdf Processing For The Java Platform
Comparative Study That Aims Rdf Processing For The Java PlatformComparative Study That Aims Rdf Processing For The Java Platform
Comparative Study That Aims Rdf Processing For The Java Platform
 
Learn Apache Spark: A Comprehensive Guide
Learn Apache Spark: A Comprehensive GuideLearn Apache Spark: A Comprehensive Guide
Learn Apache Spark: A Comprehensive Guide
 
RDF_API_Java_Stefan_Apostoaie
RDF_API_Java_Stefan_ApostoaieRDF_API_Java_Stefan_Apostoaie
RDF_API_Java_Stefan_Apostoaie
 
Module01
 Module01 Module01
Module01
 
Parallelize R Code Using Apache Spark
Parallelize R Code Using Apache Spark Parallelize R Code Using Apache Spark
Parallelize R Code Using Apache Spark
 
Rollin onj Rubyv3
Rollin onj Rubyv3Rollin onj Rubyv3
Rollin onj Rubyv3
 
Apache Spark Introduction @ University College London
Apache Spark Introduction @ University College LondonApache Spark Introduction @ University College London
Apache Spark Introduction @ University College London
 
Pig Tutorial | Twitter Case Study | Apache Pig Script and Commands | Edureka
Pig Tutorial | Twitter Case Study | Apache Pig Script and Commands | EdurekaPig Tutorial | Twitter Case Study | Apache Pig Script and Commands | Edureka
Pig Tutorial | Twitter Case Study | Apache Pig Script and Commands | Edureka
 
Practical JRuby
Practical JRubyPractical JRuby
Practical JRuby
 
Rdf Processing Tools In Java
Rdf Processing Tools In JavaRdf Processing Tools In Java
Rdf Processing Tools In Java
 
Apache spark
Apache sparkApache spark
Apache spark
 
DiUS Computing Lca Rails Final
DiUS  Computing Lca Rails FinalDiUS  Computing Lca Rails Final
DiUS Computing Lca Rails Final
 
Introducing JDBC for SPARQL
Introducing JDBC for SPARQLIntroducing JDBC for SPARQL
Introducing JDBC for SPARQL
 
spark_v1_2
spark_v1_2spark_v1_2
spark_v1_2
 
Introduction to Apache Spark
Introduction to Apache SparkIntroduction to Apache Spark
Introduction to Apache Spark
 
5 things one must know about spark!
5 things one must know about spark!5 things one must know about spark!
5 things one must know about spark!
 
Apache Spark - Intro to Large-scale recommendations with Apache Spark and Python
Apache Spark - Intro to Large-scale recommendations with Apache Spark and PythonApache Spark - Intro to Large-scale recommendations with Apache Spark and Python
Apache Spark - Intro to Large-scale recommendations with Apache Spark and Python
 

More from Clark & Parsia LLC

Validating Linked Data with OWL
Validating Linked Data with OWLValidating Linked Data with OWL
Validating Linked Data with OWL
Clark & Parsia LLC
 
Sem tech 2010_integrity_constraints
Sem tech 2010_integrity_constraintsSem tech 2010_integrity_constraints
Sem tech 2010_integrity_constraints
Clark & Parsia LLC
 
PelletDb: Scalable Reasoning for Enterprise Semantics
PelletDb: Scalable Reasoning for Enterprise SemanticsPelletDb: Scalable Reasoning for Enterprise Semantics
PelletDb: Scalable Reasoning for Enterprise Semantics
Clark & Parsia LLC
 
Automated Planning as a Semantic Technology
Automated Planning as a Semantic TechnologyAutomated Planning as a Semantic Technology
Automated Planning as a Semantic Technology
Clark & Parsia LLC
 

More from Clark & Parsia LLC (11)

Stardog Linked Data Catalog
Stardog Linked Data CatalogStardog Linked Data Catalog
Stardog Linked Data Catalog
 
Stardog 1.1: Easier, Smarter, Faster RDF Database
Stardog 1.1: Easier, Smarter, Faster RDF DatabaseStardog 1.1: Easier, Smarter, Faster RDF Database
Stardog 1.1: Easier, Smarter, Faster RDF Database
 
Stardog talk-dc-march-17
Stardog talk-dc-march-17Stardog talk-dc-march-17
Stardog talk-dc-march-17
 
RR2010 Keynote
RR2010 KeynoteRR2010 Keynote
RR2010 Keynote
 
Validating Linked Data with OWL
Validating Linked Data with OWLValidating Linked Data with OWL
Validating Linked Data with OWL
 
Sem tech 2010_integrity_constraints
Sem tech 2010_integrity_constraintsSem tech 2010_integrity_constraints
Sem tech 2010_integrity_constraints
 
Terp: An OWL-friendly SPARQL
Terp: An OWL-friendly SPARQLTerp: An OWL-friendly SPARQL
Terp: An OWL-friendly SPARQL
 
PelletServer: REST and Semantic Technologies
PelletServer: REST and Semantic TechnologiesPelletServer: REST and Semantic Technologies
PelletServer: REST and Semantic Technologies
 
PelletDb: Scalable Reasoning for Enterprise Semantics
PelletDb: Scalable Reasoning for Enterprise SemanticsPelletDb: Scalable Reasoning for Enterprise Semantics
PelletDb: Scalable Reasoning for Enterprise Semantics
 
Automated Planning as a Semantic Technology
Automated Planning as a Semantic TechnologyAutomated Planning as a Semantic Technology
Automated Planning as a Semantic Technology
 
SemTech 2010: Pelorus Platform
SemTech 2010: Pelorus PlatformSemTech 2010: Pelorus Platform
SemTech 2010: Pelorus Platform
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 

Empire: JPA for RDF & SPARQL

  • 1. Empire: RDF & SPARQL Meet Java & JPA 2010 Semantic Technology Conference Michael Grove Director of Software Development Clark & Parsia, LLC. mike@clarkparsia.com http://clarkparsia.com -- http://www.twitter.com/candp
  • 2. Background RDF & SPARQL You know what these are... Java Persistence API (JPA) Standard ORM API for Java developers Provides a way to map Java beans to relational data Part of Java SE and EE editions Implementations: Hibernate and Toplink. Empire Implements JPA for RDF databases Uses SPARQL rather than JPQL We're considering adding JPQL support Apache 2.0 License -- released in Feb 2010.
  • 3. Why? Empire bridges the gap between traditional web apps & the semantic web JPA helps abstract away (most) of the RDF details Helps lower learning curve for new developers API, database, & query language independence Application code is written w/r/t to JPA API Developers only need to learn the domain API Sesame/Jena/Other bindings are injected at runtime -- invisible to the developer Helps open up the Semantic Web toolkit Can integrate semweb apps, like Pelorus, with traditional webapps Conversely, can integrate traditional Java web frameworks with the Semantic Web
  • 4. Why do this... Graph aGraph = new GraphImpl(); URI aBook = aGraph.getValueFactory().createURI("urn:oreilly.com:product:9780596514129.IP"); aGraph.add(aBook, aGraph.getValueFactory().createURI("http://purl.org/dc/terms/publisher"), aGraph.getValueFactory().createLiteral("O'Reilly Media / Pogue Press")); aGraph.add(aBook, aGraph.getValueFactory().createURI("http://purl.org/dc/terms/title"), aGraph.getValueFactory().createLiteral("Switching to the Mac: The Missing Manual, Leopard Edition")); // ... setting the additional properties here ... aGraph.add(aBook, RDF.TYPE, aGraph.getValueFactory().createURI("http://vocab.org/frbr/core#Expression"));
  • 5. When you can do this. Book aBook = new Book(); aBook.setTitle("Switching to the Mac: The Missing Manual, Leopard Edition"); aBook.setPublisher("O'Reilly Media / Pogue Press"); aBook.setIssueDate("2008-02-26"); // And so on... This code is... More clear More concise Easier to understand and maintain API independent
  • 6. Advantages Rapid prototypes Lowers the learning curve by simplifying the codebase No more triples and graphs littering your code Utilities can generate your domain from your ontology Lets you concentrate on the more important things API independence Need to switch from Sesame Memory Store to TDB? Change one line of code and you're done. We standardize on the standards, RDF & SPARQL (and JPA), not a particular API like Sesame or Jena. Plays nicely with others... Can work alongside normal JPA implementations Provides a straightforward migration to a more semantic-web based infrastructure
  • 7. Obligatory Technical Fu Provides support for Jena, Sesame & 4Store This includes TDB, SDB, Sesame Native, etc. Support planned for Mulgara, Bigdata, Virtuoso and others. Dialect implementations for both SPARQL and SeRQL. No complicated configuration and mappings Mappings use standard JPA annotations Configuration are basic Java properties files. Google Guice used to manage plugin architecture Javassist for bytecode enhancement
  • 8. In case you're still awake... Really? JPA? All of it? Not quite... We don't support things that are obviously relational, such as @Table or @Column. We also don't support parts such as @SqlSetResultMapping or JPQL, but we're planning on doing that Real Soon Now And we're still a little fuzzy on transactions and locking Most RDF stores don't neatly support these, or do so inconsistently We provide a naive approach, but that too will improve
  • 10. For more information... A detailed overview: http://semanticuniverse.com/articles-empire- rdf-sparql-meet-jpa.html The WIKI: http://wiki.github.com/clarkparsia/Empire/ The mailing list: http://groups.google.com/group/empire-rdf