Mercurial > hg > dbtune-site
annotate rdf-pastebin/kurtjx/content.ttl @ 19:1e79ce3ff5f5 tip
Simplify and cut some non-working resource paths
author | Chris Cannam |
---|---|
date | Wed, 08 Nov 2017 15:27:23 +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>. |