I am trying to integrate Green Turtle with an XForms application (XSLTForms) and would like to be able to merge Turtle data that has been dynamically loaded within an embedded <script type="text/turtle"> tag. With RDFa-encoded data, it's possible to update the default graph by calling GreenTurtle.attach(document). Is it possible to do the same with embedded Turtle that has been dynamically added after the initial page load?
I am trying to integrate Green Turtle with an XForms application (XSLTForms) and would like to be able to merge Turtle data that has been dynamically loaded within an embedded
<script type="text/turtle">tag. With RDFa-encoded data, it's possible to update the default graph by callingGreenTurtle.attach(document). Is it possible to do the same with embedded Turtle that has been dynamically added after the initial page load?