You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/07 14:21:00 UTC

[jira] [Commented] (JENA-1430) Quad loading for in-memory assemblers

    [ https://issues.apache.org/jira/browse/JENA-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281904#comment-16281904 ] 

ASF GitHub Bot commented on JENA-1430:
--------------------------------------

Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/314#discussion_r155532650
  
    --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/assembler/DatasetAssemblerVocab.java ---
    @@ -31,7 +31,7 @@
         // General dataset
         public static final Resource tDataset            = ResourceFactory.createResource(NS+"RDFDataset") ;
         // In-memory dataset
    -    public static final Resource tDatasetTxnMem      = ResourceFactory.createResource(NS+"DatasetTxnMem") ;
    +    public static final Resource tMemoryDataset      = ResourceFactory.createResource(NS+"MemoryDataset") ;
    --- End diff --
    
    I've put back `tDatasetTxnMem`.


> Quad loading for in-memory assemblers
> -------------------------------------
>
>                 Key: JENA-1430
>                 URL: https://issues.apache.org/jira/browse/JENA-1430
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: A. Soroka
>            Assignee: A. Soroka
>
> In-memory dataset Assemblers should support loading quad files.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)