## RDF-Turtle via Nanotation ## Data (Sentences) indicating: ## Sue Give(s) Sally a Book. ## [{indefinite-pronoun-identifier-type}] <{relation-ship-type}> [{idefintite-pronoun-identifier-type}] { @prefix : <#> . [ a :Event ; :name "Give"; :agent [ a :Person; :name "Sue"] ; :theme [ a :Book ] ; :recipient [ a :Person; :name "Sally"] ] . }