view rdf-pastebin/yves/content.rdf @ 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
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>