Github user fpservant commented on the issue:

    https://github.com/apache/jena/pull/211
  
    @afs sorry for the time before coming back to this. I just tried in class 
``JenaRDF2JSONLD`` to replace (first line of constructor)
    
    ```
     NodeToLabel labels = SyntaxLabels.createNodeToLabel() ;
    ```
    by :
    ```
    NodeToLabel labels = NodeToLabel.createBNodeByLabelAsGiven();
    ```
    
    and it seems to work, but it is not really nice to have ids such as 
"_:b85f698a-0bfc-40e9-8458-4a200f6cf908" when none has been given by the user. 
It looks like mixing labels given by the user and labels such as "_:b1" 
otherwise would require to add a flag to the Node class, right?
    
    I'm afraid I don't have time now to look into that. So maybe this PR should 
be closed for now.


---
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