You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2020/09/09 18:43:00 UTC

[jira] [Created] (JENA-1962) Assembler for a dataset of a single graph taken from another dataset.

Andy Seaborne created JENA-1962:
-----------------------------------

             Summary: Assembler for a dataset of a single graph taken from another dataset.
                 Key: JENA-1962
                 URL: https://issues.apache.org/jira/browse/JENA-1962
             Project: Apache Jena
          Issue Type: Improvement
          Components: ARQ
    Affects Versions: Jena 3.16.0
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne
             Fix For: Jena 3.17.0


Example:
{noformat}
<#dataset_one_graph> rdf:type ja:RDFDatasetOne ;
    ja:graph <#graph> ;
    .

<#graph> rdf:type ja:ViewGraph ;
    ja:graphName ""https://example/ng1";
    ja:dataset <#base_dataset> ;
    .
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)