annotate rdf-pastebin/kurtjx/content.ttl @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
rev   line source
Chris@0 1 @prefix foaf: <http://xmlns.com/foaf/0.1/>.
Chris@0 2 @prefix : <#>.
Chris@0 3
Chris@0 4 # Basic description of me
Chris@0 5 :me a foaf:Person.
Chris@0 6 :me foaf:name "Kurt".
Chris@0 7
Chris@0 8 # Where am I? Use sindice.com, type "london geonames"
Chris@0 9 :me foaf:based_near <http://sws.geonames.org/6058560/>.
Chris@0 10
Chris@0 11 # Other identities
Chris@0 12 :me owl:sameAs <http://dbtune.org/last-fm/kurtjx>.