@prefix : <whatever#> .

<#Tom> :believes {
    <#Mary> :wants {
        <#Mary> :marriedTo [ a :Sailor ]
    }
}.
#ends

