view rdf-pastebin/yves/content.rdf @ 0:1e44d666ced1

Import site from parrot
author Chris Cannam
date Fri, 13 Oct 2017 09:23:49 +0100
parents
children
line wrap: on
line source
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE rdf:RDF [
    <!ENTITY ns1 'http://xmlns.com/foaf/0.1/'>
    <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
    <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
]>

<rdf:RDF
    xmlns:ns1="&ns1;"
    xmlns:owl="&owl;"
    xmlns:rdf="&rdf;"
>
<ns1:Person rdf:about="#me"
    ns1:name="Yves">
  <owl:sameAs rdf:resource="http://dbtune.org/last-fm/moustaki"/>
  <owl:sameAs rdf:resource="http://moustaki.org/foaf.rdf#moustaki"/>
</ns1:Person>

</rdf:RDF>