Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4243C200C08 for ; Thu, 12 Jan 2017 00:44:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40EF6160B51; Wed, 11 Jan 2017 23:44:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8BF10160B4E for ; Thu, 12 Jan 2017 00:44:17 +0100 (CET) Received: (qmail 72018 invoked by uid 500); 11 Jan 2017 23:44:16 -0000 Mailing-List: contact dev-help@any23.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@any23.apache.org Delivered-To: mailing list dev@any23.apache.org Received: (qmail 71981 invoked by uid 99); 11 Jan 2017 23:44:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 23:44:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9FBE52C029A for ; Wed, 11 Jan 2017 23:44:16 +0000 (UTC) Date: Wed, 11 Jan 2017 23:44:16 +0000 (UTC) From: "Peter Ansell (JIRA)" To: dev@any23.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ANY23-19) Abstract away any specific RDF APIs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 23:44:18 -0000 [ https://issues.apache.org/jira/browse/ANY23-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ansell resolved ANY23-19. ------------------------------- Resolution: Won't Fix Not a priority in the foreseeable future of the project. > Abstract away any specific RDF APIs > ----------------------------------- > > Key: ANY23-19 > URL: https://issues.apache.org/jira/browse/ANY23-19 > Project: Apache Any23 > Issue Type: Wish > Affects Versions: 0.7.0 > Reporter: Paolo Castagna > Priority: Minor > Fix For: 1.3 > > > Any23 currently uses Sesame to work with or parse RDF. Specifically Any23 uses these classes from org.openrdf.* packages: > org.openrdf.model.BNode > org.openrdf.model.datatypes.XMLDatatypeUtil > org.openrdf.model.impl.LiteralImpl > org.openrdf.model.impl.URIImpl > org.openrdf.model.impl.ValueFactoryImpl > org.openrdf.model.Literal > org.openrdf.model.Resource > org.openrdf.model.Statement > org.openrdf.model.URI > org.openrdf.model.Value > org.openrdf.model.ValueFactory > org.openrdf.model.vocabulary.OWL > org.openrdf.model.vocabulary.RDF > org.openrdf.model.vocabulary.RDFS > org.openrdf.model.vocabulary.XMLSchema > org.openrdf.repository.RepositoryConnection > org.openrdf.repository.RepositoryException > org.openrdf.repository.RepositoryResult > org.openrdf.repository.sail.SailRepository > org.openrdf.rio.helpers.RDFParserBase > org.openrdf.rio.ntriples.NTriplesParser > org.openrdf.rio.ntriples.NTriplesUtil > org.openrdf.rio.ntriples.NTriplesWriter > org.openrdf.rio.ParseErrorListener > org.openrdf.rio.ParseLocationListener > org.openrdf.rio.RDFFormat > org.openrdf.rio.RDFHandler > org.openrdf.rio.RDFHandlerException > org.openrdf.rio.RDFParseException > org.openrdf.rio.RDFParser > org.openrdf.rio.rdfxml.RDFXMLParser > org.openrdf.rio.rdfxml.RDFXMLWriter > org.openrdf.rio.turtle.TurtleWriter > org.openrdf.sail.memory.MemoryStore > org.openrdf.sail.Sail > org.openrdf.sail.SailException > Would it be possible to abstract away any specific RDF APIs to allow Any23 users to chose between, say: Apache Clerezza [1], Apache Jena [2], Sesame [3] and/or others? > An example of small RDF distiller which does this is java-rdfa [4]. Maybe a similar agnostic (but easy to integrate) approach is possible for Any23. Although, java-rdfa does not need to parse RDF content itself. > [1] http://incubator.apache.org/clerezza/ > [2] http://incubator.apache.org/jena/ > [3] http://www.openrdf.org/ > [4] https://github.com/shellac/java-rdfa -- This message was sent by Atlassian JIRA (v6.3.4#6332)