afs commented on issue #1476:
URL: https://github.com/apache/jena/issues/1476#issuecomment-1216480177

   On the theme of prototype but making it context sensitive, not static 
either-or, and more RDF-y:
   
   That concept can be extended with an intermediate:
   
   ```
   <#fresh> a ja:NewInstance ;
       ja:prototype <#description>;
       .
   ```
   i.e. the constructor for `ja:NewInstance` would make a `newItem` call to 
<#description> whereas direct use would make a `construct` call.
   
   But we need Jena/Fuseki use cases first. Avoid over engineering!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to