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)