Writing out inferred model #713
Unanswered
AbhaMoitra
asked this question in
Q&A
Replies: 1 comment 1 reply
|
The inferred model can be written to a file using the "Print: Model." statement. See the Topical Index (http://semanticapplicationdesignlanguage.github.io/sadl/TopicalIndex.html), Print Statement. Of course one could also do a SPARQL query to retrieve all of the triples in the inferred model and then copy from the console window or use the Write statement to send them to a file. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I write out the inferred model after the rules have been executed. The inferred model would include what it started with as well as additional inferred info. The output format could be OWL or some other format.
All reactions