view rdf-pastebin/yves/content.rdf @ 1:2d859f5e3676

ClioPatria instances now have path prefixes that match those of the instance within the main server, so that internal links work
author Chris Cannam
date Tue, 31 Oct 2017 11:47:10 +0000
parents 1e44d666ced1
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>