I pulled this example right from this question.
Given this statement how should the sparql insert query be written?
GEORGE SAYS-THAT 'ROVER IS-A DOG'
STMTID IS-A STATEMENT
STMTID HAS-SUBJECT ROVER
STMTID HAS-PREDICATE IS-A
STMTID HAS-OBJECT DOG
GEORGE SAYS-THAT STMTID
I am completely lost as to how to accomplish this task.