# Little scribbling in Notation3: See if you can work it out! @prefix rdfs: . @prefix terms: . @prefix : <#> . :loves rdfs:label "Loves" ; rdfs:comment "Has an affection for, or delights in" . :theWord rdfs:label "Word" ; rdfs:isDefinedBy . # Now for the actual statement! [ terms:name "Sean B. Palmer" ] :loves [ :theWord "yummers" ] .