Mercurial > hg > dbtune-site
annotate rdf-pastebin/kurtjx/content.ttl @ 16:048d2a1c4c89
Don't want these .htaccesses any more, they interfere with the parent one
author | Chris Cannam |
---|---|
date | Wed, 08 Nov 2017 14:06:24 +0000 |
parents | 1e44d666ced1 |
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>. |