File: alice.rdf

package info (click to toggle)
librdf-query-perl 2.912-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,556 kB
  • ctags: 1,724
  • sloc: perl: 30,532; makefile: 22; csh: 10
file content (7 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description>
    <ns0:name xmlns:ns0="http://xmlns.com/foaf/0.1/">Alice</ns0:name>
    <ns1:mbox xmlns:ns1="http://xmlns.com/foaf/0.1/" rdf:resource="mailto:alice@work.example"/>
  </rdf:Description>
</rdf:RDF>