Chris@0: @prefix foaf: .
Chris@0: @prefix : <#>.
Chris@0:
Chris@0: # Basic description of me
Chris@0: :me a foaf:Person.
Chris@0: :me foaf:name "Kurt".
Chris@0:
Chris@0: # Where am I? Use sindice.com, type "london geonames"
Chris@0: :me foaf:based_near .
Chris@0:
Chris@0: # Other identities
Chris@0: :me owl:sameAs .