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

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e44d666ced1
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!DOCTYPE rdf:RDF [
3 <!ENTITY ns1 'http://xmlns.com/foaf/0.1/'>
4 <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
5 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
6 ]>
7
8 <rdf:RDF
9 xmlns:ns1="&ns1;"
10 xmlns:owl="&owl;"
11 xmlns:rdf="&rdf;"
12 >
13 <ns1:Person rdf:about="#me"
14 ns1:name="Kurt">
15 <owl:sameAs rdf:resource="http://dbtune.org/last-fm/kurtjx"/>
16 <ns1:based_near rdf:resource="http://sws.geonames.org/6058560/"/>
17 </ns1:Person>
18
19 </rdf:RDF>