Github user afs commented on the issue:

    https://github.com/apache/jena/pull/211
  
    I'm working on a parser builder to make it possible to set up more detailed 
parser configurations (inspired by the work in CommonsRDF). No timescale but it 
is now at the stage of needing to tick off handling each feature.
    
    I hope this will make setting up the details easier.
    
    ```
            StreamRDF destination = ...
            RDFParserBuilder.create()
                .source("http://example/data.ttl";)
                .labelToNode(LabelToNode.createUseLabelAsGiven())
                .context(myContext)
                .parse(destination);
    ```
    Code:
    https://github.com/afs/jena-workspace/tree/master/src/main/java/parser


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to